OSDN Git Service

drm/amdgpu: fix incorrect use of the lru_lock
authorChristian König <christian.koenig@amd.com>
Mon, 7 Aug 2017 12:07:43 +0000 (14:07 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Aug 2017 19:46:01 +0000 (15:46 -0400)
commit12d4ac584465845af3c7fba090a82c8ee84180d1
tree1dac2cb896511cf7e6857b0afd582b0ab8946bc9
parentbbbb29efa20d5526c2e6a04d08b3d94376cf73cf
drm/amdgpu: 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/amd/amdgpu/amdgpu_ttm.c