drm/radeon/kms: Fix R600/RV770 disable acceleration path
authorJerome Glisse <jglisse@redhat.com>
Thu, 1 Oct 2009 16:02:14 +0000 (18:02 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 1 Oct 2009 23:34:09 +0000 (09:34 +1000)
commit75c8129893d78fd0cbe5c26580cadd6001d904fc
tree55290a1349f059d3775e62f98d21460ddf3a0956
parenta3c1945aaf48a5893238d95139f202531994094d
drm/radeon/kms: Fix R600/RV770 disable acceleration path

When acceleration doesn't work we should free associated memory
and stop GPU block responsible for hardware acceleration so we
don't waste resource or let think one component of the driver that
a GPU feature is working/running while it doesn't actualy work.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/rv770.c