Searched refs:debugbus (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c51 struct a6xx_gpu_state_obj *debugbus; member in struct:a6xx_gpu_state
348 a6xx_state->debugbus = state_kcalloc(a6xx_state, nr_debugbus_blocks,
349 sizeof(*a6xx_state->debugbus));
351 if (a6xx_state->debugbus) {
358 &a6xx_state->debugbus[i]);
363 * GBIF has same debugbus as of other GPU blocks, fall back to
370 &a6xx_state->debugbus[i]);
381 &a6xx_state->debugbus[i]);
414 a6xx_state->debugbus = state_kcalloc(a6xx_state, total_debugbus_blocks,
415 sizeof(*a6xx_state->debugbus));
[all...]

Completed in 192 milliseconds