> -----Original Message----- > From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf > Of Christian König > Sent: Monday, July 03, 2017 9:22 AM > To: amd-gfx at lists.freedesktop.org > Subject: [PATCH] drm/amdgpu: remove stale TODO comment > > From: Christian König <christian.koenig at amd.com> > > That is already fixed. > > Signed-off-by: Christian König <christian.koenig at amd.com> I saw that the other day and meant to send a patch as well. Reviewed-by: Alex Deucher <alexander.deucher at amd.com> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > index c34cf2c..a85e753 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) > > size = bo->mem.num_pages << PAGE_SHIFT; > offset = bo->mem.start << PAGE_SHIFT; > - /* TODO: figure out how to map scattered VRAM to the CPU */ > if ((offset + size) <= adev->mc.visible_vram_size) > return 0; > > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx at lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx