]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon/kms: fix possible sigbus in evergreen accel code
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 12 Oct 2010 16:20:31 +0000 (12:20 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 29 Oct 2010 04:51:33 +0000 (21:51 -0700)
commit86e3fc7194c037faae3f3094563f75312d3512a0
tree36869edd2da57e4c9575a18b601f9af21e47a6c3
parent64ea843fbb13bb9d3014751a114f069461b32da3
drm/radeon/kms: fix possible sigbus in evergreen accel code

Not upstream in Linus's tree as it was fixed by a much more intrusive
patch in a different manner, commit c919b371cb734f42b11

2.6.35 and 2.6.36 do not contain blit support for evergreen
asics so if they use unmappable vram, you can end up with an
unreachable buffer address.  This should not be applied to drm-next
as that tree already contains evergreen blit support.  This should
only be applied to the 2.6.35 and 2.6.36 stable trees.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=30188

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/evergreen.c