Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dcz_dpm.c46 static void cz_dpm_powergate_vce(struct amdgpu_device *adev, bool gate);
607 cz_dpm_powergate_vce(adev, true); in cz_dpm_late_init()
1375 cz_dpm_powergate_vce(adev, false); in cz_dpm_disable()
1919 static void cz_dpm_powergate_vce(struct amdgpu_device *adev, bool gate) in cz_dpm_powergate_vce() function
1995 .powergate_vce = cz_dpm_powergate_vce,