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

drm/radeon: 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/radeon/si_dpm.c
··· 3026 3026 (rdev->pdev->revision == 0x80) || 3027 3027 (rdev->pdev->revision == 0x81) || 3028 3028 (rdev->pdev->revision == 0x83) || 3029 + (rdev->pdev->revision == 0x87) || 3029 3030 (rdev->pdev->device == 0x6604) || 3030 3031 (rdev->pdev->device == 0x6605)) { 3031 3032 max_sclk = 75000;