aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-13drm/i915: Stop spamming the logs with PLL stateVille Syrjälä1-2/+0
2023-09-13drm/i915: Split some long lines in hsw_fdi_link_train()Ville Syrjälä1-2/+7
2023-09-13drm/i915: Fix FEC state dumpVille Syrjälä2-10/+5
2023-09-13drm/i915: Fix FEC pipe A vs. DDI A mixupVille Syrjälä1-2/+2
2023-09-13drm/i915/mst: Read out FEC stateVille Syrjälä1-0/+5
2023-09-12drm/i915/gt: rename DBG() to GTT_TRACE()Jani Nikula2-20/+20
2023-09-11drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1Jani Nikula2-20/+22
2023-09-11drm/i915/dsc: add the PPS number to the register content macrosJani Nikula2-149/+149
2023-09-11drm/i915/dsc: clean up pps commentsJani Nikula2-43/+42
2023-09-11drm/i915/dsc: drop redundant = 0 assignmentsJani Nikula1-28/+15
2023-09-11drm/i915/dsc: rename pps write to intel_dsc_pps_write()Jani Nikula1-16/+16
2023-09-11drm/i915/dsc: have intel_dsc_pps_read() return the valueJani Nikula1-13/+19
2023-09-11drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the valueJani Nikula1-17/+19
2023-09-11drm/i915/dsc: improve clarity of the pps reg read/write helpersJani Nikula1-19/+21
2023-09-11drm/i915: Only check eDP HPD when AUX CH is sharedVille Syrjälä3-1/+28
2023-09-08drm/i915/display: Apply workarounds during display initMatt Roper2-3/+3
2023-09-08drm/i915/display: Extract display workarounds from clock gating initMatt Roper4-42/+65
2023-09-08drm/i915/adlp: Stop calling gen12lp_init_clock_gating()Matt Roper1-2/+0
2023-09-08drm/i915: Stop forcing clock gating init for future platformsMatt Roper1-7/+3
2023-09-07drm/i915/dsb: Don't use indexed writes when byte enables are not all setVille Syrjälä1-3/+9
2023-09-07drm/i915/dsb: Avoid corrupting the first register writeVille Syrjälä1-0/+8
2023-09-07drm/i915/dsb: Dump the DSB command buffer when DSB failsVille Syrjälä1-3/+30
2023-09-07drm/i915: Constify LUT entries in checkerVille Syrjälä1-5/+5
2023-09-06drm/i915/cx0: Check and increase msgbus timeout thresholdGustavo Sousa2-0/+52
2023-09-06drm/i915: add trailing newlines to msgsJim Cromie2-3/+3
2023-09-06drm/i915/psr: Add psr sink error status into sink status debugfsJouni Högander1-9/+25
2023-09-05drm/i915/tc: remove "fia" from intel_tc_port_fia_max_lane_count()Luca Coelho4-6/+6
2023-09-05drm/i915/tc: move legacy code out of the main _max_lane_count() funcLuca Coelho1-13/+19
2023-09-05drm/i915/tc: make intel_tc_port_get_lane_mask() staticLuca Coelho2-2/+1
2023-09-05drm/i915/tc: rename mtl_tc_port_get_pin_assignment_mask()Luca Coelho1-2/+2
2023-09-05drm/i915/display: Compare the readout dsc pps paramsSuraj Kandpal1-0/+31
2023-09-05drm/i915/vdsc: Fill the intel_dsc_get_pps_config functionSuraj Kandpal2-7/+95
2023-09-05drm/i915/vdsc: Remove unused dsc registersSuraj Kandpal1-227/+24
2023-09-05drm/i915/vdsc: Add function to write in PPS registerSuraj Kandpal1-242/+30
2023-09-05drm/i915/vdsc: Add function to read any PPS registerSuraj Kandpal2-36/+94
2023-09-05drm/i915/vdsc: Add func to get no. of vdsc instances per pipeSuraj Kandpal1-34/+44
2023-09-05drm/i915/vdsc: Add a check for dsc split casesSuraj Kandpal1-1/+13
2023-09-05drm/i915/vdsc: Refactor dsc register field macroSuraj Kandpal1-28/+70
2023-09-04drm/i915: Handle dma fences in dirtyfb callbackJouni Högander1-3/+57
2023-09-04drm/i915: Add new frontbuffer tracking interface to queue flushJouni Högander2-0/+32
2023-09-04drm/i915/psr: Clear frontbuffer busy bits on flipJouni Högander1-0/+6
2023-09-04drm/i915/fbc: Clear frontbuffer busy bits on flipJouni Högander1-4/+2
2023-09-01media: cec: core: add note about *_from_edid() function usage in drmJani Nikula2-0/+10
2023-09-01drm/i915/cec: switch to setting physical address directlyJani Nikula2-8/+4
2023-09-01drm/cec: add drm_dp_cec_attach() as the non-edid version of set edidJani Nikula1-3/+20
2023-09-01drm/edid: parse source physical addressJani Nikula1-0/+5
2023-09-01drm/i915/display: use drm_edid_is_digital()Jani Nikula3-17/+10
2023-09-01drm/edid: add drm_edid_is_digital()Jani Nikula1-2/+15
2023-09-01drm/i915/hdcp: Use correct aux for capability check scenarioSuraj Kandpal1-2/+4
2023-09-01drm/i915/hdcp: Use intel_connector as argument for hdcp_2_2_capableSuraj Kandpal4-5/+6