Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: add additional pci revision to dpm workaround

New variant.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org

+1
+1
drivers/gpu/drm/amd/amdgpu/si_dpm.c
··· 3506 3506 (adev->pdev->revision == 0x80) || 3507 3507 (adev->pdev->revision == 0x81) || 3508 3508 (adev->pdev->revision == 0x83) || 3509 + (adev->pdev->revision == 0x87) || 3509 3510 (adev->pdev->device == 0x6604) || 3510 3511 (adev->pdev->device == 0x6605)) { 3511 3512 max_sclk = 75000;