bytes_moved_threshold  476 drivers/gpu/drm/amd/amdgpu/amdgpu.h 	uint64_t			bytes_moved_threshold;
bytes_moved_threshold  417 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	if (p->bytes_moved < p->bytes_moved_threshold) {
bytes_moved_threshold  656 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 	amdgpu_cs_get_threshold_for_moves(p->adev, &p->bytes_moved_threshold,
bytes_moved_threshold  529 drivers/gpu/drm/radeon/radeon_object.c 	u64 bytes_moved_threshold = half_free_vram >> 1;
bytes_moved_threshold  530 drivers/gpu/drm/radeon/radeon_object.c 	return max(bytes_moved_threshold, 1024*1024ull);
bytes_moved_threshold  542 drivers/gpu/drm/radeon/radeon_object.c 	u64 bytes_moved_threshold = radeon_bo_get_threshold_for_moves(rdev);
bytes_moved_threshold  568 drivers/gpu/drm/radeon/radeon_object.c 			    bytes_moved > bytes_moved_threshold) {