diff options
author | Christian König <christian.koenig@amd.com> | 2017-07-03 09:21:42 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-07-14 11:06:01 -0400 |
commit | 5327dd8acf05a48b01804af9e4fad90054c6cdb7 (patch) | |
tree | c4c299e383dc697da95b1f08311e547eedd7b175 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | eabd76cef9002697979794826e625b9868e697b5 (diff) |
drm/amdgpu: remove stale TODO comment
That is already fixed.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index c34cf2c1ae4e..a85e75327456 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |||
@@ -951,7 +951,6 @@ int amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo) | |||
951 | 951 | ||
952 | size = bo->mem.num_pages << PAGE_SHIFT; | 952 | size = bo->mem.num_pages << PAGE_SHIFT; |
953 | offset = bo->mem.start << PAGE_SHIFT; | 953 | offset = bo->mem.start << PAGE_SHIFT; |
954 | /* TODO: figure out how to map scattered VRAM to the CPU */ | ||
955 | if ((offset + size) <= adev->mc.visible_vram_size) | 954 | if ((offset + size) <= adev->mc.visible_vram_size) |
956 | return 0; | 955 | return 0; |
957 | 956 | ||