]> Git Repo - linux.git/commitdiff
drm/amdgpu: enable vcn dpg mode on aldebaran
authorJames Zhu <[email protected]>
Thu, 17 Dec 2020 21:14:08 +0000 (16:14 -0500)
committerAlex Deucher <[email protected]>
Wed, 24 Mar 2021 02:57:12 +0000 (22:57 -0400)
Enable vcn dpg mode on aldebaran

Signed-off-by: James Zhu <[email protected]>
Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/soc15.c

index 2c3210342cad4e053a6c7bb3a9a23b1610249521..b47cdee9ff3215566f81bc9f2a2a6ae5164667f8 100644 (file)
@@ -1488,7 +1488,7 @@ static int soc15_common_early_init(void *handle)
        case CHIP_ALDEBARAN:
                adev->asic_funcs = &vega20_asic_funcs;
                adev->cg_flags = 0;
        case CHIP_ALDEBARAN:
                adev->asic_funcs = &vega20_asic_funcs;
                adev->cg_flags = 0;
-               adev->pg_flags = 0;
+               adev->pg_flags = AMD_PG_SUPPORT_VCN_DPG;
                adev->external_rev_id = adev->rev_id + 0x3c;
                break;
        default:
                adev->external_rev_id = adev->rev_id + 0x3c;
                break;
        default:
This page took 0.073141 seconds and 4 git commands to generate.