Commit 467db422 authored by James Zhu's avatar James Zhu Committed by Alex Deucher
Browse files

drm/amdgpu/vcn: enable VCN DPG mode for dimgrey_cavefish



Enable VCN DPG mode for dimgrey_cavefish.

Signed-off-by: default avatarJames Zhu <James.Zhu@amd.com>
Reviewed-by: default avatarLeo Liu <leo.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0c2c02b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -905,7 +905,7 @@ static int nv_common_early_init(void *handle)
		break;
	case CHIP_DIMGREY_CAVEFISH:
		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: