summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/skl_universal_plane.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi1-1/+1
2022-01-24drm/i915/plane: convert to drm device based logging and WARNJani Nikula1-4/+6
2022-01-18drm/i915: Nuke pointless middle men for skl+ plane programmingVille Syrjälä1-36/+17
2022-01-18drm/i915: Declutter color key register stuffVille Syrjälä1-13/+32
2022-01-18drm/i915: Extract skl_plane_aux_dist()Ville Syrjälä1-12/+23
2022-01-18drm/i915: Use REG_BIT() & co. for universal plane bitsVille Syrjälä1-17/+19
2022-01-18drm/i915: Sipmplify PLANE_STRIDE maskingVille Syrjälä1-4/+1
2021-12-23Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie1-1/+1
2021-12-15drm/i915/fbc: Introduce device info fbc_maskVille Syrjälä1-5/+12
2021-12-15drm/i915/fbc: Loop through FBC instances in various placesVille Syrjälä1-1/+1
2021-12-03drm/i915: Get rid of the "sizes are 0 based" stuffVille Syrjälä1-5/+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-12-03drm/i915: Rename plane YUV order bitsVille Syrjälä1-4/+4
2021-12-03drm/i915: Get rid of the 64bit PLANE_CC_VAL mmioVille Syrjälä1-4/+7
2021-12-02drm/i915: Add PLANE_CUS_CTL restriction in max_widthVidya Srinivas1-4/+17
2021-11-24Revert "drm/i915/dg2: Tile 4 plane format support"Stanislav Lisovskiy1-12/+8
2021-11-23drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy1-8/+12
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 skl+ plane update into noarm+arm pairVille Syrjälä1-41/+72
2021-11-04drm/i915: Split update_plane() into update_noarm() + update_arm()Ville Syrjälä1-7/+8
2021-11-04drm/i915: Fix async flip with decryption and/or DPTVille Syrjälä1-10/+20
2021-11-02drm/i915/adlp/fb: Remove restriction on CCS AUX plane stridesImre Deak1-1/+1
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-9/+24
2021-10-29drm/i915/fb: Don't store bitmasks in the intel_plane_caps enumImre Deak1-1/+1
2021-10-29drm/i915/fb: Don't report MC CCS plane capability on GEN<12Imre Deak1-0/+3
2021-10-21drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak1-2/+2
2021-10-21drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak1-6/+6
2021-10-21drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak1-2/+1
2021-10-21drm/i915: Simplify the modifier check for interlaced scanout supportImre Deak1-7/+2
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak1-128/+50
2021-10-18drm/i915: Rename intel_load_plane_csc_black()Ville Syrjälä1-18/+17
2021-10-18drm/i915: Remove the drm_dbg() from the vblank evade critical sectionVille Syrjälä1-2/+0
2021-10-18drm/i915: Fix up skl_program_plane() pxp stuffVille Syrjälä1-16/+14
2021-10-18drm/i915: Move the pxp plane state computationVille Syrjälä1-0/+17
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-3/+46
2021-10-04drm/i915/pxp: black pixels on pxp disabledAnshuman Gupta1-1/+35
2021-10-04drm/i915/pxp: Add plane decryption supportAnshuman Gupta1-3/+12
2021-09-23drm/i915/display: Match PSR2 selective fetch sequences with specificationJosé Roberto de Souza1-2/+2
2021-09-23drm/i915/adlp: Assert that VMAs in DPT start at 0Imre Deak1-0/+5
2021-07-30drm/i915: replace random CNL commentsLucas De Marchi1-1/+1
2021-07-30drm/i915/display: remove explicit CNL handling from skl_universal_plane.cLucas De Marchi1-7/+7
2021-07-21drm/i915: Make display workaround upper bounds exclusiveMatt Roper1-4/+4
2021-07-13drm/i915/display: Settle on "adl-x" in WA commentsJosé Roberto de Souza1-1/+1
2021-07-08drm/i915/plane: add intel_plane_helper_add() helperJani Nikula1-1/+1
2021-05-27drm/i915/adl_p: Implement Wa_22012358565Ville Syrjälä1-0/+27
2021-05-21Merge tag 'drm-intel-next-2021-05-19-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-45/+139
2021-05-15drm/i915/adl_p: Disable CCS on a-step (Wa_22011186057)José Roberto de Souza1-1/+19
2021-05-14drm/i915: Merge fix for "drm: Switch to %p4cc format modifier"Stephen Rothwell1-4/+2