Home
last modified time | relevance | path

Searched refs:bytes_moved (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c341 u64 initial_bytes_moved, bytes_moved; in amdgpu_cs_bo_validate() local
351 if (p->bytes_moved < p->bytes_moved_threshold) { in amdgpu_cs_bo_validate()
373 bytes_moved = atomic64_read(&adev->num_bytes_moved) - in amdgpu_cs_bo_validate()
375 p->bytes_moved += bytes_moved; in amdgpu_cs_bo_validate()
379 p->bytes_moved_vis += bytes_moved; in amdgpu_cs_bo_validate()
405 u64 initial_bytes_moved, bytes_moved; in amdgpu_cs_try_evict() local
436 bytes_moved = atomic64_read(&adev->num_bytes_moved) - in amdgpu_cs_try_evict()
438 p->bytes_moved += bytes_moved; in amdgpu_cs_try_evict()
440 p->bytes_moved_vis += bytes_moved; in amdgpu_cs_try_evict()
623 p->bytes_moved = 0; in amdgpu_cs_parser_bos()
[all …]
Damdgpu_object.c320 u64 initial_bytes_moved, bytes_moved; in amdgpu_bo_create_restricted() local
399 bytes_moved = atomic64_read(&adev->num_bytes_moved) - in amdgpu_bo_create_restricted()
404 amdgpu_cs_report_moved_bytes(adev, bytes_moved, bytes_moved); in amdgpu_bo_create_restricted()
406 amdgpu_cs_report_moved_bytes(adev, bytes_moved, 0); in amdgpu_bo_create_restricted()
Damdgpu.h1064 uint64_t bytes_moved; member
/drivers/gpu/drm/radeon/
Dradeon_object.c540 u64 bytes_moved = 0, initial_bytes_moved; in radeon_bo_list_validate() local
567 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
579 bytes_moved += atomic64_read(&rdev->num_bytes_moved) - in radeon_bo_list_validate()