Searched refs:bo_count (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/vc4/ |
| A D | vc4_gem.c | 51 u32 bo_count; member 95 if (get_state->bo_count < state->bo_count) { in vc4_get_hang_state_ioctl() 96 get_state->bo_count = state->bo_count; in vc4_get_hang_state_ioctl() 114 for (i = 0; i < state->bo_count; i++) { in vc4_get_hang_state_ioctl() 122 state->bo_count = i; in vc4_get_hang_state_ioctl() 132 state->bo_count * sizeof(*bo_state))) in vc4_get_hang_state_ioctl() 137 for (i = 0; i < state->bo_count; i++) in vc4_get_hang_state_ioctl() 174 state->bo_count = 0; in vc4_save_hang_state() 182 state->bo_count += exec[i]->bo_count + unref_list_count; in vc4_save_hang_state() 220 WARN_ON_ONCE(k != state->bo_count); in vc4_save_hang_state() [all …]
|
| A D | vc4_validate.c | 111 if (hindex >= exec->bo_count) { in vc4_use_bo() 113 hindex, exec->bo_count); in vc4_use_bo() 796 if (src_handles[i] > exec->bo_count) { in validate_gl_shader_rec()
|
| A D | vc4_drv.h | 575 uint32_t bo_count; member
|
| /linux/drivers/gpu/drm/v3d/ |
| A D | v3d_gem.c | 261 for (i = 0; i < job->bo_count; i++) { in v3d_lock_bo_reservations() 295 u32 bo_count) in v3d_lookup_bos() argument 301 job->bo_count = bo_count; in v3d_lookup_bos() 303 if (!job->bo_count) { in v3d_lookup_bos() 328 job->bo_count * sizeof(u32))) { in v3d_lookup_bos() 335 for (i = 0; i < job->bo_count; i++) { in v3d_lookup_bos() 361 for (i = 0; i < job->bo_count; i++) { in v3d_job_free() 546 for (i = 0; i < job->bo_count; i++) { in v3d_attach_fences_and_unlock_reservation() 911 for (job->base.bo_count = 0; in v3d_submit_tfu_ioctl() 913 job->base.bo_count++) { in v3d_submit_tfu_ioctl() [all …]
|
| A D | v3d_drv.h | 226 u32 bo_count; member
|
| /linux/drivers/gpu/drm/panfrost/ |
| A D | panfrost_job.c | 244 int bo_count, in panfrost_acquire_object_fences() argument 249 for (i = 0; i < bo_count; i++) { in panfrost_acquire_object_fences() 261 int bo_count, in panfrost_attach_object_fences() argument 266 for (i = 0; i < bo_count; i++) in panfrost_attach_object_fences() 276 ret = drm_gem_lock_reservations(job->bos, job->bo_count, in panfrost_job_push() 286 ret = panfrost_acquire_object_fences(job->bos, job->bo_count, in panfrost_job_push() 299 panfrost_attach_object_fences(job->bos, job->bo_count, in panfrost_job_push() 303 drm_gem_unlock_reservations(job->bos, job->bo_count, &acquire_ctx); in panfrost_job_push() 318 for (i = 0; i < job->bo_count; i++) { in panfrost_job_cleanup() 329 for (i = 0; i < job->bo_count; i++) in panfrost_job_cleanup()
|
| A D | panfrost_drv.c | 136 job->bo_count = args->bo_handle_count; in panfrost_lookup_bos() 138 if (!job->bo_count) in panfrost_lookup_bos() 143 job->bo_count, &job->bos); in panfrost_lookup_bos() 147 job->mappings = kvmalloc_array(job->bo_count, in panfrost_lookup_bos() 153 for (i = 0; i < job->bo_count; i++) { in panfrost_lookup_bos()
|
| A D | panfrost_job.h | 31 u32 bo_count; member
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_device.c | 106 atomic_set(&glob->bo_count, 0); in ttm_global_init() 109 &glob->bo_count); in ttm_global_init()
|
| A D | ttm_bo.c | 468 atomic_dec(&ttm_glob.bo_count); in ttm_bo_release() 986 atomic_inc(&ttm_glob.bo_count); in ttm_bo_init_reserved()
|
| A D | ttm_bo_util.c | 232 atomic_inc(&ttm_glob.bo_count); in ttm_buffer_object_transfer()
|
| /linux/include/drm/ttm/ |
| A D | ttm_device.h | 60 atomic_t bo_count; member
|
| /linux/include/uapi/drm/ |
| A D | vc4_drm.h | 300 __u32 bo_count; member
|
Completed in 40 milliseconds