Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_gpu_state.c46 struct msm_gpu_state_bo *gmu_hfi; member
991 a6xx_state->gmu_hfi = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.hfi); in a6xx_gpu_state_get()
1043 if (a6xx_state->gmu_hfi) in a6xx_gpu_state_destroy()
1044 kvfree(a6xx_state->gmu_hfi->data); in a6xx_gpu_state_destroy()
1277 if (a6xx_state->gmu_hfi) { in a6xx_show()
1278 struct msm_gpu_state_bo *gmu_hfi = a6xx_state->gmu_hfi; in a6xx_show() local
1281 drm_printf(p, " iova: 0x%016llx\n", gmu_hfi->iova); in a6xx_show()
1282 drm_printf(p, " size: %zu\n", gmu_hfi->size); in a6xx_show()
1290 adreno_show_object(p, &gmu_hfi->data, gmu_hfi->size, in a6xx_show()
1291 &gmu_hfi->encoded); in a6xx_show()