We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e034a0d commit 0c85c06Copy full SHA for 0c85c06
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
@@ -377,7 +377,9 @@ static void sienna_cichlid_check_bxco_support(struct smu_context *smu)
377
if (((adev->pdev->device == 0x73A1) &&
378
(adev->pdev->revision == 0x00)) ||
379
((adev->pdev->device == 0x73BF) &&
380
- (adev->pdev->revision == 0xCF)))
+ (adev->pdev->revision == 0xCF)) ||
381
+ ((adev->pdev->device == 0x7422) &&
382
+ (adev->pdev->revision == 0x00)))
383
smu_baco->platform_support = false;
384
385
}
0 commit comments