[PATCH 200/459] drm/amdgpu/nv: set vcn pg flag
Alex Deucher
alexdeucher at gmail.com
Mon Jun 17 19:29:27 UTC 2019
From: Jack Xiao <Jack.Xiao at amd.com>
Enable VCN power gating by default.
Signed-off-by: Jack Xiao <Jack.Xiao at amd.com>
Reviewed-by: Huang Rui <ray.huang at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
drivers/gpu/drm/amd/amdgpu/nv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c
index 5f00eef1be2a..d1f8757abbeb 100644
--- a/drivers/gpu/drm/amd/amdgpu/nv.c
+++ b/drivers/gpu/drm/amd/amdgpu/nv.c
@@ -505,7 +505,7 @@ static int nv_common_early_init(void *handle)
AMD_CG_SUPPORT_VCN_MGCG |
AMD_CG_SUPPORT_BIF_MGCG |
AMD_CG_SUPPORT_BIF_LS;
- adev->pg_flags = 0;
+ adev->pg_flags = AMD_PG_SUPPORT_VCN;
adev->external_rev_id = adev->rev_id + 0x1;
break;
default:
--
2.20.1
More information about the amd-gfx
mailing list