Searched refs:bo_state (Results 1 – 1 of 1) sorted by relevance
73 struct drm_vc4_get_hang_state_bo *bo_state; in vc4_get_hang_state_ioctl() local113 bo_state = kzalloc_objs(*bo_state, state->bo_count); in vc4_get_hang_state_ioctl()114 if (!bo_state) { in vc4_get_hang_state_ioctl()130 bo_state[i].handle = handle; in vc4_get_hang_state_ioctl()131 bo_state[i].paddr = vc4_bo->base.dma_addr; in vc4_get_hang_state_ioctl()132 bo_state[i].size = vc4_bo->base.base.size; in vc4_get_hang_state_ioctl()136 bo_state, in vc4_get_hang_state_ioctl()137 state->bo_count * sizeof(*bo_state))) in vc4_get_hang_state_ioctl()143 drm_gem_handle_delete(file_priv, bo_state[i].handle); in vc4_get_hang_state_ioctl()148 kfree(bo_state); in vc4_get_hang_state_ioctl()