mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
drm/amdgpu: add cgls for beige_goby
Enable cgls to improve the runtime power efficiency. Signed-off-by: Tao Zhou <tao.zhou1@amd.com> Reviewed-by: Jack Gui <Jack.Gui@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e47e4c0e4f
commit
d69d278fc7
1 changed files with 1 additions and 0 deletions
|
@ -1280,6 +1280,7 @@ static int nv_common_early_init(void *handle)
|
||||||
case CHIP_BEIGE_GOBY:
|
case CHIP_BEIGE_GOBY:
|
||||||
adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
|
adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
|
||||||
AMD_CG_SUPPORT_GFX_CGCG |
|
AMD_CG_SUPPORT_GFX_CGCG |
|
||||||
|
AMD_CG_SUPPORT_GFX_CGLS |
|
||||||
AMD_CG_SUPPORT_GFX_3D_CGCG |
|
AMD_CG_SUPPORT_GFX_3D_CGCG |
|
||||||
AMD_CG_SUPPORT_MC_MGCG |
|
AMD_CG_SUPPORT_MC_MGCG |
|
||||||
AMD_CG_SUPPORT_MC_LS |
|
AMD_CG_SUPPORT_MC_LS |
|
||||||
|
|
Loading…
Add table
Reference in a new issue