RE: [PATCH 2/2] drm/amdgpu: Correct and simplify sdma 4.x irq.num_types

2021-04-25 Thread Zhang, Hawking
[AMD Public Use] Series is Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Feifei Xu Sent: Sunday, April 25, 2021 16:00 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei Subject: [PATCH 2/2] drm/amdgpu: Correct and simplify sdma 4.x irq.num_types

[PATCH 2/2] drm/amdgpu: Correct and simplify sdma 4.x irq.num_types

2021-04-25 Thread Feifei Xu
Correct and init the sdma4.x irq.num_types. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 29 -- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index

[PATCH 1/2] drm/amdgpu: Change the sdma interrupt print level

2021-04-25 Thread Feifei Xu
Change the print level into debug. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index

RE: [PATCH 1/2] drm/amdgpu: Correct sdma 4.x irq.num_types

2021-04-25 Thread Xu, Feifei
[AMD Official Use Only - Internal Distribution Only] Please ignore this one. I made mistake on the instance 8. Will re-send the patch. Thanks, Feifei -Original Message- From: Feifei Xu Sent: Sunday, April 25, 2021 3:31 PM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu,

RE: [PATCH 2/2] drm/amdgpu: provide socket/die id info in RAS message

2021-04-25 Thread Clements, John
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: John Clements -Original Message- From: Hawking Zhang Sent: Sunday, April 25, 2021 3:10 PM To: amd-gfx@lists.freedesktop.org; Li, Dennis ; Clements, John ; Deucher, Alexander Cc: Zhang, Hawking Subject: [PATCH 2/2]

[PATCH 2/2] drm/amdgpu: Change the sdma interrupt print level

2021-04-25 Thread Feifei Xu
Change the print level into debug. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index

RE: [PATCH] drm/amdgpu: remove unnecessary header include

2021-04-25 Thread Clements, John
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: John Clements -Original Message- From: amd-gfx On Behalf Of Hawking Zhang Sent: Sunday, April 25, 2021 3:10 PM To: amd-gfx@lists.freedesktop.org; Li, Dennis ; Clements, John ; Deucher, Alexander Cc: Zhang, Hawking

[PATCH 1/2] drm/amdgpu: Correct sdma 4.x irq.num_types

2021-04-25 Thread Feifei Xu
correct and init the sdma4.x irq.num_types. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index

RE: [PATCH 1/2] drm/amdgpu: implement smuio callback to query socket id

2021-04-25 Thread Clements, John
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: John Clements -Original Message- From: Hawking Zhang Sent: Sunday, April 25, 2021 3:10 PM To: amd-gfx@lists.freedesktop.org; Li, Dennis ; Clements, John ; Deucher, Alexander Cc: Zhang, Hawking Subject: [PATCH 1/2]

RE: [PATCH] drm/amdgpu: correct sdma 4.x irq.num_types.

2021-04-25 Thread Xu, Feifei
Thanks. Will send V2 with the change. Thanks, Feifei -Original Message- From: Zhang, Hawking Sent: Sunday, April 25, 2021 3:13 PM To: Xu, Feifei ; amd-gfx@lists.freedesktop.org Cc: Xu, Feifei Subject: RE: [PATCH] drm/amdgpu: correct sdma 4.x irq.num_types. [AMD Public Use] Please

RE: [PATCH] drm/amdgpu: correct sdma 4.x irq.num_types.

2021-04-25 Thread Zhang, Hawking
[AMD Public Use] Please split the patch into two so the commit description matches with the change. Regards, Hawking -Original Message- From: Feifei Xu Sent: Sunday, April 25, 2021 15:10 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Xu, Feifei Subject: [PATCH] drm/amdgpu:

[PATCH 1/2] drm/amdgpu: implement smuio callback to query socket id

2021-04-25 Thread Hawking Zhang
get_socket_id is used to query socket id Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h | 1 + drivers/gpu/drm/amd/amdgpu/smuio_v13_0.c | 18 ++ 2 files changed, 19 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h

[PATCH 2/2] drm/amdgpu: provide socket/die id info in RAS message

2021-04-25 Thread Hawking Zhang
Add socket/die information in RAS messages for platforms that support query those information Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git

[PATCH] drm/amdgpu: remove unnecessary header include

2021-04-25 Thread Hawking Zhang
amdgpu.h is included in kfd_priv.h Signed-off-by: Hawking Zhang --- drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c b/drivers/gpu/drm/amd/amdkfd/kfd_int_process_v9.c index 696944f..97c36e3 100644

[PATCH] drm/amdgpu: correct sdma 4.x irq.num_types.

2021-04-25 Thread Feifei Xu
Change the sdma interrupt info print level to debug. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 28 +++--- 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c