Searched refs:amdgpu_cs_report_moved_bytes (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_object.c | 523 		amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved,  in amdgpu_bo_do_create() 526 		amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0);  in amdgpu_bo_do_create()
  | 
| D | amdgpu_cs.c | 389 void amdgpu_cs_report_moved_bytes(struct amdgpu_device *adev, u64 num_bytes,  in amdgpu_cs_report_moved_bytes()  function 679 	amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved,  in amdgpu_cs_parser_bos()
  | 
| D | amdgpu.h | 1163 void amdgpu_cs_report_moved_bytes(struct amdgpu_device *adev, u64 num_bytes,
  |