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

drm/amdgpu: update SMC firmware image for polaris10 variants

Some new variants require different firmwares.

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

authored by

Junwei Zhang and committed by
Alex Deucher
d55d8be0 9bd206f8

+2 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
··· 381 381 (adev->pdev->revision == 0xe7) || 382 382 (adev->pdev->revision == 0xef))) || 383 383 ((adev->pdev->device == 0x6fdf) && 384 - (adev->pdev->revision == 0xef))) { 384 + ((adev->pdev->revision == 0xef) || 385 + (adev->pdev->revision == 0xff)))) { 385 386 info->is_kicker = true; 386 387 strcpy(fw_name, "amdgpu/polaris10_k_smc.bin"); 387 388 } else if ((adev->pdev->device == 0x67df) &&