Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c76 if (!gpu || !gpu->funcs->gpu_state_get) in msm_gpu_open()
89 show_priv->state = gpu->funcs->gpu_state_get(gpu); in msm_gpu_open()
H A Dmsm_gpu.h77 struct msm_gpu_state *(*gpu_state_get)(struct msm_gpu *gpu); member
H A Dmsm_gpu.c370 if (!gpu->funcs->gpu_state_get) in msm_gpu_crashstate_capture()
377 state = gpu->funcs->gpu_state_get(gpu); in msm_gpu_crashstate_capture()
/linux/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpu.c559 .gpu_state_get = a2xx_gpu_state_get,
H A Da3xx_gpu.c611 .gpu_state_get = a3xx_gpu_state_get,
H A Da4xx_gpu.c723 .gpu_state_get = a4xx_gpu_state_get,
H A Da6xx_gpu.c2756 .gpu_state_get = a6xx_gpu_state_get,
2788 .gpu_state_get = a6xx_gpu_state_get,
2822 .gpu_state_get = a6xx_gpu_state_get,
H A Da5xx_gpu.c1801 .gpu_state_get = a5xx_gpu_state_get,