Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_gpu.h612 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
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da2xx_gpu.c496 .pm_resume = msm_gpu_pm_resume,
Da4xx_gpu.c576 ret = msm_gpu_pm_resume(gpu); in a4xx_pm_resume()
Da3xx_gpu.c517 .pm_resume = msm_gpu_pm_resume,
Da5xx_gpu.c1357 ret = msm_gpu_pm_resume(gpu); in a5xx_pm_resume()