]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/ast: Fix HW cursor image
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 7 Oct 2014 08:04:58 +0000 (19:04 +1100)
committerJiri Slaby <jslaby@suse.cz>
Thu, 13 Nov 2014 18:02:24 +0000 (19:02 +0100)
commit3055e72f042a7e5566f02ca2be609426ba6f6efa
tree5b2e6e362f38019350c2c65fd2a480af3b9320ed
parent09cefff4b3b8dfbded9ab2ff7d7f1f1290dd1920
drm/ast: Fix HW cursor image

commit 1e99cfa8de0f0879091e33cd65fd60418d006ad9 upstream.

The translation from the X driver to the KMS one typo'ed a couple
of array indices, causing the HW cursor to look weird (blocky with
leaking edge colors). This fixes it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/ast/ast_mode.c