aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/i9xx_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12Merge drm/drm-next into drm-intel-nextJani Nikula1-3/+2
2022-08-31drm/i915: move fbc to display.fbcJani Nikula1-1/+1
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-04-13drm/i915: Remove remaining locks from i9xx plane udpatesVille Syrjälä1-12/+0
2022-02-24drm/i915: Make most pre-skl primary plane registers unlockedVille Syrjälä1-15/+9
2022-01-26drm/i915: Clean up PIPESRC definesVille Syrjälä1-2/+2
2022-01-24drm/i915: Clean up pre-skl primary plane registersVille Syrjälä1-50/+49
2021-12-15drm/i915/fbc: Loop through FBC instances in various placesVille Syrjälä1-1/+1
2021-12-03drm/i915/fbc: Allocate intel_fbc dynamicallyVille Syrjälä1-1/+1
2021-12-03drm/i915/fbc: Introduce intel_fbc_add_plane()Ville Syrjälä1-4/+11
2021-11-11drm/1915/fbc: Replace plane->has_fbc with a pointer to the fbc instanceVille Syrjälä1-6/+4
2021-11-04drm/i915: Split pre-skl primary plane update into noarm+arm pairVille Syrjälä1-22/+59
2021-11-04drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä1-7/+8
2021-11-02drm/i915/fb: Rename i915_color_plane_view::stride to mapping_strideImre Deak1-2/+2
2021-10-29drm/i915/fb: Fold modifier CCS type/tiling attribute to plane capsImre Deak1-1/+1
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak1-20/+10
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