]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/radeon: fix cursor corruption on DCE6 and newer
authorJerome Glisse <jglisse@redhat.com>
Mon, 21 Jan 2013 20:50:03 +0000 (15:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 00:27:01 +0000 (18:27 -0600)
commit45bced10746efaccd4d3505a169976ee4c5f2a5d
tree06d414d5df95a4a3559b2223cf5b325de26a514a
parent39780ccc9634b5cf07e4f136ff41e6767db24bd3
drm/radeon: fix cursor corruption on DCE6 and newer

commit e521a29014794d139cca46396d1af8faf1295a26 upstream.

Aruba and newer gpu does not need the avivo cursor work around,
quite the opposite this work around lead to corruption.

agd5f: check DCE6 rather than ARUBA since the issue is DCE
version specific rather than family specific.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_cursor.c