summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/i9xx_plane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/fbc: Allocate intel_fbc dynamicallyVille Syrjälä2021-12-031-1/+1
* drm/i915/fbc: Introduce intel_fbc_add_plane()Ville Syrjälä2021-12-031-4/+11
* drm/1915/fbc: Replace plane->has_fbc with a pointer to the fbc instanceVille Syrjälä2021-11-111-6/+4
* drm/i915: Split pre-skl primary plane update into noarm+arm pairVille Syrjälä2021-11-041-22/+59
* drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä2021-11-041-7/+8
* drm/i915/fb: Rename i915_color_plane_view::stride to mapping_strideImre Deak2021-11-021-2/+2
* drm/i915/fb: Fold modifier CCS type/tiling attribute to plane capsImre Deak2021-10-291-1/+1
* drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak2021-10-211-20/+10
* drm/i915/plane: add intel_plane_helper_add() helperJani Nikula2021-07-081-1/+1
* drm/i915: Don't include intel_de.h from intel_display_types.hVille Syrjälä2021-05-051-0/+1
* drm/i915: Remove stray newlinesVille Syrjälä2021-04-281-1/+0
* drm/i915/display: rename display version macrosLucas De Marchi2021-04-141-1/+1
* drm/i915: Unify the FB and plane state view information into one structImre Deak2021-03-291-10/+10
* drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak2021-03-291-0/+1
* drm/i915/display: Eliminate most usage of INTEL_GEN()Matt Roper2021-03-241-26/+26
* drm/i915/display: Convert gen5/gen6 tests to IS_IRONLAKE/IS_SANDYBRIDGEMatt Roper2021-03-241-2/+2
* drm/i915: Disallow plane x+w>stride on ilk+ with X-tilingVille Syrjälä2021-02-091-0/+27
* drm/i915: migrate i9xx plane get configDave Airlie2021-02-081-0/+119
* drm/i915: migrate skl planes code new file (v5)Dave Airlie2021-02-081-4/+0
* drm/i915: Implement async flips for vlv/chvVille Syrjälä2021-01-291-3/+46
* drm/i915: Implement async flip for ilk/snbVille Syrjälä2021-01-291-0/+24
* drm/i915: Implement async flip for ivb/hswVille Syrjälä2021-01-291-0/+24
* drm/i915: Implement async flips for bdwVille Syrjälä2021-01-291-0/+51
* drm/i915: Limit plane stride to below TILEOFF.x limitVille Syrjälä2021-01-291-9/+55
* drm/i915: WARN if plane src coords are too bigVille Syrjälä2021-01-271-0/+7
* drm/i915: refactor i915 plane code into separate file.Dave Airlie2020-12-221-0/+704