diff options
| author | Sonny Jiang <[email protected]> | 2022-09-30 20:23:32 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-10-06 16:02:49 +0000 |
| commit | e626d9b9c6e038a6918aad1b5affd38f6b9deaed (patch) | |
| tree | 7bdb3b99cc17f56506813b6dc3e438ad8094b5a4 | |
| parent | drm/amd/display: Add missing mask sh for SYM32_TP_SQ_PULSE register (diff) | |
| download | kernel-e626d9b9c6e038a6918aad1b5affd38f6b9deaed.tar.gz kernel-e626d9b9c6e038a6918aad1b5affd38f6b9deaed.zip | |
drm/amdgpu: Enable VCN PG on GC11_0_1
Enable VCN PG on GC11_0_1
Signed-off-by: Sonny Jiang <[email protected]>
Reviewed-by: James Zhu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected] # 6.0.x
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c index 16b757664a35..795706b3b092 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -629,6 +629,7 @@ static int soc21_common_early_init(void *handle) AMD_CG_SUPPORT_JPEG_MGCG; adev->pg_flags = AMD_PG_SUPPORT_GFX_PG | + AMD_PG_SUPPORT_VCN | AMD_PG_SUPPORT_VCN_DPG | AMD_PG_SUPPORT_JPEG; adev->external_rev_id = adev->rev_id + 0x1; |
