summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/skl_universal_plane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie2021-12-231-1/+1
|\
* | drm/i915: Get rid of the "sizes are 0 based" stuffVille Syrjälä2021-12-031-5/+1
* | 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/i915: Rename plane YUV order bitsVille Syrjälä2021-12-031-4/+4
* | drm/i915: Get rid of the 64bit PLANE_CC_VAL mmioVille Syrjälä2021-12-031-4/+7
* | drm/i915: Add PLANE_CUS_CTL restriction in max_widthVidya Srinivas2021-12-021-4/+17
* | Revert "drm/i915/dg2: Tile 4 plane format support"Stanislav Lisovskiy2021-11-241-12/+8
* | drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy2021-11-231-8/+12
* | drm/1915/fbc: Replace plane->has_fbc with a pointer to the fbc instanceVille Syrjälä2021-11-111-6/+4
* | drm/i915: Split skl+ plane update into noarm+arm pairVille Syrjälä2021-11-041-41/+72
* | drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä2021-11-041-7/+8
* | drm/i915: Fix async flip with decryption and/or DPTVille Syrjälä2021-11-041-10/+20
* | drm/i915/adlp/fb: Remove restriction on CCS AUX plane stridesImre Deak2021-11-021-1/+1
* | 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-9/+24
* | drm/i915/fb: Don't store bitmasks in the intel_plane_caps enumImre Deak2021-10-291-1/+1
* | drm/i915/fb: Don't report MC CCS plane capability on GEN<12Imre Deak2021-10-291-0/+3
* | drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak2021-10-211-2/+2
* | drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak2021-10-211-6/+6
* | drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak2021-10-211-2/+1
* | drm/i915: Simplify the modifier check for interlaced scanout supportImre Deak2021-10-211-7/+2
* | drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak2021-10-211-128/+50
* | drm/i915: Rename intel_load_plane_csc_black()Ville Syrjälä2021-10-181-18/+17
* | drm/i915: Remove the drm_dbg() from the vblank evade critical sectionVille Syrjälä2021-10-181-2/+0
* | drm/i915: Fix up skl_program_plane() pxp stuffVille Syrjälä2021-10-181-16/+14
* | drm/i915: Move the pxp plane state computationVille Syrjälä2021-10-181-0/+17
|/
* Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2021-10-111-3/+46
|\
| * drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta2021-10-041-1/+35
| * drm/i915/pxp: Add plane decryption supportAnshuman Gupta2021-10-041-3/+12
* | drm/i915/display: Match PSR2 selective fetch sequences with specificationJosé Roberto de Souza2021-09-231-2/+2
* | drm/i915/adlp: Assert that VMAs in DPT start at 0Imre Deak2021-09-231-0/+5
|/
* drm/i915: replace random CNL commentsLucas De Marchi2021-07-301-1/+1
* drm/i915/display: remove explicit CNL handling from skl_universal_plane.cLucas De Marchi2021-07-301-7/+7
* drm/i915: Make display workaround upper bounds exclusiveMatt Roper2021-07-211-4/+4
* drm/i915/display: Settle on "adl-x" in WA commentsJosé Roberto de Souza2021-07-131-1/+1
* drm/i915/plane: add intel_plane_helper_add() helperJani Nikula2021-07-081-1/+1
* drm/i915/adl_p: Implement Wa_22012358565Ville Syrjälä2021-05-271-0/+27
* Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2021-05-211-45/+139
|\
| * drm/i915/adl_p: Disable CCS on a-step (Wa_22011186057)José Roberto de Souza2021-05-151-1/+19
| * drm/i915/xelpd: Define plane capabilitiesMatt Roper2021-05-131-4/+7
| * drm/i915/adl_p: Disable support for 90/270 FB rotationImre Deak2021-05-071-2/+1
| * drm/i915/xelpd: Support 128k plane strideJuha-Pekka Heikkilä2021-05-071-9/+37
| * drm/i915/xelpd: First stab at DPT supportVille Syrjälä2021-05-071-2/+17
| * drm/i915: Reorder skl+ scaler vs. plane updatesVille Syrjälä2021-05-071-3/+8
| * 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
| * Merge tag 'topic/intel-gen-to-ver-2021-04-19' of git://anongit.freedesktop.or...Rodrigo Vivi2021-04-191-5/+5
| |\
| | * drm/i915/display: rename display version macrosLucas De Marchi2021-04-141-4/+4
| | * drm/i915: Remove a few redundant glk checksVille Syrjälä2021-04-141-1/+1