All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: add UMC to ip discovery map
@ 2020-11-11  8:53 Clements, John
  2020-11-11  8:55 ` Zhang, Hawking
  2020-11-11 16:40 ` Deucher, Alexander
  0 siblings, 2 replies; 3+ messages in thread
From: Clements, John @ 2020-11-11  8:53 UTC (permalink / raw)
  To: amd-gfx, Zhang, Hawking


[-- Attachment #1.1: Type: text/plain, Size: 141 bytes --]

[AMD Official Use Only - Internal Distribution Only]

Submitting patch to add UMC into IP discovery mapping.

Thank you,
John Clements

[-- Attachment #1.2: Type: text/html, Size: 1980 bytes --]

[-- Attachment #2: 0001-drm-amdgpu-add-UMC-to-ip-discovery-map.patch --]
[-- Type: application/octet-stream, Size: 956 bytes --]

From 678c5e0d2fa2dcb2446de809ca2850d9b2e62588 Mon Sep 17 00:00:00 2001
From: John Clements <john.clements@amd.com>
Date: Wed, 11 Nov 2020 16:51:19 +0800
Subject: [PATCH 1/1] drm/amdgpu: add UMC to ip discovery map

resolve issue with UMC base offset not being set correctly in ip discovery sequence

Signed-off-by: John Clements <john.clements@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index bfb95143ba5e..b2dbcb4df020 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@ -128,6 +128,7 @@ static int hw_id_map[MAX_HWIP] = {
 	[NBIF_HWIP]	= NBIF_HWID,
 	[THM_HWIP]	= THM_HWID,
 	[CLK_HWIP]	= CLKA_HWID,
+	[UMC_HWIP]	= UMC_HWID,
 };
 
 static int amdgpu_discovery_read_binary(struct amdgpu_device *adev, uint8_t *binary)
-- 
2.17.1


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

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

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

* RE: [PATCH] drm/amdgpu: add UMC to ip discovery map
  2020-11-11  8:53 [PATCH] drm/amdgpu: add UMC to ip discovery map Clements, John
@ 2020-11-11  8:55 ` Zhang, Hawking
  2020-11-11 16:40 ` Deucher, Alexander
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, Hawking @ 2020-11-11  8:55 UTC (permalink / raw)
  To: Clements, John, amd-gfx


[-- Attachment #1.1: Type: text/plain, Size: 459 bytes --]

[AMD Public Use]

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>

Regards,
Hawking
From: Clements, John <John.Clements@amd.com>
Sent: Wednesday, November 11, 2020 16:54
To: amd-gfx@lists.freedesktop.org; Zhang, Hawking <Hawking.Zhang@amd.com>
Subject: [PATCH] drm/amdgpu: add UMC to ip discovery map


[AMD Official Use Only - Internal Distribution Only]

Submitting patch to add UMC into IP discovery mapping.

Thank you,
John Clements

[-- Attachment #1.2: Type: text/html, Size: 3403 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

* Re: [PATCH] drm/amdgpu: add UMC to ip discovery map
  2020-11-11  8:53 [PATCH] drm/amdgpu: add UMC to ip discovery map Clements, John
  2020-11-11  8:55 ` Zhang, Hawking
@ 2020-11-11 16:40 ` Deucher, Alexander
  1 sibling, 0 replies; 3+ messages in thread
From: Deucher, Alexander @ 2020-11-11 16:40 UTC (permalink / raw)
  To: Clements, John, amd-gfx, Zhang, Hawking


[-- Attachment #1.1: Type: text/plain, Size: 719 bytes --]

[AMD Official Use Only - Internal Distribution Only]

Are there any other IP mappings that are missing?  Maybe just add them all to avoid problems if there are other IPs we need to access in the future.

Alex

________________________________
From: amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Clements, John <John.Clements@amd.com>
Sent: Wednesday, November 11, 2020 3:53 AM
To: amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; Zhang, Hawking <Hawking.Zhang@amd.com>
Subject: [PATCH] drm/amdgpu: add UMC to ip discovery map


[AMD Official Use Only - Internal Distribution Only]


Submitting patch to add UMC into IP discovery mapping.



Thank you,

John Clements

[-- Attachment #1.2: Type: text/html, Size: 2642 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

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

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

end of thread, other threads:[~2020-11-11 16:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-11  8:53 [PATCH] drm/amdgpu: add UMC to ip discovery map Clements, John
2020-11-11  8:55 ` Zhang, Hawking
2020-11-11 16:40 ` Deucher, Alexander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.