Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c102 static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() function
117 void *dst = state_kcalloc(a6xx_state, 1, size); in state_kmemdup()
267 obj->data = state_kcalloc(a6xx_state, VBIF_DEBUGBUS_BLOCK_SIZE, in a6xx_get_vbif_debugbus_block()
322 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_debugbus_block()
341 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_cx_debugbus_block()
360 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks, in a6xx_get_debugbus_blocks()
426 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks, in a7xx_get_debugbus_blocks()
515 state_kcalloc(a6xx_state, 1, in a6xx_get_debugbus()
537 state_kcalloc(a6xx_state, in a6xx_get_debugbus()
656 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
[all …]