Searched refs:cxpd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gmu.c | 1995 dev_pm_domain_detach(gmu->cxpd, false); in a6xx_gmu_remove() 2103 gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx"); in a6xx_gmu_wrapper_init() 2104 if (IS_ERR(gmu->cxpd)) { in a6xx_gmu_wrapper_init() 2105 ret = PTR_ERR(gmu->cxpd); in a6xx_gmu_wrapper_init() 2109 if (!device_link_add(gmu->dev, gmu->cxpd, DL_FLAG_PM_RUNTIME)) { in a6xx_gmu_wrapper_init() 2130 dev_pm_domain_detach(gmu->cxpd, false); in a6xx_gmu_wrapper_init() 2284 gmu->cxpd = dev_pm_domain_attach_by_name(gmu->dev, "cx"); in a6xx_gmu_init() 2285 if (IS_ERR(gmu->cxpd)) { in a6xx_gmu_init() 2286 ret = PTR_ERR(gmu->cxpd); in a6xx_gmu_init() 2290 link = device_link_add(gmu->dev, gmu->cxpd, DL_FLAG_PM_RUNTIME); in a6xx_gmu_init() [all …]
|
| H A D | a6xx_gmu.h | 78 struct device *cxpd; member
|
| H A D | a8xx_gpu.c | 756 dev_pm_genpd_add_notifier(gmu->cxpd, &gmu->pd_nb); in a8xx_recover() 757 dev_pm_genpd_synced_poweroff(gmu->cxpd); in a8xx_recover() 769 dev_pm_genpd_remove_notifier(gmu->cxpd); in a8xx_recover()
|
| H A D | a6xx_gpu.c | 1676 dev_pm_genpd_add_notifier(gmu->cxpd, &gmu->pd_nb); in a6xx_recover() 1677 dev_pm_genpd_synced_poweroff(gmu->cxpd); in a6xx_recover() 1689 dev_pm_genpd_remove_notifier(gmu->cxpd); in a6xx_recover()
|