Lines Matching refs:dbgahb_clusters
42 struct a6xx_gpu_state_obj *dbgahb_clusters; member
639 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a6xx_get_dbgahb_clusters()
641 sizeof(*a6xx_state->dbgahb_clusters)); in a6xx_get_dbgahb_clusters()
643 if (!a6xx_state->dbgahb_clusters) in a6xx_get_dbgahb_clusters()
651 &a6xx_state->dbgahb_clusters[i], dumper); in a6xx_get_dbgahb_clusters()
660 const struct gen7_sptp_cluster_registers *dbgahb_clusters; in a7xx_get_dbgahb_clusters() local
664 dbgahb_clusters = gen7_0_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
667 dbgahb_clusters = gen7_2_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
671 dbgahb_clusters = gen7_9_0_sptp_clusters; in a7xx_get_dbgahb_clusters()
675 a6xx_state->dbgahb_clusters = state_kcalloc(a6xx_state, in a7xx_get_dbgahb_clusters()
677 sizeof(*a6xx_state->dbgahb_clusters)); in a7xx_get_dbgahb_clusters()
679 if (!a6xx_state->dbgahb_clusters) in a7xx_get_dbgahb_clusters()
686 &dbgahb_clusters[i], in a7xx_get_dbgahb_clusters()
687 &a6xx_state->dbgahb_clusters[i], dumper); in a7xx_get_dbgahb_clusters()
2046 a7xx_show_dbgahb_cluster(&a6xx_state->dbgahb_clusters[i], p); in a6xx_show()
2048 a6xx_show_dbgahb_cluster(&a6xx_state->dbgahb_clusters[i], p); in a6xx_show()