Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_gpu.h607 struct msm_gpu_state_bo { struct
645 struct msm_gpu_state_bo *bos;
H A Dmsm_gpu.c225 struct msm_gpu_state_bo *state_bo = &state->bos[state->nr_bos]; in msm_gpu_crashstate_get_bo()
288 state->bos = kcalloc(cnt, sizeof(struct msm_gpu_state_bo), GFP_KERNEL); in crashstate_get_bos()
305 sizeof(struct msm_gpu_state_bo), GFP_KERNEL); in crashstate_get_bos()
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c58 struct msm_gpu_state_bo *gmu_log;
59 struct msm_gpu_state_bo *gmu_hfi;
60 struct msm_gpu_state_bo *gmu_debug;
1289 static struct msm_gpu_state_bo *a6xx_snapshot_gmu_bo( in a6xx_snapshot_gmu_bo()
1292 struct msm_gpu_state_bo *snapshot; in a6xx_snapshot_gmu_bo()
2043 struct msm_gpu_state_bo *gmu_log = a6xx_state->gmu_log; in a6xx_show()
2053 struct msm_gpu_state_bo *gmu_hfi = a6xx_state->gmu_hfi; in a6xx_show()
2071 struct msm_gpu_state_bo *gmu_debug = a6xx_state->gmu_debug; in a6xx_show()