summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/i9xx_plane.c
AgeCommit message (Expand)Author
2021-12-15drm/i915/fbc: Loop through FBC instances in various placesVille Syrjälä
2021-12-03drm/i915/fbc: Allocate intel_fbc dynamicallyVille Syrjälä
2021-12-03drm/i915/fbc: Introduce intel_fbc_add_plane()Ville Syrjälä
2021-11-11drm/1915/fbc: Replace plane->has_fbc with a pointer to the fbc instanceVille Syrjälä
2021-11-04drm/i915: Split pre-skl primary plane update into noarm+arm pairVille Syrjälä
2021-11-04drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä
2021-11-02drm/i915/fb: Rename i915_color_plane_view::stride to mapping_strideImre Deak
2021-10-29drm/i915/fb: Fold modifier CCS type/tiling attribute to plane capsImre Deak
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak
2021-07-08drm/i915/plane: add intel_plane_helper_add() helperJani Nikula
2021-05-05drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä
2021-04-28drm/i915: Remove stray newlinesVille Syrjälä
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak
2021-03-23drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper
2021-03-23drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGEMatt Roper
2021-02-10drm/i915: Disallow plane x+w>stride on ilk+ with X-tilingVille Syrjälä
2021-02-08drm/i915: migrate i9xx plane get configDave Airlie
2021-02-08drm/i915: migrate skl planes code new file (v5)Dave Airlie
2021-01-29drm/i915: Implement async flips for vlv/chvVille Syrjälä
2021-01-29drm/i915: Implement async flip for ilk/snbVille Syrjälä
2021-01-29drm/i915: Implement async flip for ivb/hswVille Syrjälä
2021-01-29drm/i915: Implement async flips for bdwVille Syrjälä
2021-01-29drm/i915: Limit plane stride to below TILEOFF.x limitVille Syrjälä
2021-01-27drm/i915: WARN if plane src coords are too bigVille Syrjälä
2020-12-22drm/i915: refactor i915 plane code into separate file.Dave Airlie