AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm/amdgpu: update SMC firmware image for polaris10 variants
@ 2018-12-07  7:19 Junwei Zhang
       [not found] ` <20181207071952.8095-1-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Junwei Zhang @ 2018-12-07  7:19 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Junwei Zhang

Some new variants require different firmwares.

Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
index ceadeeadfa56..387f1cf1dc20 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
@@ -381,7 +381,8 @@ static int amdgpu_cgs_get_firmware_info(struct cgs_device *cgs_device,
 					      (adev->pdev->revision == 0xe7) ||
 					      (adev->pdev->revision == 0xef))) ||
 					    ((adev->pdev->device == 0x6fdf) &&
-					     (adev->pdev->revision == 0xef))) {
+					     ((adev->pdev->revision == 0xef) ||
+					      (adev->pdev->revision == 0xff)))) {
 						info->is_kicker = true;
 						strcpy(fw_name, "amdgpu/polaris10_k_smc.bin");
 					} else if ((adev->pdev->device == 0x67df) &&
-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-11  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-07  7:19 [PATCH 1/2] drm/amdgpu: update SMC firmware image for polaris10 variants Junwei Zhang
     [not found] ` <20181207071952.8095-1-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
2018-12-07  7:19   ` [PATCH 2/2] drm/amdgpu: update MC " Junwei Zhang
     [not found]     ` <20181207071952.8095-2-Jerry.Zhang-5C7GfCeVMHo@public.gmane.org>
2018-12-07  8:39       ` Zhang, Jerry(Junwei)
     [not found]         ` <4c84b377-2ec4-1470-90d9-2b642088c1db-5C7GfCeVMHo@public.gmane.org>
2018-12-10 20:06           ` Alex Deucher
     [not found]             ` <CADnq5_MuFn07Dw_2DFcMrVXj-N46vrnszqi3pzg1mYeBz6EJNw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-12-11  2:45               ` Zhang, Jerry(Junwei)
2018-12-07 16:13   ` [PATCH 1/2] drm/amdgpu: update SMC " Deucher, Alexander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox