Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_cs.h73 uint64_t bytes_moved; member
A Damdgpu_cs.c780 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate()
804 p->bytes_moved += ctx.bytes_moved; in amdgpu_cs_bo_validate()
807 p->bytes_moved_vis += ctx.bytes_moved; in amdgpu_cs_bo_validate()
947 p->bytes_moved = 0; in amdgpu_cs_parser_bos()
975 amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved, in amdgpu_cs_parser_bos()
A Damdgpu_object.c604 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, in amdgpu_bo_create()
605 ctx.bytes_moved); in amdgpu_bo_create()
607 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0); in amdgpu_bo_create()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_object.c478 u64 bytes_moved = 0, initial_bytes_moved; in radeon_bo_list_validate() local
505 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
517 bytes_moved += atomic64_read(&rdev->num_bytes_moved) - in radeon_bo_list_validate()
/linux-6.3-rc2/include/drm/ttm/
A Dttm_bo.h185 uint64_t bytes_moved; member
/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_bo.c159 ctx->bytes_moved += bo->base.size; in ttm_bo_handle_move_mem()

Completed in 14 milliseconds