Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_rlc.c48 AMD_CG_SUPPORT_GFX_3D_CGCG)) { in amdgpu_gfx_rlc_enter_safe_mode()
72 AMD_CG_SUPPORT_GFX_3D_CGCG)) { in amdgpu_gfx_rlc_exit_safe_mode()
Dsoc15.c1010 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1034 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1057 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1089 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1107 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1128 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1168 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
Dvi.c1124 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1147 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1170 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
Dgfx_v10_0.c4110 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG)) { in gfx_v10_0_update_3d_clock_gating()
4219 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v10_0_update_gfx_clock_gating()
4311 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v10_0_get_clockgating_state()
Damdgpu_pm.c54 {AMD_CG_SUPPORT_GFX_3D_CGCG, "Graphics 3D Coarse Grain Clock Gating"},
Dgfx_v9_0.c4701 if (enable && (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG)) { in gfx_v9_0_update_3d_clock_gating()
4944 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v9_0_get_clockgating_state()
Dgfx_v8_0.c5935 if (adev->cg_flags & (AMD_CG_SUPPORT_GFX_3D_CGCG | AMD_CG_SUPPORT_GFX_3D_CGLS)) { in gfx_v8_0_polaris_update_gfx_clock_gating()
5940 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) { in gfx_v8_0_polaris_update_gfx_clock_gating()
/Linux-v5.4/drivers/gpu/drm/amd/include/
Damd_shared.h92 #define AMD_CG_SUPPORT_GFX_3D_CGCG (1 << 20) macro