> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Christian König > Sent: Monday, July 03, 2017 9:22 AM > To: [email protected] > Subject: [PATCH] drm/amdgpu: remove stale TODO comment > > From: Christian König <[email protected]> > > That is already fixed. > > Signed-off-by: Christian König <[email protected]>
I saw that the other day and meant to send a patch as well. Reviewed-by: Alex Deucher <[email protected]> > --- > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
