summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä2018-09-181-2/+1
* 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/+12
* 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
* drm/i915: Add a small wrapper to check for CCS modifiers.Dhinakaran Pandiyan2018-08-221-2/+1
* drm/i915/psr: Print PSR_STATUS when PSR idle wait times out.Dhinakaran Pandiyan2018-08-211-2/+4
* Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-201-1/+1
|\
| * drm/i915: Use crtc_state->has_psr instead of CAN_PSR for pipe updateTarun Vyas2018-07-121-1/+1
* | Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-201-17/+3
|\ \
| * | drm/i915: Substitute intel_format_is_yuv() with format->is_yuvAyan Kumar Halder2018-07-181-17/+3
* | | Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-07-191-4/+16
|\ \ \ | |/ / |/| / | |/
| * drm/i915: Wait for PSR exit before checking for vblank evasionTarun Vyas2018-07-021-4/+16
* | Merge tag 'drm-intel-next-2018-06-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-281-3/+61
|\|
| * drm/i915: Fix sprite destination colorkeying on SKL+Ville Syrjälä2018-06-081-3/+61
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-29/+98
|\ \
| * \ Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-201-3/+24
| |\ \
| * | | drm/i915: Promote .format_mod_supported() to the lead roleVille Syrjälä2018-05-301-36/+105
* | | | Merge tag 'drm-intel-next-2018-06-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-06-221-28/+58
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | drm/i915: Configure SKL+ scaler initial phase correctlyVille Syrjälä2018-06-011-2/+24
| * | drm/i915: Fix tabs vs. spaces in sprite codeVille Syrjälä2018-06-011-10/+10
| * | drm/i915: Have plane->get_hw_state() return the current pipeVille Syrjälä2018-06-011-16/+24
* | | Merge tag 'drm-intel-next-2018-05-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-161-3/+24
|\| | | |/ |/|
| * drm/i915: Add NV12 as supported format for sprite planeChandra Konduru2018-05-111-2/+22
| * drm/i915: Add skl_check_nv12_surface for NV12Maarten Lankhorst2018-05-111-1/+2