Searched refs:gmu_debug (Results 1 – 1 of 1) sorted by relevance
58 struct msm_gpu_state_bo *gmu_debug; member1579 a6xx_state->gmu_debug = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.debug); in a6xx_gpu_state_get()1651 if (a6xx_state->gmu_debug) in a6xx_gpu_state_destroy()1652 kvfree(a6xx_state->gmu_debug->data); in a6xx_gpu_state_destroy()1988 if (a6xx_state->gmu_debug) { in a6xx_show()1989 struct msm_gpu_state_bo *gmu_debug = a6xx_state->gmu_debug; in a6xx_show() local1991 drm_printf(p, " iova: 0x%016llx\n", gmu_debug->iova); in a6xx_show()1992 drm_printf(p, " size: %zu\n", gmu_debug->size); in a6xx_show()1993 adreno_show_object(p, &gmu_debug->data, gmu_debug->size, in a6xx_show()1994 &gmu_debug->encoded); in a6xx_show()