• Home
  • Raw
  • Download

Lines Matching refs:bo_count

51 	u32 bo_count;  member
60 for (i = 0; i < state->user_state.bo_count; i++) in vc4_free_hang_state()
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()
108 bo_state = kcalloc(state->bo_count, sizeof(*bo_state), GFP_KERNEL); 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()
185 kernel_state->bo = kcalloc(state->bo_count, in vc4_save_hang_state()
198 for (j = 0; j < exec[i]->bo_count; j++) { in vc4_save_hang_state()
220 WARN_ON_ONCE(k != state->bo_count); in vc4_save_hang_state()
262 for (i = 0; i < kernel_state->user_state.bo_count; i++) { in vc4_save_hang_state()
542 for (i = 0; i < exec->bo_count; i++) { in vc4_update_bo_seqnos()
568 for (i = 0; i < exec->bo_count; i++) { in vc4_unlock_bo_reservations()
605 for (i = 0; i < exec->bo_count; i++) { in vc4_lock_bo_reservations()
641 for (i = 0; i < exec->bo_count; i++) { in vc4_lock_bo_reservations()
736 exec->bo_count = args->bo_handle_count; in vc4_cl_lookup_bos()
738 if (!exec->bo_count) { in vc4_cl_lookup_bos()
746 exec->bo = kvmalloc_array(exec->bo_count, in vc4_cl_lookup_bos()
754 handles = kvmalloc_array(exec->bo_count, sizeof(uint32_t), GFP_KERNEL); in vc4_cl_lookup_bos()
762 exec->bo_count * sizeof(uint32_t))) { in vc4_cl_lookup_bos()
769 for (i = 0; i < exec->bo_count; i++) { in vc4_cl_lookup_bos()
787 for (i = 0; i < exec->bo_count; i++) { in vc4_cl_lookup_bos()
810 for (i = 0; i < exec->bo_count && exec->bo[i]; i++) in vc4_cl_lookup_bos()
956 for (i = 0; i < exec->bo_count; i++) { in vc4_complete_exec()