Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc21.c523 if (adev->gfx.funcs->update_perfmon_mgcg) in soc21_update_umd_stable_pstate()
524 adev->gfx.funcs->update_perfmon_mgcg(adev, !enter); in soc21_update_umd_stable_pstate()
H A Dnv.c609 if (adev->gfx.funcs->update_perfmon_mgcg) in nv_update_umd_stable_pstate()
610 adev->gfx.funcs->update_perfmon_mgcg(adev, !enter); in nv_update_umd_stable_pstate()
H A Damdgpu_gfx.h298 void (*update_perfmon_mgcg)(struct amdgpu_device *adev, bool enable); member
H A Dgfx_v11_0.c861 .update_perfmon_mgcg = &gfx_v11_0_update_perf_clk,
H A Dgfx_v10_0.c4349 .update_perfmon_mgcg = &gfx_v10_0_update_perfmon_mgcg,