Home
last modified time | relevance | path

Searched refs:AMD_CG_SUPPORT_GFX_MGLS (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/include/
H A Damd_shared.h72 #define AMD_CG_SUPPORT_GFX_MGLS (1 << 1) macro
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15.c637 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
660 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
682 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
704 AMD_CG_SUPPORT_GFX_MGLS | in soc15_common_early_init()
H A Dcik.c1781 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1802 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1822 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
1858 AMD_CG_SUPPORT_GFX_MGLS | in cik_common_early_init()
H A Dvi.c997 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1129 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
1156 AMD_CG_SUPPORT_GFX_MGLS | in vi_common_early_init()
H A Dgfx_v8_0.c5765 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5770 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v8_0_get_clockgating_state()
5894 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_update_medium_grain_clock_gating()
5931 if ((adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) && in gfx_v8_0_update_medium_grain_clock_gating()
6126 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
6127 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
6198 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_MGCG | AMD_CG_SUPPORT_GFX_MGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
6199 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
H A Dgfx_v9_0.c3570 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_MGLS) { in gfx_v9_0_update_medium_grain_clock_gating()
3833 *flags |= AMD_CG_SUPPORT_GFX_RLC_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
3838 *flags |= AMD_CG_SUPPORT_GFX_CP_LS | AMD_CG_SUPPORT_GFX_MGLS; in gfx_v9_0_get_clockgating_state()
H A Damdgpu_pm.c43 {AMD_CG_SUPPORT_GFX_MGLS, "Graphics Medium Grain memory Light Sleep"},