Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h72 uint64_t bytes_moved; member
H A Damdgpu_cs.c815 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate()
839 p->bytes_moved += ctx.bytes_moved; in amdgpu_cs_bo_validate()
842 p->bytes_moved_vis += ctx.bytes_moved; in amdgpu_cs_bo_validate()
962 p->bytes_moved = 0; in amdgpu_cs_parser_bos()
986 amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved, in amdgpu_cs_parser_bos()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c472 u64 bytes_moved = 0, initial_bytes_moved; in radeon_bo_list_validate() local
504 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
516 bytes_moved += atomic64_read(&rdev->num_bytes_moved) - in radeon_bo_list_validate()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c164 ctx->bytes_moved += bo->base.size; in ttm_bo_handle_move_mem()