drm/radeon: fix incorrect use of the lru_lock
authorChristian König <christian.koenig@amd.com>
Mon, 7 Aug 2017 12:03:54 +0000 (14:03 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Aug 2017 19:46:00 +0000 (15:46 -0400)
commitbbbb29efa20d5526c2e6a04d08b3d94376cf73cf
tree12b7cd908f2d2fca13f2d3efc5ba74a39499168c
parent373533f80b89f0f4fb59b65c2942d1b20b91319c
drm/radeon: fix incorrect use of the lru_lock

The BO manager has its own lock and doesn't use the lru_lock.

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