Home
last modified time | relevance | path

Searched refs:gmu_hfi (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c46 struct msm_gpu_state_bo *gmu_hfi; member
1048 a6xx_state->gmu_hfi = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.hfi); in a6xx_gpu_state_get()
1101 if (a6xx_state->gmu_hfi) in a6xx_gpu_state_destroy()
1102 kvfree(a6xx_state->gmu_hfi->data); in a6xx_gpu_state_destroy()
1335 if (a6xx_state->gmu_hfi) { in a6xx_show()
1336 struct msm_gpu_state_bo *gmu_hfi = a6xx_state->gmu_hfi; in a6xx_show() local
1339 drm_printf(p, " iova: 0x%016llx\n", gmu_hfi->iova); in a6xx_show()
1340 drm_printf(p, " size: %zu\n", gmu_hfi->size); in a6xx_show()
1348 adreno_show_object(p, &gmu_hfi->data, gmu_hfi->size, in a6xx_show()
1349 &gmu_hfi->encoded); in a6xx_show()