aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display
AgeCommit message (Expand)AuthorFilesLines
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 Roper1-0/+3
2023-09-08drm/i915/display: Extract display workarounds from clock gating initMatt Roper2-0/+61
2023-09-08drm/mst: Refactor the flow for payload allocation/removementWayne Lin1-6/+12
2023-09-07drm/i915/mtl: Drop Wa_14017240301Matt Roper1-5/+0
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 Cromie1-1/+1
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-01drm/i915/cec: switch to setting physical address directlyJani Nikula2-8/+4
2023-09-01drm/i915/display: use drm_edid_is_digital()Jani Nikula3-17/+10
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
2023-08-31drm/i915: add minimal i915_gem_object_frontbuffer.hJani Nikula9-0/+9
2023-08-31drm/i915/mtl: Add TC port lockdep assert to AUX power well enablingImre Deak1-0/+5
2023-08-31drm/i915/dp: Drop redundant AUX power get/put in intel_dp_force()Imre Deak1-7/+0
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds56-749/+1357
2023-08-30drivers/drm/i915: Honor limits->max_bpp while computing DSC max input bppAnkit Nautiyal1-2/+3
2023-08-29drm/i915/psr: Apply Wa_14015648006 for all display 14 steppingsJouni Högander1-2/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-7/+1
2023-08-29drm/i915/sdvo: Print out the i2c pin and slave addressVille Syrjälä1-0/+4
2023-08-29drm/i915/sdvo: Rework DDC bus handlingVille Syrjälä1-91/+114
2023-08-29drm/i915/sdvo: Get rid of the per-connector i2c symlinkVille Syrjälä1-27/+2
2023-08-29drm/i915/sdvo: Nuke the duplicate sdvo->portVille Syrjälä1-11/+8
2023-08-29drm/i915/sdvo: Initialize the encoder earlierVille Syrjälä1-19/+18
2023-08-29drm/i915/sdvo: Nuke attached_output trackingVille Syrjälä1-15/+16
2023-08-29drm/i915/hdcp: Adjust timeout for read in DPMST ScenarioSuraj Kandpal1-3/+9