OSDN Git Service

drm/amdgpu: cleanup setting bulk_movable
authorChristian König <christian.koenig@amd.com>
Mon, 28 Jan 2019 12:41:58 +0000 (13:41 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Feb 2019 20:58:27 +0000 (15:58 -0500)
commit8466cc61da89d33441e0d7a98de1ba98697cd465
tree11a8a240e635cdfbbe571cb15780beb877dfb62d
parentbcb35dad1d3181e3cb4e5ac067bfc4aed53c592c
drm/amdgpu: cleanup setting bulk_movable

We only need to set this to false now when BOs are removed from the LRU.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c