aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/i9xx_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08drm/i915/plane: add intel_plane_helper_add() helperJani Nikula1-1/+1
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-14drm/i915/display: rename display version macrosLucas De Marchi1-1/+1
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak1-10/+10
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak1-0/+1
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper1-26/+26
2021-03-23drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGEMatt Roper1-2/+2
2021-02-10drm/i915: Disallow plane x+w>stride on ilk+ with X-tilingVille Syrjälä1-0/+27
2021-02-08drm/i915: migrate i9xx plane get configDave Airlie1-0/+119
2021-02-08drm/i915: migrate skl planes code new file (v5)Dave Airlie1-4/+0
2021-01-29drm/i915: Implement async flips for vlv/chvVille Syrjälä1-3/+46
2021-01-29drm/i915: Implement async flip for ilk/snbVille Syrjälä1-0/+24
2021-01-29drm/i915: Implement async flip for ivb/hswVille Syrjälä1-0/+24
2021-01-29drm/i915: Implement async flips for bdwVille Syrjälä1-0/+51
2021-01-29drm/i915: Limit plane stride to below TILEOFF.x limitVille Syrjälä1-9/+55
2021-01-27drm/i915: WARN if plane src coords are too bigVille Syrjälä1-0/+7
2020-12-22drm/i915: refactor i915 plane code into separate file.Dave Airlie1-0/+704