summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/skl_universal_plane.c
AgeCommit message (Expand)AuthorFilesLines
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-24drm/i915/display: Simplify GLK display version testsMatt Roper1-19/+18
2021-03-24drm/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