bytes_moved       478 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	uint64_t			bytes_moved;
bytes_moved       417 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	if (p->bytes_moved < p->bytes_moved_threshold) {
bytes_moved       439 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	p->bytes_moved += ctx.bytes_moved;
bytes_moved       442 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 		p->bytes_moved_vis += ctx.bytes_moved;
bytes_moved       497 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 		p->bytes_moved += ctx.bytes_moved;
bytes_moved       499 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 			p->bytes_moved_vis += ctx.bytes_moved;
bytes_moved       658 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	p->bytes_moved = 0;
bytes_moved       679 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved,
bytes_moved       584 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved,
bytes_moved       585 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 					     ctx.bytes_moved);
bytes_moved       587 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c 		amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0);
bytes_moved       541 drivers/gpu/drm/radeon/radeon_object.c 	u64 bytes_moved = 0, initial_bytes_moved;
bytes_moved       568 drivers/gpu/drm/radeon/radeon_object.c 			    bytes_moved > bytes_moved_threshold) {
bytes_moved       580 drivers/gpu/drm/radeon/radeon_object.c 			bytes_moved += atomic64_read(&rdev->num_bytes_moved) -
bytes_moved       408 drivers/gpu/drm/ttm/ttm_bo.c 	ctx->bytes_moved += bo->num_pages << PAGE_SHIFT;
bytes_moved       277 include/drm/ttm/ttm_bo_api.h 	uint64_t bytes_moved;