Searched refs:bytes_moved (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.h | 72 uint64_t bytes_moved; member
|
H A D | amdgpu_cs.c | 796 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate() 820 p->bytes_moved += ctx.bytes_moved; in amdgpu_cs_bo_validate() 823 p->bytes_moved_vis += ctx.bytes_moved; in amdgpu_cs_bo_validate() 952 p->bytes_moved = 0; in amdgpu_cs_parser_bos() 976 amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved, in amdgpu_cs_parser_bos()
|
H A D | amdgpu_object.c | 630 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, in amdgpu_bo_create() 631 ctx.bytes_moved); in amdgpu_bo_create() 633 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0); in amdgpu_bo_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_object.c | 478 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_object.c | 541 u64 bytes_moved = 0, initial_bytes_moved; in radeon_bo_list_validate() local 568 bytes_moved > bytes_moved_threshold) { in radeon_bo_list_validate() 580 bytes_moved += atomic64_read(&rdev->num_bytes_moved) - in radeon_bo_list_validate()
|
/kernel/linux/linux-5.10/include/drm/ttm/ |
H A D | ttm_bo_api.h | 212 uint64_t bytes_moved; member
|
/kernel/linux/linux-6.6/include/drm/ttm/ |
H A D | ttm_bo.h | 185 uint64_t bytes_moved; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_cs.c | 409 if (p->bytes_moved < p->bytes_moved_threshold && in amdgpu_cs_bo_validate() 433 p->bytes_moved += ctx.bytes_moved; in amdgpu_cs_bo_validate() 436 p->bytes_moved_vis += ctx.bytes_moved; in amdgpu_cs_bo_validate() 584 p->bytes_moved = 0; in amdgpu_cs_parser_bos() 602 amdgpu_cs_report_moved_bytes(p->adev, p->bytes_moved, in amdgpu_cs_parser_bos()
|
H A D | amdgpu_object.c | 597 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, in amdgpu_bo_do_create() 598 ctx.bytes_moved); in amdgpu_bo_do_create() 600 amdgpu_cs_report_moved_bytes(adev, ctx.bytes_moved, 0); in amdgpu_bo_do_create()
|
H A D | amdgpu.h | 518 uint64_t bytes_moved; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 159 ctx->bytes_moved += bo->base.size; in ttm_bo_handle_move_mem()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 302 ctx->bytes_moved += bo->num_pages << PAGE_SHIFT; in ttm_bo_handle_move_mem()
|
Completed in 18 milliseconds