Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_gpu.h609 int msm_gpu_pm_resume(struct msm_gpu *gpu);
H A Dmsm_gpu.c99 int msm_gpu_pm_resume(struct msm_gpu *gpu) in msm_gpu_pm_resume() function
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da2xx_gpu.c496 .pm_resume = msm_gpu_pm_resume,
H A Da3xx_gpu.c517 .pm_resume = msm_gpu_pm_resume,
H A Da4xx_gpu.c576 ret = msm_gpu_pm_resume(gpu); in a4xx_pm_resume()
H A Da5xx_gpu.c1357 ret = msm_gpu_pm_resume(gpu); in a5xx_pm_resume()