summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_sprite.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02drm/i915: sprite support for ValleyView v4Jesse Barnes1-9/+204
2013-03-27drm/i915: Wait for vblank between disabling a sprite and unpinning the fbVille Syrjälä1-0/+2
2013-03-27drm/i915: Apply alignment restrictions on scanout surfaces for VT-dChris Wilson1-0/+5
2013-03-26drm/i915: add sprite restore function v3Jesse Barnes1-0/+23
2013-02-21drm/i915: Handle untiled planes when computing their offsetsChris Wilson1-4/+4
2013-02-20drm/i915: Implement pipe CSC based limited range RGB outputVille Syrjälä1-0/+3
2013-02-15drm/i915: Fix sprite_scaling_enabled for multiple spritesVille Syrjälä1-11/+16
2013-01-20drm/i915: use drm_modeset_lock_allDaniel Vetter1-4/+4
2013-01-09drm/i915: Use pixel size for computing linear offsets into a spriteChris Wilson1-6/+4
2012-11-11drm/i915: Bad pixel formats can't reach the sprite codeVille Syrjälä1-6/+2
2012-11-11drm/i915: pixel_size == cppVille Syrjälä1-16/+3
2012-11-11drm/i915: adjust sprite base addressDamien Lespiau1-18/+28
2012-11-11drm/i915: Fix sprite offset on HSWDamien Lespiau1-1/+7
2012-11-11drm/i915: Error out when trying to set a y-tiled as a spriteDamien Lespiau1-0/+9
2012-10-26drm/i915: VLV does not have a sprite scalerDamien Lespiau1-1/+1
2012-10-26drm/i915: convert PIPECONF to use transcoder instead of pipePaulo Zanoni1-1/+3
2012-10-23drm/i915: Don't try to use SPR_SCALE when we don't have a sprite scalerDamien Lespiau1-2/+15
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-08-23drm/i915: fix color order for BGR formats on IVBVijay Purushothaman1-2/+2
2012-07-20drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira1-0/+1
2012-06-27drm/i915/sprite: Fix mem leak in intel_plane_init()Jesper Juhl1-1/+1
2012-06-27drm/i915: correct IVB default sprite formatJesse Barnes1-1/+1
2012-06-27drm/i915: mask tiled bit when updating IVB spritesJesse Barnes1-0/+1
2012-06-13drm/i915: Switch off FBC when disabling the primary plane when obscuredChris Wilson1-10/+15
2012-05-03drm/i915: properly check for MODESET for kms driver ioctlsDaniel Vetter1-6/+4
2012-05-03drm/i915/sprite: Avoid incurring extra vblank stall when updating plane on IVBChris Wilson1-6/+13
2012-04-17drm/i915: Mask reserved bits in display/sprite address registersArmin Reese1-4/+4
2012-04-17Merge tag 'v3.4-rc3' into drm-intel-next-queuedDaniel Vetter1-1/+0
2012-04-16drm/i915/sprite: Always enable the scaler on IronLakeChris Wilson1-2/+3
2012-04-16drm/i915: Export the generic, not arch specific, intel_update_watermarks()Chris Wilson1-2/+2
2012-04-12drm/i915: Ironlake shares the same video sprite controls as SandybridgeChris Wilson1-15/+45
2012-04-09drm/i915: Removed IVB forced enable of sprite dest key.acreese1-1/+0
2012-04-03drm/i915: treat src w & h as fixed point in sprite handling codeJesse Barnes1-0/+3
2012-03-22Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2012-03-07drm/i915: fix color order for BGR formats on SNBJesse Barnes1-3/+3
2012-02-14Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet...Dave Airlie1-2/+2
2012-01-29drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson1-2/+2
2012-01-13drm/i915: sprite init failure on pre-SNB is not a failureJesse Barnes1-6/+2
2012-01-05drm: add support for private planesRob Clark1-1/+1
2012-01-03drm/i915: add color key support v4Jesse Barnes1-0/+177
2012-01-03drm/i915: track sprite coverage and disable primary plane if possibleJesse Barnes1-0/+41
2012-01-03drm/i915: add SNB and IVB video sprite support v6Jesse Barnes1-0/+450