summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst2019-03-211-15/+15
* drm/i915/icl: Implement half float formatsKevin Strasser2019-03-131-3/+69
* drm/i915: Refactor icl_is_hdr_planeKevin Strasser2019-03-131-3/+3
* drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planesSwati Sharma2019-03-051-1/+59
* drm/i915: Enable P010, P012, P016 formats for primary and sprite planesJuha-Pekka Heikkila2019-03-051-2/+26
* drm/i915: Preparations for enabling P010, P012, P016 formatsJuha-Pekka Heikkila2019-03-051-3/+19
* drm/i915: Split the gamma/csc enable bits from the plane_ctl() functionVille Syrjälä2019-02-071-11/+43
* drm/i915: Fix skl srckey mask bitsVille Syrjälä2019-01-291-1/+1
* drm/i915/sprite: switch to kernel typesJani Nikula2019-01-171-30/+30
* drm/i915: Markup paired operations on display power domainsChris Wilson2019-01-141-8/+16
* drm/i915: drop all drmP.h includesJani Nikula2019-01-091-1/+0
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-121-3/+3
* drm/i915: Pass the plane to icl_program_input_csc_coeff()Ville Syrjälä2018-11-281-8/+6
* 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/+0
* 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/+7
* 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/+9
* drm/i915: Remove the PS_PWR_GATE write from skl_program_scaler()Ville Syrjälä2018-11-091-1/+0
* drm/i915: Clean up skl_program_scaler()Ville Syrjälä2018-11-071-13/+5
* drm/i915: Nuke posting reads from plane update/disable funcsVille Syrjälä2018-11-071-12/+0
* 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/+1
* 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/+45
* 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/+0
* 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/+0
* 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