Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
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()
A Dmsm_gpu.h76 struct msm_gpu_state *(*gpu_state_get)(struct msm_gpu *gpu); member
A Dmsm_gpu.c367 if (!gpu->funcs->gpu_state_get) in msm_gpu_crashstate_capture()
374 state = gpu->funcs->gpu_state_get(gpu); in msm_gpu_crashstate_capture()
/drivers/gpu/drm/msm/adreno/
A Da2xx_gpu.c504 .gpu_state_get = a2xx_gpu_state_get,
A Da3xx_gpu.c527 .gpu_state_get = a3xx_gpu_state_get,
A Da4xx_gpu.c646 .gpu_state_get = a4xx_gpu_state_get,
A Da6xx_gpu.c2404 .gpu_state_get = a6xx_gpu_state_get,
2433 .gpu_state_get = a6xx_gpu_state_get,
2464 .gpu_state_get = a6xx_gpu_state_get,
A Da5xx_gpu.c1714 .gpu_state_get = a5xx_gpu_state_get,

Completed in 19 milliseconds