drm/radeon: remove taking mclk_lock from radeon_bo_unref
authorChristian König <christian.koenig@amd.com>
Wed, 30 Jul 2014 19:04:55 +0000 (21:04 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 5 Aug 2014 12:53:53 +0000 (08:53 -0400)
It's causing lockdep warnings and why should
we access the memory that is freed up?

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_object.c