On 2018-06-26 08:00 AM, Junwei Zhang wrote: > It could be got by amdgpu_bo_gpu_offset() if need > > Signed-off-by: Junwei Zhang <[email protected]> > > [...] > > @@ -931,7 +928,6 @@ int amdgpu_bo_pin_restricted(struct amdgpu_bo *bo, u32 > domain, > * amdgpu_bo_pin - pin an &amdgpu_bo buffer object > * @bo: &amdgpu_bo buffer object to be pinned > * @domain: domain to be pinned to > - * @gpu_addr: GPU offset of the &amdgpu_bo buffer object > * > * A simple wrapper to amdgpu_bo_pin_restricted(). > * Provides a simpler API for buffers that do not have any strict > restrictions
This also needs to be removed in the comment before amdgpu_bo_pin_restricted. With that fixed, Reviewed-by: Michel Dänzer <[email protected]> -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
