commit | f9274562026558ab54a29331cf13e9ebec8cc890 | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Wed Mar 17 14:44:29 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Mar 31 13:11:42 2010 +1000 |
tree | 63088dab34efe13e0e23b769fa92d26e8600fe34 | |
parent | 97f23b3d85a4d734a8584dade3a34579931c8f8d [diff] |
drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable) radeon_gart_fini might call GART unbind callback function which might try to access GART table but if gart_disable is call first the GART table will be unmapped so any access to it will oops. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>