Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/include/
Damd_shared.h147 #define AMD_PG_SUPPORT_GFX_PG (1 << 0) macro
/drivers/gpu/drm/amd/pm/swsmu/smu12/
Dsmu_v12_0.c119 if (!(smu->adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) in smu_v12_0_set_gfx_cgpg()
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c2769 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v6_0_enable_gfx_cgpg()
2918 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_init_pg()
2926 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_init_pg()
2946 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_fini_pg()
2953 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_fini_pg()
3452 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_set_powergating_state()
3459 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_set_powergating_state()
Dgfx_v7_0.c3791 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v7_0_enable_gfx_cgpg()
4044 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_init_pg()
4052 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_init_pg()
4064 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_fini_pg()
4071 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_fini_pg()
4983 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_set_powergating_state()
4990 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_set_powergating_state()
Dgfx_v9_0.c1311 adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_check_if_need_gfxoff()
1317 adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_check_if_need_gfxoff()
2851 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_init_gfx_power_gating()
3002 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_init_pg()
4793 if ((adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) && enable) { in gfx_v9_0_update_gfx_cg_power_gating()
Dvi.c1311 adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | in vi_common_early_init()
Dgfx_v8_0.c5388 if ((adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) && enable) { in cz_update_gfx_cg_power_gating()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c302 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) in smu10_init_power_gate_state()