Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/
Dmsm_gpu.h603 int msm_gpu_pm_resume(struct msm_gpu *gpu);
Dmsm_gpu.c99 int msm_gpu_pm_resume(struct msm_gpu *gpu) in msm_gpu_pm_resume() function
/drivers/gpu/drm/msm/adreno/
Da2xx_gpu.c496 .pm_resume = msm_gpu_pm_resume,
Da3xx_gpu.c502 .pm_resume = msm_gpu_pm_resume,
Da4xx_gpu.c576 ret = msm_gpu_pm_resume(gpu); in a4xx_pm_resume()
Da5xx_gpu.c1347 ret = msm_gpu_pm_resume(gpu); in a5xx_pm_resume()