> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Christian König > Sent: Thursday, October 26, 2017 12:06 PM > To: [email protected] > Subject: [PATCH 1/8] drm/amdgpu: use the actual placement for pin > accounting > > From: Christian König <[email protected]> > > This allows us to specify multiple possible placements again. > > Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > index e527c16..76551cd 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c > @@ -697,6 +697,8 @@ int amdgpu_bo_pin_restricted(struct amdgpu_bo > *bo, u32 domain, > } > *gpu_addr = amdgpu_bo_gpu_offset(bo); > } > + > + domain = amdgpu_mem_type_to_domain(bo- > >tbo.mem.mem_type); > if (domain == AMDGPU_GEM_DOMAIN_VRAM) { > adev->vram_pin_size += amdgpu_bo_size(bo); > if (bo->flags & AMDGPU_GEM_CREATE_NO_CPU_ACCESS) > -- > 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
