summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_sprite.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08drm/i915: extract intel_sprite.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_atomic_plane.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_pm.h from intel_drv.hJani Nikula1-0/+1
2019-04-08drm/i915: extract intel_psr.h from intel_drv.hJani Nikula1-5/+8
2019-03-27drm/i915: Reject rotation for some hdr formatsMaarten Lankhorst1-0/+5
2019-03-27drm/i915: Reject Yf tiling for HDR formats, v2.Maarten Lankhorst1-5/+5
2019-03-27drm/i915: Handle YUV subpixel support betterMaarten Lankhorst1-10/+19
2019-03-27Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-15/+15
2019-03-21drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst1-15/+15
2019-03-19drm/i915: stick to kernel fixed size typesJani Nikula1-5/+5
2019-03-18drm/i915: Turn off the CUS when turning off a HDR planeVille Syrjälä1-0/+3
2019-03-18Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Joonas Lahtinen1-6/+72
2019-03-13drm/i915/icl: Implement half float formatsKevin Strasser1-3/+69
2019-03-13drm/i915: Refactor icl_is_hdr_planeKevin Strasser1-3/+3
2019-03-11Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Joonas Lahtinen1-5/+103
2019-03-05drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planesSwati Sharma1-1/+59
2019-03-05drm/i915: Enable P010, P012, P016 formats for primary and sprite planesJuha-Pekka Heikkila1-2/+26
2019-03-05drm/i915: Preparations for enabling P010, P012, P016 formatsJuha-Pekka Heikkila1-3/+19
2019-02-08drm/i915: Track pipe csc enable in crtc stateVille Syrjälä1-2/+4
2019-02-08drm/i915: Track pipe gamma enable/disable in crtc stateVille Syrjälä1-3/+14
2019-02-07drm/i915: Split the gamma/csc enable bits from the plane_ctl() functionVille Syrjälä1-11/+43
2019-01-29drm/i915: Fix skl srckey mask bitsVille Syrjälä1-1/+1
2019-01-17drm/i915/sprite: switch to kernel typesJani Nikula1-30/+30
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson1-8/+16
2019-01-09drm/i915: drop all drmP.h includesJani Nikula1-1/+0
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-3/+3
2018-11-28drm/i915: Pass the plane to icl_program_input_csc_coeff()Ville Syrjälä1-8/+6
2018-11-28drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä1-0/+4
2018-11-28drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä1-4/+8
2018-11-28drm/i915: Move single buffered plane register writes to the endVille Syrjälä1-2/+2
2018-11-28drm/i915: Reorganize plane register writes to make them more atomicVille Syrjälä1-44/+64
2018-11-15drm/i915: Fix plane allocation/free functionsMaarten Lankhorst1-29/+0
2018-11-13drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä1-6/+14
2018-11-13drm/i915: Always write both TILEOFF and LINOFF plane registersVille Syrjälä1-14/+7
2018-11-09drm/i915: Clean up skl+ PLANE_POS vs. scaler handlingVille Syrjälä1-7/+9
2018-11-09drm/i915: Polish the skl+ plane keyval/msk/max register setupVille Syrjälä1-13/+9
2018-11-09drm/i915: Remove the PS_PWR_GATE write from skl_program_scaler()Ville Syrjälä1-1/+0
2018-11-07drm/i915: Clean up skl_program_scaler()Ville Syrjälä1-13/+5
2018-11-07drm/i915: Nuke posting reads from plane update/disable funcsVille Syrjälä1-12/+0
2018-11-06drm/i915/icl: Enable Plane Input CSC for YUV to RGB ConversionUma Shankar1-0/+107
2018-11-01drm/i915: Define WA 0870 and kill dead code.Rodrigo Vivi1-0/+1
2018-10-29drm/i915: Do not program aux plane offsets on gen11+Dhinakaran Pandiyan1-3/+5
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi1-1/+1
2018-10-24drm/i915: Mark skl_update_plane and skl_disable_plane as staticChris Wilson1-2/+2
2018-10-24drm/i915/gen11: Expose planar format support on gen11, v2.Maarten Lankhorst1-5/+1
2018-10-24drm/i915/gen11: Program the Y and UV plane for planar mode correctly, v3.Maarten Lankhorst1-9/+38
2018-10-24drm/i915/gen11: Program the chroma upsampler for HDR planes.Maarten Lankhorst1-0/+22
2018-10-24drm/i915/gen11: Program the scalers correctly for planar formats, v3.Maarten Lankhorst1-1/+2
2018-10-23drm/i915: Move the SKL+ zero constant alpha handlingVille Syrjälä1-0/+4
2018-10-23drm/i915: Relocate SKL+ NV12 src width w/aVille Syrjälä1-0/+21