Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_mmhub.h41 void (*update_power_gating)(struct amdgpu_device *adev, member
A Dgmc_v9_0.c1919 if (adev->mmhub.funcs->update_power_gating) in gmc_v9_0_hw_init()
1920 adev->mmhub.funcs->update_power_gating(adev, true); in gmc_v9_0_hw_init()
1987 if (adev->mmhub.funcs->update_power_gating) in gmc_v9_0_hw_fini()
1988 adev->mmhub.funcs->update_power_gating(adev, false); in gmc_v9_0_hw_fini()
A Dmmhub_v1_0.c798 .update_power_gating = mmhub_v1_0_update_power_gating,

Completed in 10 milliseconds