Skip to content

Commit c6d2b0f

Browse files
Veerabadhran Gopalakrishnanalexdeucher
authored andcommitted
amd/amdgpu: Disable VCN DPG mode for Picasso
Concurrent operation of VCN and JPEG decoder in DPG mode is causing ring timeout due to power state. Signed-off-by: Veerabadhran Gopalakrishnan <veerabadhran.gopalakrishnan@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent e69251e commit c6d2b0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/gpu/drm/amd/amdgpu/soc15.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,7 @@ static int soc15_common_early_init(void *handle)
11951195

11961196
adev->pg_flags = AMD_PG_SUPPORT_SDMA |
11971197
AMD_PG_SUPPORT_MMHUB |
1198-
AMD_PG_SUPPORT_VCN |
1199-
AMD_PG_SUPPORT_VCN_DPG;
1198+
AMD_PG_SUPPORT_VCN;
12001199
} else {
12011200
adev->cg_flags = AMD_CG_SUPPORT_GFX_MGCG |
12021201
AMD_CG_SUPPORT_GFX_MGLS |

0 commit comments

Comments
 (0)