Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dnv.c749 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
773 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
795 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
815 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
834 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
852 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
888 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
914 AMD_CG_SUPPORT_GFX_3D_CGCG | in nv_common_early_init()
H A Dsoc15.c969 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
993 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1016 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1053 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
1138 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc15_common_early_init()
H A Damdgpu_rlc.c49 AMD_CG_SUPPORT_GFX_3D_CGCG)) { in amdgpu_gfx_rlc_enter_safe_mode()
74 AMD_CG_SUPPORT_GFX_3D_CGCG)) { in amdgpu_gfx_rlc_exit_safe_mode()
H A Dvi.c1533 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1556 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
1579 AMD_CG_SUPPORT_GFX_3D_CGCG | in vi_common_early_init()
H A Dsoc21.c581 AMD_CG_SUPPORT_GFX_3D_CGCG | in soc21_common_early_init()
H A Dgfx_v11_0.c4814 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v11_0_update_coarse_grain_clock_gating()
4826 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG || in gfx_v11_0_update_coarse_grain_clock_gating()
4855 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) { in gfx_v11_0_update_coarse_grain_clock_gating()
4913 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v11_0_update_coarse_grain_clock_gating()
4953 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v11_0_update_gfx_clock_gating()
5113 /* AMD_CG_SUPPORT_GFX_3D_CGCG */ in gfx_v11_0_get_clockgating_state()
5116 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v11_0_get_clockgating_state()
H A Dgfx_v10_0.c7602 if (!(adev->cg_flags & (AMD_CG_SUPPORT_GFX_3D_CGCG | AMD_CG_SUPPORT_GFX_3D_CGLS))) in gfx_v10_0_update_3d_clock_gating()
7611 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
7622 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
7644 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v10_0_update_3d_clock_gating()
7883 AMD_CG_SUPPORT_GFX_3D_CGCG | in gfx_v10_0_update_gfx_clock_gating()
8120 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v10_0_get_clockgating_state()
H A Dgfx_v8_0.c5909 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()
5914 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) { in gfx_v8_0_polaris_update_gfx_clock_gating()
H A Dgfx_v9_0.c4777 if (adev->cg_flags & AMD_CG_SUPPORT_GFX_3D_CGCG) in gfx_v9_0_update_3d_clock_gating()
5067 *flags |= AMD_CG_SUPPORT_GFX_3D_CGCG; in gfx_v9_0_get_clockgating_state()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h139 #define AMD_CG_SUPPORT_GFX_3D_CGCG (1ULL << 20) macro
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c3567 {AMD_CG_SUPPORT_GFX_3D_CGCG, "Graphics 3D Coarse Grain Clock Gating"},