Searched refs:gmu_debug (Results 1 – 1 of 1) sorted by relevance
58 struct msm_gpu_state_bo *gmu_debug; member1605 a6xx_state->gmu_debug = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.debug); in a6xx_gpu_state_get()1682 if (a6xx_state->gmu_debug) in a6xx_gpu_state_destroy()1683 kvfree(a6xx_state->gmu_debug->data); in a6xx_gpu_state_destroy()2021 if (a6xx_state->gmu_debug) { in a6xx_show()2022 struct msm_gpu_state_bo *gmu_debug = a6xx_state->gmu_debug; in a6xx_show() local2024 drm_printf(p, " iova: 0x%016llx\n", gmu_debug->iova); in a6xx_show()2025 drm_printf(p, " size: %zu\n", gmu_debug->size); in a6xx_show()2026 adreno_show_object(p, &gmu_debug->data, gmu_debug->size, in a6xx_show()2027 &gmu_debug->encoded); in a6xx_show()