Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dnv.c787 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
811 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
833 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
853 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
872 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
890 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
925 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
951 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
Dsoc15.c963 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
987 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1010 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1047 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1132 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
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()
Dvi.c1565 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1588 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1611 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
Dsoc21.c569 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc21_common_early_init()
Dgfx_v11_0.c4840 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v11_0_update_coarse_grain_clock_gating()
4852 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG || in gfx_v11_0_update_coarse_grain_clock_gating()
4881 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) { in gfx_v11_0_update_coarse_grain_clock_gating()
4939 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v11_0_update_coarse_grain_clock_gating()
4979 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v11_0_update_gfx_clock_gating()
5143 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v11_0_get_clockgating_state()
Dgfx_v10_0.c7801 if (!(adev->cg_flags & (AMD_CG_SUPPORT_GFX_3D_CGCG | AMD_CG_SUPPORT_GFX_3D_CGLS))) in gfx_v10_0_update_3d_clock_gating()
7810 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
7821 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
7843 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
8082 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v10_0_update_gfx_clock_gating()
8314 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v10_0_get_clockgating_state()
Dgfx_v9_0.c4787 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v9_0_update_3d_clock_gating()
5071 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v9_0_get_clockgating_state()
Dgfx_v8_0.c5934 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()
5939 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) { in gfx_v8_0_polaris_update_gfx_clock_gating()
/linux-6.1.9/drivers/gpu/drm/amd/include/
Damd_shared.h139 #define AMD_CG_SUPPORT_GFX_3D_CGCG (1ULL << 20) macro
/linux-6.1.9/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c48 {AMD_CG_SUPPORT_GFX_3D_CGCG, "Graphics 3D Coarse Grain Clock Gating"},