summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_sprite.c
AgeCommit message (Expand)Author
2019-02-07drm/i915: Split the gamma/csc enable bits from the plane_ctl() functionVille Syrjälä
2019-01-29drm/i915: Fix skl srckey mask bitsVille Syrjälä
2019-01-17drm/i915/sprite: switch to kernel typesJani Nikula
2019-01-14drm/i915: Markup paired operations on display power domainsChris Wilson
2019-01-09drm/i915: drop all drmP.h includesJani Nikula
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi
2018-11-28drm/i915: Pass the plane to icl_program_input_csc_coeff()Ville Syrjälä
2018-11-28drm/i915: Move ddb/wm programming into plane update/disable hooks on skl+Ville Syrjälä
2018-11-28drm/i915: Pass the new crtc_state to ->disable_plane()Ville Syrjälä
2018-11-28drm/i915: Move single buffered plane register writes to the endVille Syrjälä
2018-11-28drm/i915: Reorganize plane register writes to make them more atomicVille Syrjälä
2018-11-15drm/i915: Fix plane allocation/free functionsMaarten Lankhorst
2018-11-13drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä
2018-11-13drm/i915: Always write both TILEOFF and LINOFF plane registersVille Syrjälä
2018-11-09drm/i915: Clean up skl+ PLANE_POS vs. scaler handlingVille Syrjälä
2018-11-09drm/i915: Polish the skl+ plane keyval/msk/max register setupVille Syrjälä
2018-11-09drm/i915: Remove the PS_PWR_GATE write from skl_program_scaler()Ville Syrjälä
2018-11-07drm/i915: Clean up skl_program_scaler()Ville Syrjälä
2018-11-07drm/i915: Nuke posting reads from plane update/disable funcsVille Syrjälä
2018-11-06drm/i915/icl: Enable Plane Input CSC for YUV to RGB ConversionUma Shankar
2018-11-01drm/i915: Define WA 0870 and kill dead code.Rodrigo Vivi
2018-10-29drm/i915: Do not program aux plane offsets on gen11+Dhinakaran Pandiyan
2018-10-29drm/i915: Prefer IS_GEN<n> check with bitmask.Rodrigo Vivi
2018-10-24drm/i915: Mark skl_update_plane and skl_disable_plane as staticChris Wilson
2018-10-24drm/i915/gen11: Expose planar format support on gen11, v2.Maarten Lankhorst
2018-10-24drm/i915/gen11: Program the Y and UV plane for planar mode correctly, v3.Maarten Lankhorst
2018-10-24drm/i915/gen11: Program the chroma upsampler for HDR planes.Maarten Lankhorst
2018-10-24drm/i915/gen11: Program the scalers correctly for planar formats, v3.Maarten Lankhorst
2018-10-23drm/i915: Move the SKL+ zero constant alpha handlingVille Syrjälä
2018-10-23drm/i915: Relocate SKL+ NV12 src width w/aVille Syrjälä
2018-10-08drm/i915: s/intel_plane/plane/ in sprite initVille Syrjälä
2018-10-08drm/i915: Extract skl_universal_plane_init()Ville Syrjälä
2018-10-08drm/i915: Introduce intel_plane_alloc()Ville Syrjälä
2018-10-08drm/i915: Move plane_state->scaler_id initialization into intel_create_plane_...Ville Syrjälä
2018-10-08drm/i915: Add missing pixel formats for skl+ "sprites"Ville Syrjälä
2018-10-08drm/i915: Disallow plane scaling with specific pixel formatsVille Syrjälä
2018-10-08drm/i915: Allow horizontal mirroring for cnl+ "sprite" planesVille Syrjälä
2018-10-08drm/i915: Don't populate plane->i9xx_plane for spritesVille Syrjälä
2018-10-08drm/i915: Populate possible_crtcs for primary/cursor planesVille Syrjälä
2018-10-02drm/i915: Add plane alpha blending support, v2.Maarten Lankhorst
2018-09-25drm/i915: Check fb stride against plane max strideVille Syrjälä
2018-09-25drm/i915: Enable RGB565 90/270 plane rotation for gen11 onwards.Juha-Pekka Heikkila
2018-09-21drm/i915: Force planar YUV coordinates to be a multiple of 2, v2.Maarten Lankhorst
2018-09-21drm/i915: Move programming plane scaler to its own function.Maarten Lankhorst
2018-09-18drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä
2018-09-12drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä
2018-09-12drm/i915: Move display w/a #1175Ville Syrjälä
2018-09-12drm/i915: Move skl plane fb related checks into a better placeVille Syrjälä
2018-09-12drm/i915: Extract per-platform plane->check() functionsVille Syrjälä
2018-09-12drm/i915: Nuke plane->can_scale/min_downscaleVille Syrjälä