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

/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c45 struct a6xx_gpu_state_obj *dbgahb_clusters; member in struct:a6xx_gpu_state
642 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state,
644 sizeof(*a6xx_state->dbgahb_clusters));
646 if (!a6xx_state->dbgahb_clusters)
654 &a6xx_state->dbgahb_clusters[i], dumper);
663 const struct gen7_sptp_cluster_registers *dbgahb_clusters; local
667 dbgahb_clusters = gen7_0_0_sptp_clusters;
671 dbgahb_clusters = gen7_2_0_sptp_clusters;
675 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state,
677 sizeof(*a6xx_state->dbgahb_clusters));
[all...]

Completed in 109 milliseconds