summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0Star
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-3/+3
* drm/i915: Pass the plane to icl_program_input_csc_coeff()Ville Syrjälä2018-11-281-8/+6Star
* drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä2018-11-281-0/+4
* drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä2018-11-281-4/+8
* drm/i915: Move single buffered plane register writes to the endVille Syrjälä2018-11-281-2/+2
* drm/i915: Reorganize plane register writes to make them more atomicVille Syrjälä2018-11-281-44/+64
* drm/i915: Fix plane allocation/free functionsMaarten Lankhorst2018-11-151-29/+0Star
* drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä2018-11-131-6/+14
* drm/i915: Always write both TILEOFF and LINOFF plane registersVille Syrjälä2018-11-131-14/+7Star
* drm/i915: Clean up skl+ PLANE_POS vs. scaler handlingVille Syrjälä2018-11-091-7/+9
* drm/i915: Polish the skl+ plane keyval/msk/max register setupVille Syrjälä2018-11-091-13/+9Star
* drm/i915: Remove the PS_PWR_GATE write from skl_program_scaler()Ville Syrjälä2018-11-091-1/+0Star
* drm/i915: Clean up skl_program_scaler()Ville Syrjälä2018-11-071-13/+5Star
* drm/i915: Nuke posting reads from plane update/disable funcsVille Syrjälä2018-11-071-12/+0Star
* drm/i915/icl: Enable Plane Input CSC for YUV to RGB ConversionUma Shankar2018-11-061-0/+107
* drm/i915: Define WA 0870 and kill dead code.Rodrigo Vivi2018-11-011-0/+1
* drm/i915: Do not program aux plane offsets on gen11+Dhinakaran Pandiyan2018-10-291-3/+5
* drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi2018-10-291-1/+1
* drm/i915: Mark skl_update_plane and skl_disable_plane as staticChris Wilson2018-10-241-2/+2
* drm/i915/gen11: Expose planar format support on gen11, v2.Maarten Lankhorst2018-10-241-5/+1Star
* drm/i915/gen11: Program the Y and UV plane for planar mode correctly, v3.Maarten Lankhorst2018-10-241-9/+38
* drm/i915/gen11: Program the chroma upsampler for HDR planes.Maarten Lankhorst2018-10-241-0/+22
* drm/i915/gen11: Program the scalers correctly for planar formats, v3.Maarten Lankhorst2018-10-241-1/+2
* drm/i915: Move the SKL+ zero constant alpha handlingVille Syrjälä2018-10-231-0/+4
* drm/i915: Relocate SKL+ NV12 src width w/aVille Syrjälä2018-10-231-0/+21
* drm/i915: s/intel_plane/plane/ in sprite initVille Syrjälä2018-10-081-46/+45Star
* drm/i915: Extract skl_universal_plane_init()Ville Syrjälä2018-10-081-67/+150
* drm/i915: Introduce intel_plane_alloc()Ville Syrjälä2018-10-081-16/+34
* drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_...Ville Syrjälä2018-10-081-2/+0Star
* drm/i915: Add missing pixel formats for skl+ "sprites"Ville Syrjälä2018-10-081-8/+14
* drm/i915: Disallow plane scaling with specific pixel formatsVille Syrjälä2018-10-081-19/+28
* drm/i915: Allow horizontal mirroring for cnl+ "sprite" planesVille Syrjälä2018-10-081-1/+6
* drm/i915: Don't populate plane->i9xx_plane for spritesVille Syrjälä2018-10-081-1/+0Star
* drm/i915: Populate possible_crtcs for primary/cursor planesVille Syrjälä2018-10-081-1/+1
* drm/i915: Add plane alpha blending support, v2.Maarten Lankhorst2018-10-021-2/+21
* drm/i915: Check fb stride against plane max strideVille Syrjälä2018-09-251-0/+22
* drm/i915: Enable RGB565 90/270 plane rotation for gen11 onwards.Juha-Pekka Heikkila2018-09-251-4/+10
* drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.Maarten Lankhorst2018-09-211-1/+8
* drm/i915: Move programming plane scaler to its own function.Maarten Lankhorst2018-09-211-38/+52
* drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä2018-09-181-2/+1Star
* drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä2018-09-121-0/+21
* drm/i915: Move display w/a #1175Ville Syrjälä2018-09-121-1/+35
* drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä2018-09-121-0/+66
* drm/i915: Extract per-platform plane->check() functionsVille Syrjälä2018-09-121-112/+191
* drm/i915: Nuke plane->can_scale/min_downscaleVille Syrjälä2018-09-121-26/+12Star
* drm/i915: Store the final plane stride in plane_stateVille Syrjälä2018-09-121-6/+6
* drm/i915: Rename the plane_state->main/aux to plane_state->color_plane[]Ville Syrjälä2018-09-121-14/+15
* drm/i915: Add .max_stride() plane hookVille Syrjälä2018-09-121-2/+32
* drm/i915: Don't pass plane to .check_plane()Ville Syrjälä2018-08-281-2/+2