]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: treat src w & h as fixed point in sprite handling code
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 20 Mar 2012 17:59:09 +0000 (10:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Apr 2012 16:13:53 +0000 (09:13 -0700)
commitab9da3326bda367eb661dc25cbb5e0b42aa2834b
tree6b3ffa369ba68c9fa28d534ee745459111e56dcd
parent40c47fc408d25e6700be1f15822f253caa53b36e
drm/i915: treat src w & h as fixed point in sprite handling code

commit b4db1e35ac59c144965f517bc575a0d75b60b03f upstream.

This was missed when we converted the source values to 16.16 fixed point.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_sprite.c