aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/drm-intel into drm-core-nextDave 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