aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-08drm/i915: s/intel_plane/plane/ in sprite initVille Syrjälä1-46/+45
2018-10-08drm/i915: Extract skl_universal_plane_init()Ville Syrjälä1-67/+150
2018-10-08drm/i915: Introduce intel_plane_alloc()Ville Syrjälä1-16/+34
2018-10-08drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_state()Ville Syrjälä1-2/+0
2018-10-08drm/i915: Add missing pixel formats for skl+ "sprites"Ville Syrjälä1-8/+14
2018-10-08drm/i915: Disallow plane scaling with specific pixel formatsVille Syrjälä1-19/+28
2018-10-08drm/i915: Allow horizontal mirroring for cnl+ "sprite" planesVille Syrjälä1-1/+6
2018-10-08drm/i915: Don't populate plane->i9xx_plane for spritesVille Syrjälä1-1/+0
2018-10-08drm/i915: Populate possible_crtcs for primary/cursor planesVille Syrjälä1-1/+1
2018-10-02drm/i915: Add plane alpha blending support, v2.Maarten Lankhorst1-2/+21
2018-09-25drm/i915: Check fb stride against plane max strideVille Syrjälä1-0/+22
2018-09-25drm/i915: Enable RGB565 90/270 plane rotation for gen11 onwards.Juha-Pekka Heikkila1-4/+10
2018-09-21drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.Maarten Lankhorst1-1/+8
2018-09-21drm/i915: Move programming plane scaler to its own function.Maarten Lankhorst1-38/+52
2018-09-18drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä1-2/+1
2018-09-12drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä1-0/+21
2018-09-12drm/i915: Move display w/a #1175Ville Syrjälä1-1/+35
2018-09-12drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä1-0/+66
2018-09-12drm/i915: Extract per-platform plane->check() functionsVille Syrjälä1-112/+191
2018-09-12drm/i915: Nuke plane->can_scale/min_downscaleVille Syrjälä1-26/+12
2018-09-12drm/i915: Store the final plane stride in plane_stateVille Syrjälä1-6/+6
2018-09-12drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]Ville Syrjälä1-14/+15
2018-09-12drm/i915: Add .max_stride() plane hookVille Syrjälä1-2/+32
2018-08-28drm/i915: Don't pass plane to .check_plane()Ville Syrjälä1-2/+2
2018-08-22drm/i915: Add a small wrapper to check for CCS modifiers.Dhinakaran Pandiyan1-2/+1
2018-08-21drm/i915/psr: Print PSR_STATUS when PSR idle wait times out.Dhinakaran Pandiyan1-2/+4
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+1
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-17/+3
2018-07-19Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-4/+16
2018-07-18drm/i915: Substitute intel_format_is_yuv() with format->is_yuvAyan Kumar Halder1-17/+3
2018-07-12drm/i915: Use crtc_state->has_psr instead of CAN_PSR for pipe updateTarun Vyas1-1/+1