Home
last modified time | relevance | path

Searched refs:AMD_CG_SUPPORT_GFX_CGLS (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c1013 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1033 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1056 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1092 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1110 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1131 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1153 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
1171 AMD_CG_SUPPORT_GFX_CGLS | in soc15_common_early_init()
Dvi.c1088 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1104 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1123 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1146 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1169 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1220 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
1246 AMD_CG_SUPPORT_GFX_CGLS | in vi_common_early_init()
Dsi.c1450 AMD_CG_SUPPORT_GFX_CGLS | in si_common_early_init()
1469 AMD_CG_SUPPORT_GFX_CGLS | in si_common_early_init()
1489 AMD_CG_SUPPORT_GFX_CGLS | in si_common_early_init()
1511 AMD_CG_SUPPORT_GFX_CGLS | in si_common_early_init()
1530 AMD_CG_SUPPORT_GFX_CGLS | in si_common_early_init()
Dcik.c1870 AMD_CG_SUPPORT_GFX_CGLS | in cik_common_early_init()
1891 AMD_CG_SUPPORT_GFX_CGLS | in cik_common_early_init()
1911 AMD_CG_SUPPORT_GFX_CGLS | in cik_common_early_init()
1947 AMD_CG_SUPPORT_GFX_CGLS | in cik_common_early_init()
Dgfx_v8_0.c5503 *flags |= AMD_CG_SUPPORT_GFX_CGLS; in gfx_v8_0_get_clockgating_state()
5776 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) { in gfx_v8_0_update_coarse_grain_clock_gating()
5863 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_CGCG | AMD_CG_SUPPORT_GFX_CGLS)) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5864 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) { in gfx_v8_0_tonga_update_gfx_clock_gating()
5915 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_CGCG | AMD_CG_SUPPORT_GFX_CGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5916 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) { in gfx_v8_0_polaris_update_gfx_clock_gating()
Dgfx_v10_0.c4196 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) in gfx_v10_0_update_coarse_grain_clock_gating()
4208 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) in gfx_v10_0_update_coarse_grain_clock_gating()
4257 AMD_CG_SUPPORT_GFX_CGLS | in gfx_v10_0_update_gfx_clock_gating()
4259 AMD_CG_SUPPORT_GFX_CGLS | in gfx_v10_0_update_gfx_clock_gating()
4337 *flags |= AMD_CG_SUPPORT_GFX_CGLS; in gfx_v10_0_get_clockgating_state()
Dgfx_v9_0.c4748 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) in gfx_v9_0_update_coarse_grain_clock_gating()
4765 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_CGLS) in gfx_v9_0_update_coarse_grain_clock_gating()
4924 *flags |= AMD_CG_SUPPORT_GFX_CGLS; in gfx_v9_0_get_clockgating_state()
Damdgpu_pm.c49 {AMD_CG_SUPPORT_GFX_CGLS, "Graphics Coarse Grain memory Light Sleep"},
/drivers/gpu/drm/amd/include/
Damd_shared.h75 #define AMD_CG_SUPPORT_GFX_CGLS (1 << 3) macro