summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: update drm/i915 W: and B: entriesJani Nikula2023-11-111-2/+2
* drm/i915: remove excess functions from plane protection checkJani Nikula2023-11-101-14/+4
* drm/i915: abstract plane protection checkJani Nikula2023-11-101-4/+14
* drm/i915/panelreplay: enable/disable panel replayAnimesh Manna2023-11-103-16/+55
* drm/i915/panelreplay: Enable panel replay dpcd initialization for DPAnimesh Manna2023-11-101-0/+3
* drm/i915/panelreplay: Initializaton and compute config for panel replayAnimesh Manna2023-11-105-40/+117
* drm/i915/psr: Move psr specific dpcd init into own functionJouni Högander2023-11-101-18/+23
* drm/panelreplay: dpcd register definition for panelreplayAnimesh Manna2023-11-101-0/+23
* drm/i915/gvt: Clean up zero initializersVille Syrjälä2023-11-083-5/+5
* drm/i915: Do plane/etc. updates more atomically across pipesVille Syrjälä2023-11-081-2/+24
* drm/i915: Split intel_update_crtc() into two partsVille Syrjälä2023-11-081-2/+14
* drm/i915: Drop redundant !modeset checkVille Syrjälä2023-11-081-1/+1
* drm/i915: Query compressed bpp properly using correct DPCD and DP Spec infoStanislav Lisovskiy2023-11-083-36/+40
* drm/i915/dp_mst: Check BW limitations only after all streams are computedImre Deak2023-11-081-7/+1
* drm/i915/dp_mst: Improve BW sharing between MST streamsImre Deak2023-11-087-7/+161
* drm/i915/dp_mst: Force modeset CRTC if DSC toggling requires itImre Deak2023-11-083-0/+93
* drm/i915: Factor out function to clear pipe update flagsImre Deak2023-11-081-26/+23
* drm/i915/dp_mst: Enable MST DSC decompression for all streamsImre Deak2023-11-084-21/+82
* drm/i915/dp_mst: Enable DSC passthroughImre Deak2023-11-081-2/+20
* drm/i915/dp: Enable DSC via the connector decompression AUXImre Deak2023-11-084-21/+101
* drm/i915/dp_mst: Enable decompression in the sink from the MST encoder hooksImre Deak2023-11-082-5/+22
* drm/i915/dp_mst: Handle the Synaptics HBlank expansion quirkImre Deak2023-11-082-4/+131
* drm/i915/dp: Disable FEC ready flag in the sinkImre Deak2023-11-081-8/+13
* drm/i915/dp: Wait for FEC detected status in the sinkImre Deak2023-11-083-0/+80
* drm/i915/dp: Rename intel_ddi_disable_fec_state() to intel_ddi_disable_fec()Imre Deak2023-11-081-5/+4
* drm/i915/dp_mst: Add missing DSC compression disablingImre Deak2023-11-081-0/+2
* drm/i915/dp: Make sure the DSC PPS SDP is disabled whenever DSC is disabledImre Deak2023-11-082-4/+6
* drm/i915/dp_mst: Program the DSC PPS SDP for each streamImre Deak2023-11-082-5/+8
* drm/i915/dp_mst: Add atomic state for all streams on pre-tgl platformsImre Deak2023-11-081-6/+10
* drm/i915/dp_mst: Account for FEC and DSC overhead during BW allocationImre Deak2023-11-081-25/+99
* drm/i915/dp: Pass actual BW overhead to m_n calculationImre Deak2023-11-086-18/+71
* drm/i915/dp: Specify the FEC overhead as an increment vs. a remainderImre Deak2023-11-081-4/+4
* drm/i915/dp_mst: Enable FEC early once it's known DSC is neededImre Deak2023-11-083-3/+15
* drm/dp: Add helpers to calculate the link BW overheadImre Deak2023-11-083-6/+160
* drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubsImre Deak2023-11-082-0/+9
* drm/dp: Add DP_HBLANK_EXPANSION_CAPABLE and DSC_PASSTHROUGH_EN DPCD flagsImre Deak2023-11-081-0/+2
* drm/dp_mst: Allow DSC in any Synaptics last branch deviceImre Deak2023-11-081-8/+13
* drm/dp_mst: Swap the order of checking root vs. non-root port BW limitationsImre Deak2023-11-081-5/+8
* drm/dp_mst: Factor out a helper to check the atomic state of a topology managerImre Deak2023-11-082-19/+78
* drm/dp_mst: Add helper to determine if an MST port is downstream of another portImre Deak2023-11-082-0/+55
* drm/dp_mst: Fix fractional DSC bpp handlingVille Syrjälä2023-11-087-26/+14
* drm/i915/dp_mst: Fix race between connector registration and setupImre Deak2023-11-081-8/+8
* drm/i915: move display spinlock init to display codeJani Nikula2023-11-072-2/+1
* drm/i915: move display mutex inits to display codeJani Nikula2023-11-072-6/+6
* drm/i915/display: Support PSR entry VSC packet to be transmitted one frame ea...Mika Kahola2023-11-073-14/+70
* drm/i915/dp_mst: Disable DSC on ICL MST outputsImre Deak2023-11-061-0/+16
* drm/i915/tc: Fix -Wformat-truncation in intel_tc_port_initNirmoy Das2023-11-061-3/+8
* drm/i915: Move for_each_engine* out of i915_drv.hTvrtko Ursulin2023-11-065-15/+18
* drm/i915: Remove unused for_each_uabi_class_engineTvrtko Ursulin2023-11-061-5/+0
* drm/i915/dsi: Extract port_ctrl_reg()Ville Syrjälä2023-11-061-7/+10