Home
last modified time | relevance | path

Searched refs:gxpd (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1040 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_resume()
1041 pm_runtime_get_sync(gmu->gxpd); in a6xx_gmu_resume()
1049 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()
1101 pm_runtime_put(gmu->gxpd); in a6xx_gmu_resume()
1209 if (!IS_ERR_OR_NULL(gmu->gxpd)) in a6xx_gmu_stop()
1210 pm_runtime_put_sync(gmu->gxpd); in a6xx_gmu_stop()
1561 if (!IS_ERR_OR_NULL(gmu->gxpd)) { in a6xx_gmu_remove()
1562 pm_runtime_disable(gmu->gxpd); in a6xx_gmu_remove()
1563 dev_pm_domain_detach(gmu->gxpd, false); in a6xx_gmu_remove()
1638 gmu->gxpd = dev_pm_domain_attach_by_name(gmu->dev, "gx"); in a6xx_gmu_wrapper_init()
[all …]
Da6xx_gmu.h61 struct device *gxpd; member
Da6xx_gpu.c1866 pm_runtime_resume_and_get(gmu->gxpd); in a6xx_pm_resume()
1878 pm_runtime_put(gmu->gxpd); in a6xx_pm_resume()
1939 pm_runtime_put_sync(gmu->gxpd); in a6xx_pm_suspend()