Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_cs.h72 uint64_t bytes_moved; member
H A Damdgpu_cs.c800 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate()
824 p->bytes_moved += ctx.bytes_moved; in amdgpu_cs_bo_validate()
827 p->bytes_moved_vis += ctx.bytes_moved; in amdgpu_cs_bo_validate()
958 p->bytes_moved = 0; in amdgpu_cs_parser_bos()
982 amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved, in amdgpu_cs_parser_bos()
H A Damdgpu_object.c633 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, in amdgpu_bo_create()
634 ctx.bytes_moved); in amdgpu_bo_create()
636 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0); in amdgpu_bo_create()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_object.c497 u64 bytes_moved = 0, initial_bytes_moved; in radeon_bo_list_validate() local
524 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate()
536 bytes_moved += atomic64_read(&rdev->num_bytes_moved) - in radeon_bo_list_validate()
/openbsd-src/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_bo.h187 uint64_t bytes_moved; member
/openbsd-src/sys/dev/pci/drm/ttm/
H A Dttm_bo.c159 ctx->bytes_moved += bo->base.size; in ttm_bo_handle_move_mem()