summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/skl_universal_plane.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-3/+46
2021-10-04drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta1-1/+35
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta1-3/+12
2021-09-23drm/i915/display: Match PSR2 selective fetch sequences with specificationJosé Roberto de Souza1-2/+2
2021-09-23drm/i915/adlp: Assert that VMAs in DPT start at 0Imre Deak1-0/+5
2021-07-30drm/i915: replace random CNL commentsLucas De Marchi1-1/+1
2021-07-30drm/i915/display: remove explicit CNL handling from skl_universal_plane.cLucas De Marchi1-7/+7
2021-07-21drm/i915: Make display workaround upper bounds exclusiveMatt Roper1-4/+4
2021-07-13drm/i915/display: Settle on "adl-x" in WA commentsJosé Roberto de Souza1-1/+1
2021-07-08drm/i915/plane: add intel_plane_helper_add() helperJani Nikula1-1/+1
2021-05-27drm/i915/adl_p: Implement Wa_22012358565Ville Syrjälä1-0/+27
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-45/+139
2021-05-14drm/i915/adl_p: Disable CCS on a-step (Wa_22011186057)José Roberto de Souza1-1/+19
2021-05-14drm/i915: Merge fix for "drm: Switch to %p4cc format modifier"Stephen Rothwell1-4/+2
2021-05-12drm/i915/xelpd: Define plane capabilitiesMatt Roper1-4/+7
2021-05-07drm/i915/adl_p: Disable support for 90/270 FB rotationImre Deak1-2/+1
2021-05-07drm/i915/xelpd: Support 128k plane strideJuha-Pekka Heikkilä1-9/+37
2021-05-07drm/i915/xelpd: First stab at DPT supportVille Syrjälä1-2/+17
2021-05-07drm/i915: Reorder skl+ scaler vs. plane updatesVille Syrjälä1-3/+8
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä1-0/+1
2021-04-28drm/i915: Remove stray newlinesVille Syrjälä1-1/+0
2021-04-19Merge tag 'topic/intel-gen-to-ver-2021-04-19' of git://anongit.freedesktop.or...Rodrigo Vivi1-5/+5
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi1-4/+4
2021-04-14drm/i915: Remove a few redundant glk checksVille Syrjälä1-1/+1
2021-04-01drm/i915: Update plane ratio for icl+Ville Syrjälä1-1/+10
2021-04-01drm/i915: Split out glk_plane_min_cdclk()Ville Syrjälä1-18/+35
2021-03-29drm/i915: Simplify copying the FB view state to the plane stateImre Deak1-7/+1
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak1-37/+34
2021-03-29drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universa...Imre Deak1-6/+0
2021-03-29drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.cImre Deak1-34/+0
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display_types.hImre Deak1-0/+1
2021-03-29drm/i915: rename DISP_STEPPING->DISPLAY_STEP and GT_STEPPING->GT_STEPJani Nikula1-1/+1
2021-03-23drm/i915/display: Simplify GLK display version testsMatt Roper1-19/+18
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper1-33/+34
2021-02-08drm/i915: refactor skylake scaler code into new file.Dave Airlie1-1/+2
2021-02-08drm/i915: split fb scalable checks into g4x and skl versionsDave Airlie1-2/+2
2021-02-08drm/i915: migrate skl planes code new file (v5)Dave Airlie1-0/+2265