Searched refs:a6xx_state (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gpu_state.c | 104 static void *state_kcalloc(struct a6xx_gpu_state *a6xx_state, int nr, size_t objsize) in state_kcalloc() argument 112 list_add_tail(&obj->node, &a6xx_state->objs); in state_kcalloc() 116 static void *state_kmemdup(struct a6xx_gpu_state *a6xx_state, void *src, in state_kmemdup() argument 119 void *dst = state_kcalloc(a6xx_state, 1, size); in state_kmemdup() 263 struct a6xx_gpu_state *a6xx_state, in a6xx_get_vbif_debugbus_block() argument 269 obj->data = state_kcalloc(a6xx_state, VBIF_DEBUGBUS_BLOCK_SIZE, in a6xx_get_vbif_debugbus_block() 317 struct a6xx_gpu_state *a6xx_state, in a6xx_get_debugbus_block() argument 324 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_debugbus_block() 336 struct a6xx_gpu_state *a6xx_state, in a6xx_get_cx_debugbus_block() argument 343 obj->data = state_kcalloc(a6xx_state, block->count, sizeof(u64)); in a6xx_get_cx_debugbus_block() [all …]
|