Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h154 #define AMD_PG_SUPPORT_GFX_PG (1 << 0) macro
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnv.c804 adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | in nv_common_early_init()
868 adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | in nv_common_early_init()
903 adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | in nv_common_early_init()
933 AMD_PG_SUPPORT_GFX_PG; in nv_common_early_init()
H A Dsoc21.c642 AMD_PG_SUPPORT_GFX_PG | in soc21_common_early_init()
684 AMD_PG_SUPPORT_GFX_PG | in soc21_common_early_init()
H A Dgfx_v6_0.c2733 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v6_0_enable_gfx_cgpg()
2882 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_init_pg()
2890 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_init_pg()
2910 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_fini_pg()
2917 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_fini_pg()
3417 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v6_0_set_powergating_state()
3424 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v6_0_set_powergating_state()
H A Dgfx_v7_0.c3729 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v7_0_enable_gfx_cgpg()
3982 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_init_pg()
3990 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_init_pg()
4002 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_fini_pg()
4009 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_fini_pg()
4923 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v7_0_set_powergating_state()
4930 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) { in gfx_v7_0_set_powergating_state()
H A Dgfx_v9_0.c1238 adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_check_if_need_gfxoff()
1244 adev->pg_flags |= AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_check_if_need_gfxoff()
2674 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_init_gfx_power_gating()
2825 if (adev->pg_flags & (AMD_PG_SUPPORT_GFX_PG | in gfx_v9_0_init_pg()
4647 if ((adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) && enable) { in gfx_v9_0_update_gfx_cg_power_gating()
H A Dvi.c1662 adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | in vi_common_early_init()
H A Dgfx_v11_0.c4996 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) in gfx_v11_cntl_power_gating()
5004 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v11_cntl_power_gating()
H A Dgfx_v10_0.c7946 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) in gfx_v10_cntl_power_gating()
7963 if (enable && (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in gfx_v10_cntl_power_gating()
H A Dgfx_v8_0.c5356 if ((adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) && enable) { in cz_update_gfx_cg_power_gating()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c124 if (!(smu->adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) || smu->adev->in_s0ix) in smu_v12_0_set_gfx_cgpg()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c303 if (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG) in smu10_init_power_gate_state()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2273 (adev->pg_flags & AMD_PG_SUPPORT_GFX_PG)) { in vangogh_post_smu_init()