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

drm/amdgpu/si: load the proper firmware on 0x87 oland boards

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
··· 7716 7716 (adev->pdev->revision == 0x80) || 7717 7717 (adev->pdev->revision == 0x81) || 7718 7718 (adev->pdev->revision == 0x83) || 7719 + (adev->pdev->revision == 0x87) || 7719 7720 (adev->pdev->device == 0x6604) || 7720 7721 (adev->pdev->device == 0x6605)) 7721 7722 chip_name = "oland_k";