Searched refs:update_power_gating (Results 1 – 3 of 3) sorted by relevance
64 void (*update_power_gating)(struct amdgpu_device *adev, member
2345 if (adev->mmhub.funcs->update_power_gating) in gmc_v9_0_hw_init()2346 adev->mmhub.funcs->update_power_gating(adev, true); in gmc_v9_0_hw_init()2413 if (adev->mmhub.funcs->update_power_gating) in gmc_v9_0_hw_fini()2414 adev->mmhub.funcs->update_power_gating(adev, false); in gmc_v9_0_hw_fini()
800 .update_power_gating = mmhub_v1_0_update_power_gating,