Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c57 struct msm_gpu_state_bo *gmu_hfi; member
1578 a6xx_state->gmu_hfi = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.hfi); in a6xx_gpu_state_get()
1648 if (a6xx_state->gmu_hfi) in a6xx_gpu_state_destroy()
1649 kvfree(a6xx_state->gmu_hfi->data); in a6xx_gpu_state_destroy()
1970 if (a6xx_state->gmu_hfi) { in a6xx_show()
1971 struct msm_gpu_state_bo *gmu_hfi = a6xx_state->gmu_hfi; in a6xx_show() local
1974 drm_printf(p, " iova: 0x%016llx\n", gmu_hfi->iova); in a6xx_show()
1975 drm_printf(p, " size: %zu\n", gmu_hfi->size); in a6xx_show()
1983 adreno_show_object(p, &gmu_hfi->data, gmu_hfi->size, in a6xx_show()
1984 &gmu_hfi->encoded); in a6xx_show()