RE: [PATCH] drm/amdkfd: Fix race in GWS queue scheduling

2025-06-17 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Jay Cornwall Sent: Wednesday, June 11, 2025 10:58 AM To: amd-gfx@lists.freedesktop.org Cc: Cornwall, Jay Subject: [PATCH] drm/amdkfd: Fix race in GWS queue scheduling q->gws is not updated ato

RE: [PATCH] drm/amdkfd: allow compute partition mode switch with cgroup exclusions

2025-06-06 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Thursday, May 29, 2025 3:10 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan Subject: [PATCH] drm/amdkfd: allow compute partition mode switch with cgroup

RE: [PATCH] drm/amdkfd: fix mes based process evictions

2025-06-03 Thread Kasiviswanathan, Harish
[Public] So, the code now loops two times over the list of queues. Couple of questions. (1) Isn't it possible to call suspend_all_queues_mes(dqm) before the first list_for_each_entry()? The first loop only does some housekeeping. That way you can still do get away with single loop. (2) Also rem

RE: [PATCH] drm/amdkfd: Allow device error to be logged

2025-06-03 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: Clement, Sunday Sent: Friday, May 30, 2025 11:17 AM To: amd-gfx@lists.freedesktop.org Cc: Tudor, Alexandru ; Kasiviswanathan, Harish ; Clement, Sunday Subject: [PATCH] drm/amdkfd: Allow device error to be logged The addition of a WARN_ON() check in

RE: [PATCH] drm/amdkfd: Fix kfd process ref leaking when userptr unmapping

2025-05-28 Thread Kasiviswanathan, Harish
[Public] >From the code, it looks like you want to hold reference to the process to >ensure that it doesn't get destroyed while sending the fault event to user. If >that is correct, then your commit message is not reflecting that. With commit message updated, this patch is Reviewed-by: Harish K

RE: [PATCH] drm/amdkfd: Identical code for different branches

2025-05-26 Thread Kasiviswanathan, Harish
[Public] You can remove BUG:SWDEV-534537 from commit message as it doesn't provide any information to public. With that this patch is Reviewed-by: Harish Kasiviswanathan Sent: Friday, May 23, 2025 7:54 PM To: amd-gfx@lists.freedesktop.org Cc: Tudor, Alexandru ; Kasiviswanathan, H

RE: [PATCH] drm/amdkfd: change error to warning message for SDMA queues creation

2025-05-05 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Eric Huang Sent: Friday, May 2, 2025 3:49 PM To: amd-gfx@lists.freedesktop.org Cc: Huang, JinHuiEric Subject: [PATCH] drm/amdkfd: change error to warning message for SDMA queues creation SDMA

RE: [PATCH] drm/amdkfd: add pasid debugfs entries

2025-04-25 Thread Kasiviswanathan, Harish
athan Best Regards, Harish -Original Message- From: Chen, Xiaogang Sent: Thursday, April 24, 2025 4:55 PM To: Huang, JinHuiEric ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: Re: [PATCH] drm/amdkfd: add pasid debugfs entries On 4/24/2025 3:04 PM, Eric Huang

RE: [PATCH] drm/amdgpu: Move read of snoop register from guest to host

2025-04-10 Thread Kasiviswanathan, Harish
[Public] One minor comment, with that fixed. Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Masha Grinman Sent: Monday, April 7, 2025 1:14 PM To: amd-gfx@lists.freedesktop.org Cc: Grinman, Masha ; Grinman, Masha Subject: [PATCH] drm/amdgpu: Move re

RE: [PATCH v3] drm/amdgpu: Increase KIQ invalidate_tlbs timeout

2025-04-01 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Jay Cornwall Sent: Monday, March 31, 2025 11:45 AM To: amd-gfx@lists.freedesktop.org Cc: Cornwall, Jay ; Russell, Kent Subject: [PATCH v3] drm/am

RE: [PATCH] drm/amdkfd: limit sdma queue reset caps flagging for gfx9

2025-03-27 Thread Kasiviswanathan, Harish
[Public] Please add fixes tag, with that Reviewed-by: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Thursday, March 27, 2025 11:54 AM To: amd-gfx@lists.freedesktop.org Cc: Belanger, David ; Kasiviswanathan, Harish ; Kim, Jonathan Subject: [PATCH] drm/amdkfd

RE: [PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

2025-03-17 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Lancelot SIX Sent: Monday, March 17, 2025 7:02 AM To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12 On

RE: [PATCH v2] drm/amdkfd: Update return value of config_dequeue_wait_counts

2025-03-14 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: Kim, Jonathan Sent: Friday, March 14, 2025 5:35 PM To: Kasiviswanathan, Harish ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH v2] drm/amdkfd: Update return value of config_dequeue_wait_counts [Public] > -Original Message- >

RE: [PATCH v2] drm/amdkfd: Update return value of config_dequeue_wait_counts

2025-03-14 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: Kim, Jonathan Sent: Friday, March 14, 2025 4:41 PM To: Kasiviswanathan, Harish ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: RE: [PATCH v2] drm/amdkfd: Update return value of config_dequeue_wait_counts [Public] > -Origi

Re: [PATCH] drm/amdkfd: Correct F8_MODE for gfx950

2025-03-12 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan https://aka.ms/AAb9ysg> From: Lin, Amber Sent: Wednesday, March 12, 2025 9:39:21 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Lin, Amber Subj

RE: [PATCH 2/2] drm/amdkfd: flag per-sdma queue reset supported to user space

2025-03-04 Thread Kasiviswanathan, Harish
[Public] This series Reviewed-by: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Wednesday, February 26, 2025 3:58 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan Subject: [PATCH 2/2] drm/amdkfd: flag per-sdma queue reset

RE: [PATCH v2 2/2] drm/amdgpu: Reduce dequeue retry timeout for gfx9 family

2025-03-03 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: Kim, Jonathan Sent: Monday, March 3, 2025 3:54 PM To: Kasiviswanathan, Harish ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH v2 2/2] drm/amdgpu: Reduce dequeue retry timeout for gfx9 family [Public] > -Original Message- >

RE: [PATCH 1/2] drm/amdkfd: Add pm_config_dequeue_wait_counts API

2025-03-02 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: Kim, Jonathan Sent: Thursday, February 27, 2025 2:47 PM To: Kasiviswanathan, Harish ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: RE: [PATCH 1/2] drm/amdkfd: Add pm_config_dequeue_wait_counts API [Public] Overall lgtm. A

RE: [PATCH] drm/amdkfd: clamp queue size to minimum

2025-02-26 Thread Kasiviswanathan, Harish
, David ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: Re: [PATCH] drm/amdkfd: clamp queue size to minimum On 2/25/2025 20:41, David Yat Sin wrote: > If queue size is less than minimum, clamp it to minimum to prevent > underflow when writing queue mqd. > > Signed-o

RE: [PATCH] drm/amdkfd: enable cooperative launch on gfx12

2025-02-24 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Joshi, Mukul Sent: Monday, February 24, 2025 2:37 PM To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH] drm/amdkfd: enable cooperative launch on gfx12 [Public] [Public] Ack

RE: [PATCH 2/3] drm/amdgpu: Don't modify grace_period in helper function

2025-02-06 Thread Kasiviswanathan, Harish
[Public] From: Chen, Xiaogang Sent: Thursday, February 6, 2025 4:57 PM To: Sakhnovitch, Elena (Elen) ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: Re: [PATCH 2/3] drm/amdgpu: Don't modify grace_period in helper function On 1/14/2025 1:52 PM, Elena Sakhnovitch

RE: [PATCH 2/2] drm/amdkfd: Failed to check various return code

2024-12-11 Thread Kasiviswanathan, Harish
[Public] The comment needs to be fixed. This patch is checking if the variable is not null. With that fixed. Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Andrew Martin Sent: Tuesday, December 10, 2024 1:19 PM To: amd-gfx@lists.freedesktop.org Cc:

RE: [PATCH 1/2] drm/amdgpu: Failed to check various return code

2024-12-11 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Andrew Martin Sent: Tuesday, December 10, 2024 1:19 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Tudor, Alexandru ; Martin, Andrew ; Martin, Andrew Subject: [PATCH 1/2] drm/amdgpu

RE: [PATCH] drm/amdkfd: Uninitialized pointer read

2024-12-09 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Andrew Martin Sent: Friday, December 6, 2024 3:07 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Tudor, Alexandru ; Martin, Andrew ; Martin, Andrew Subject: [PATCH] drm/amdkfd: Uni

RE: [PATCH] drm/amdkfd: Failed to check various return code

2024-12-09 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Minor comment below. -Original Message- From: amd-gfx On Behalf Of Andrew Martin Sent: Friday, December 6, 2024 5:11 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Tudor, Alexandru ; Martin, Andrew ; Martin, Andrew S

RE: [PATCH v2] drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12

2024-11-28 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Sreekant Somasekharan Sent: Thursday, November 28, 2024 5:20 PM To: amd-gfx@lists.freedesktop.org Cc: Somasekharan, Sreekant Subject: [PATCH v2] drm/amdkfd: add MEC version that supports no PCI

RE: [PATCH] drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12

2024-11-28 Thread Kasiviswanathan, Harish
[Public] -Original Message- From: amd-gfx On Behalf Of Sreekant Somasekharan Sent: Thursday, November 28, 2024 1:20 PM To: amd-gfx@lists.freedesktop.org Cc: Somasekharan, Sreekant Subject: [PATCH] drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12 Add MEC version from

RE: [PATCH v2] drm/amdkfd: Differentiate logging message for driver oversubscription

2024-11-18 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] I would change the message slightly. See below. But either way this patch is Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Xiaogang.Chen Sent: Tuesday, November 12, 2024 1:26 PM To: amd-gfx@lis

RE: [PATCHv3 2/2] drm/amdkfd: Fix CU occupancy for GFX 9.4.3

2024-09-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] This patch series reviewed by: Harish Kasiviswanathan -Original Message- From: Joshi, Mukul Sent: Monday, September 23, 2024 1:41 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Joshi, Mukul ; Kasiviswanathan

RE: [PATCH 2/2] drm/amdkfd: Fix CU occupancy for GFX 9.4.3

2024-09-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] One comment below. With that addressed Reviewed-by: Harish Kasiviswanathan -Original Message- From: Joshi, Mukul Sent: Friday, September 20, 2024 5:07 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Joshi

RE: [PATCHv2 1/2] drm/amdkfd: Update logic for CU occupancy calculations

2024-09-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] One very minor comment below. Apart from that Reviewed-by: Harish Kasiviswanathan -Original Message- From: Joshi, Mukul Sent: Friday, September 20, 2024 5:07 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish

RE: [PATCH] drm/amdkfd: Add SDMA queue quantum support for GFX12

2024-09-20 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Sreekant Somasekharan Sent: Friday, September 20, 2024 12:14 PM To: amd-gfx@lists.freedesktop.org Cc: Somasekharan, Sreekant Subject: [PATCH] drm/

RE: [PATCH] drm/amdkfd: Fix CU occupancy calculations for GFX 9.4.3

2024-09-19 Thread Kasiviswanathan, Harish
gfx9 ASICs. -Original Message- From: Joshi, Mukul Sent: Thursday, September 19, 2024 1:43 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Joshi, Mukul Subject: [PATCH] drm/amdkfd: Fix CU occupancy calculations for GFX 9.4.3 Make CU occupancy work on GFX 9.4.3 by

RE: [PATCH v2] drm/amdgpu: Surface svm_attr_gobm, a RW module parameter

2024-08-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Some comments inline. From: amd-gfx On Behalf Of Philip Yang Sent: Wednesday, August 28, 2024 11:49 AM To: Errabolu, Ramesh ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH v2] drm/amdgpu: Surface svm_attr_gobm, a RW module parameter

RE: [PATCHv3 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-16 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] This series reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Friday, August 16, 2024 2:02 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Deucher, Alexander ; Joshi, M

RE: [PATCHv2 1/3] drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11

2024-08-15 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Wednesday, August 14, 2024 7:28 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Deucher, Alexander ; Joshi, Mukul Subject: [PATCHv2 1/3] drm/amdgpu: Implem

RE: [PATCHv2 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-15 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] -Original Message- From: amd-gfx On Behalf Of Felix Kuehling Sent: Thursday, August 15, 2024 2:25 PM To: Joshi, Mukul ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander Subject: Re: [PATCHv2 2/3] drm/amdkfd: Update queue unmap

RE: [PATCH 3/3] drm/amdkfd: Update BadOpcode Interrupt handling with MES

2024-08-14 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Acked-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Tuesday, August 13, 2024 2:57 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Deucher, Alexander ; Joshi, Mukul Subjec

RE: [PATCH 2/3] drm/amdkfd: Update queue unmap after VM fault with MES

2024-08-14 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Tuesday, August 13, 2024 2:57 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Deucher, Alexander ; Joshi, Mukul Subject: [PATCH 2/3] drm/amdkfd: Update que

RE: [PATCH 1/3] drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11

2024-08-14 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Do we need some checks for FW version for backward compatibility? Apart from that a minor typo in the commit message. "Support 'f'or GFX12" -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Tuesday, August 13, 2024 2

RE: [PATCH] drm/amdkfd: keep create queue success if cwsr save area doesn't match

2024-08-08 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] In this case, shouldn't larger of two sizes be used. Also, we should have an upper bound check. -Original Message- From: amd-gfx On Behalf Of Yifan Zhang Sent: Thursday, August 8, 2024 4:44 AM To: amd-gfx@lists.freedesktop.org Cc:

RE: [PATCH] drm/amdkfd: fix debug watchpoints for logical devices

2024-07-30 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] One minor comment b. Either way Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Jonathan Kim Sent: Monday, July 22, 2024 2:57 PM To: amd-gfx@lists.freedesktop.org Cc: Kim, Jonathan ; Kim, Jonatha

RE: [PATCH] drm/amdgpu: drop MES 10.1 support v3

2024-05-24 Thread Kasiviswanathan, Harish
Ah yes. Missed it. Reviewed-by: Harish Kasiviswanathan -Original Message- From: Alex Deucher Sent: Friday, May 24, 2024 9:22 AM To: Kasiviswanathan, Harish Cc: Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: drop MES 10.1 support v3 On Thu, May 23

RE: [PATCH] drm/amdgpu: drop MES 10.1 support v3

2024-05-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] I had one more comment. With that fixed this patch is Reviewed-by: Harish Kasiviswanathan static gfx_v10_0_ring_invalidate_tlbs() function can be removed since it is no longer used. Best Regards, Harish -Original Message- From

RE: [PATCH] drm/amdgpu: drop MES 10.1 support v2

2024-05-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] File mes_api_def.h can also be removed. This is defined for gfx10. One minor comment inline. -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Thursday, May 23, 2024 2:46 PM To: Deucher, Alexander Cc: amd-gfx@lists

RE: [PATCH] drm/amdgpu: Add CRC16 selection in config

2024-05-21 Thread Kasiviswanathan, Harish
[AMD Official Use Only - AMD Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Zhang, Hawking Sent: Tuesday, May 21, 2024 3:55 AM To: Lazar, Lijo ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Kuehling, Felix ; Kasiviswanathan, Harish

RE: [PATCH] drm/amdkfd: Fix CU Masking for GFX 9.4.3

2024-05-10 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Thursday, May 9, 2024 6:05 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Joshi, Mukul Subject: [PATCH] drm/amdkfd: Fix CU Masking for GFX

RE: [PATCH v9 08/14] drm/amdgpu: map wptr BO into GART

2024-05-02 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] -Original Message- From: amd-gfx On Behalf Of Sharma, Shashank Sent: Thursday, May 2, 2024 1:32 AM To: Alex Deucher Cc: amd-gfx@lists.freedesktop.org; Yadav, Arvind ; Deucher, Alexander ; Koenig, Christian Subject: Re: [PATCH v9 08/14] drm/amdgpu: ma

RE: [PATCH 1/3] drm/amdgpu/mes11: print MES opcodes rather than numbers

2024-04-17 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] -Original Message- From: amd-gfx On Behalf Of Horace Chen Sent: Wednesday, April 17, 2024 7:30 AM To: amd-gfx@lists.freedesktop.org Cc: Andrey Grodzovsky ; Kuehling, Felix ; Chen, Horace ; Koenig, Christian ; Deucher, Alexander ; Xiao, Jack ; Zhang, Ha

RE: [PATCH] drm/amdkfd: Fix memory leak in create_process failure

2024-04-10 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Tested-by: Harish Kasiviswanthan -Original Message- From: amd-gfx On Behalf Of Felix Kuehling Sent: Wednesday, April 10, 2024 4:05 PM To: amd-gfx@lists.freedesktop.org Cc: Chen, Xiaogang Subject: [PATCH] drm/amdkfd: Fix memory leak in create_process f

RE: [PATCH] drm/amdgpu: always force full reset for SOC21

2024-03-26 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Monday, March 25, 2024 11:01 AM To: Friedrich Vock Cc: Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: always forc

RE: [PATCH] drm/amdkfd: fix TLB flush after unmap for GFX9.4.2

2024-03-20 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Eric Huang Sent: Wednesday, March 20, 2024 4:25 PM To: amd-gfx@lists.freedesktop.org Cc: Huang, JinHuiEric Subject: [PATCH] drm/amdkfd: fix TLB flush after unmap for GFX9

RE: [PATCH] amd/amdkfd: remove unused parameter

2024-02-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Eric Huang Sent: Wednesday, February 28, 2024 10:17 AM To: amd-gfx@lists.freedesktop.org Cc: Huang, JinHuiEric Subject: [PATCH] amd/amdkfd: remove unused parameter The a

RE: [PATCH] drm/amdgpu: Only create mes event log debugfs when mes is enabled

2024-02-01 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Liu, Shaoyun Sent: Thursday, February 1, 2024 10:58 AM To: amd-gfx@lists.freedesktop.org Subject: RE: [PATCH] drm/amdgpu: Only create mes event log debugfs when mes is e

RE: [PATCH] drm/amdkfd: Use correct drm device for cgroup permission check

2024-01-26 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Friday, January 26, 2024 3:40 PM To: amd-gfx@lists.freedesktop.org Cc: Joshi, Mukul ; Kuehling, Felix Subject: [PATCH] drm/amdkfd: Use correct drm devi

RE: [PATCH v5] drm/amdgpu: Enable GFXOFF for Compute on GFX11

2024-01-16 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ori Messinger Sent: Tuesday, January 16, 2024 5:15 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Messinger, Ori Subject: [PATCH v5] drm/amdgpu: Enable GF

RE: [PATCH] drm/amdkfd: Use common function for IP version check

2023-11-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Wednesday, November 22, 2023 3:29 PM To: amd-gfx@lists.freedesktop.org Cc: Joshi, Mukul ; Kuehling, Felix Subject: [PATCH] drm/amdkfd: Use common functi

RE: [PATCH] drm/amdgpu: Improve MES responsiveness during oversubscription

2023-10-04 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Jay Cornwall Sent: Wednesday, October 4, 2023 12:00 PM To: amd-gfx@lists.freedesktop.org Cc: Cornwall, Jay ; Tudor, Alexandru Subject: [PATCH] drm/amdgpu: Improve MES re

RE: [PATCH] drm/amdkfd: Fix EXT_COHERENT memory allocation crash

2023-10-03 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Acked-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Philip Yang Sent: Tuesday, October 3, 2023 12:57 PM To: amd-gfx@lists.freedesktop.org Cc: Yang, Philip ; Kuehling, Felix Subject: [PATCH] drm/amdkfd: Fix EXT_COHERENT memory

RE: [PATCH] drm/amdkfd: Checkpoint and restore queues on GFX11

2023-08-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of David Francis Sent: Friday, August 25, 2023 3:14 PM To: amd-gfx@lists.freedesktop.org Cc: Francis, David ; Kuehling, Felix Subject: [PATCH] drm/amdkfd: Checkpoint and re

RE: [PATCH] drm/amdgpu: Report Missing MES Firmware Versions with Sysfs

2023-07-31 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ori Messinger Sent: Friday, July 28, 2023 2:04 PM To: amd-gfx@lists.freedesktop.org Cc: Messinger, Ori Subject: [PATCH] drm/amdgpu: Report Missing MES Firmware Versions w

RE: [PATCH] drm/amd/pm: correct the pcie width for smu 13.0.0

2023-07-27 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan From: amd-gfx On Behalf Of Deucher, Alexander Sent: Thursday, July 27, 2023 9:30 AM To: Feng, Kenneth ; amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: Re: [PATCH] drm/amd/pm: correct the pcie width for smu 13.0.0 [

RE: [PATCHv2] drm/amdkfd: Use KIQ to unmap HIQ

2023-06-29 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Thursday, June 29, 2023 12:35 PM To: amd-gfx@lists.freedesktop.org Cc: Lin, Amber ; Joshi, Mukul ; Kuehling, Felix Subject: [PATCHv2] drm/amdkfd: Use K

RE: [PATCH v2] drm/amdkfd: Expose proc sysfs folder contents after permission check

2023-05-03 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] One minor comment inline. -Original Message- From: amd-gfx On Behalf Of Sreekant Somasekharan Sent: Friday, April 28, 2023 3:12 PM To: amd-gfx@lists.freedesktop.org Cc: Somasekharan, Sreekant Subject: [PATCH v2] drm/amdkfd: Expose proc sysfs folder con

RE: [PATCH] drm/amdgpu: Enable GFX11 SDMA context empty interrupt

2023-04-10 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Graham Sider Sent: Wednesday, April 5, 2023 11:42 AM To: amd-gfx@lists.freedesktop.org Cc: Yang, Stanley ; Sider, Graham Subject: [PATCH] drm/amdgpu: Enable GFX11 SDMA c

RE: [PATCH 1/2] drm/amdgpu: Fix incorrect filenames in sysfs comments

2023-02-06 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] This series Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of kent.russ...@amd.com Sent: Monday, February 6, 2023 12:26 PM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH 1/2] drm/amdgpu: Fix incorre

RE: [PATCH] drm/amdgpu: disable GFXOFF during compute for GFX11

2022-10-27 Thread Kasiviswanathan, Harish
[Public] Reviewed-by: Harish Kasiviswanathan From: Deucher, Alexander Sent: Thursday, October 27, 2022 9:56 AM To: Sider, Graham ; amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish Subject: Re: [PATCH] drm/amdgpu: disable GFXOFF during compute for GFX11 [Public] Acked-by: Alex

RE: [PATCH] drm/amdkfd: update GFX11 CWSR trap handler

2022-10-27 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Acked-by: Harish Kasiviswanathan -Original Message- From: Sider, Graham Sent: Wednesday, October 26, 2022 5:05 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Kasiviswanathan, Harish ; Cornwall, Jay ; Sider, Graham Subject: [PATCH] drm

RE: [PATCH] drm/amdkfd: fix dropped interrupt in kfd_int_process_v11

2022-09-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Graham Sider Sent: Friday, September 23, 2022 10:27 AM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Kim, Jonathan ; Sider, Graham Subject: [PATCH] drm/amdkfd:

RE: [PATCH] drm/amdgpu: Update mes_v11_api_def.h

2022-08-24 Thread Kasiviswanathan, Harish
[AMD Official Use Only - General] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Graham Sider Sent: Wednesday, August 17, 2022 9:44 AM To: amd-gfx@lists.freedesktop.org Cc: Xiao, Jack ; Kuehling, Felix ; Sider, Graham ; Zhang, Hawking Subject: [PATCH

RE: [PATCH v2] drm/amd/pm: Disable fan control if not supported

2022-03-17 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Few comments inline. -Original Message- From: amd-gfx On Behalf Of Elena Sakhnovitch Sent: Thursday, March 17, 2022 12:45 PM To: amd-gfx@lists.freedesktop.org Cc: Sakhnovitch, Elena (Elen) Subject: [PATCH v2] drm/amd/pm: Disable fan control if not supported On

RE: [PATCH] amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF mode

2022-02-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Kasiviswanathan, Harish Sent: Thursday, February 17, 2022 2:17 PM To: Slivka, Danijel ; amd-gfx@lists.freedesktop.org Cc: Slivka, Danijel Subject: RE: [PATCH] amdgpu/pm: Disable

RE: [PATCH] drm/amdgpu: config HDP_MISC_CNTL.READ_BUFFER_WATERMARK to fix applications running across multiple GPU config hang.

2022-02-22 Thread Kasiviswanathan, Harish
[Public] I think is safer only to set it for IP_VERSION(4, 4, 0): which is Aldebaran. From: amd-gfx On Behalf Of Deucher, Alexander Sent: Tuesday, February 22, 2022 8:55 AM To: Chen, Xiaogang ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdgpu: config HDP_MISC_CNTL.READ_BUFFER_WATE

RE: [PATCH] amdgpu/pm: Disable managing hwmon sysfs attributes for ONEVF mode

2022-02-17 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Acked-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Danijel Slivka Sent: Thursday, February 10, 2022 8:24 PM To: amd-gfx@lists.freedesktop.org Cc: Slivka, Danijel Subject: [PATCH] amdgpu/pm: Disable managing hwmon sysfs attributes for

RE: [PATCH v1 3/3] drm/amdgpu: Prevent random memory access in FRU code

2022-02-04 Thread Kasiviswanathan, Harish
[AMD Official Use Only] This series acked-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Luben Tuikov Sent: Friday, February 4, 2022 12:27 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Tuikov, Luben ; Russell, Kent Subject: [PATCH v1 3/3] drm/

RE: [PATCH 1/1] drm/amdkfd: Fix variable set but not used warning

2022-01-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Philip Yang Sent: Friday, January 28, 2022 9:39 AM To: amd-gfx@lists.freedesktop.org Cc: Yang, Philip Subject: [PATCH 1/1] drm/amdkfd: Fix variable set but not used warning All wa

RE: [PATCH] amdgpu/pm: Modify sysfs pp_dpm_sclk to have only read premission in ONEVF mode

2021-12-13 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Some comment inline. -Original Message- From: amd-gfx On Behalf Of Marina Nikolic Sent: Friday, December 10, 2021 10:06 AM To: amd-gfx@lists.freedesktop.org Cc: Nikolic, Marina Subject: [PATCH] amdgpu/pm: Modify sysfs pp_dpm_sclk to have only read premission in

RE: [PATCH] drm/amdkfd: CWSR with software scheduler

2021-08-11 Thread Kasiviswanathan, Harish
[AMD Official Use Only] -Original Message- From: Joshi, Mukul Sent: Wednesday, August 11, 2021 10:57 AM To: Kasiviswanathan, Harish ; amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Cornwall, Jay Subject: RE: [PATCH] drm/amdkfd: CWSR with software scheduler [AMD Official Use

RE: [PATCH] drm/amdkfd: CWSR with software scheduler

2021-08-10 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Just few comments inline. With that acknowledged Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Mukul Joshi Sent: Monday, August 9, 2021 4:41 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Cornwall, Jay ; Joshi, Mu

RE: [PATCH] drm/amdkfd: Update SMI throttle event bitmask

2021-07-20 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Sider, Graham Sent: Thursday, July 8, 2021 1:39 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Sider, Graham Subject: [PATCH] drm/amdkfd: Update SMI throttle event bitmask

RE: [PATCH 4/4] drm/amdkfd: add direct link flag to link properties

2021-07-09 Thread Kasiviswanathan, Harish
[AMD Official Use Only] This series Acked-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Jonathan Kim Sent: Monday, June 21, 2021 3:24 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Kim, Jonathan ; Zhang, Hawking Subject: [PATCH 4/4] drm/amdkfd: a

RE: [PATCH V2] drm/amd/pm: correct the power limits reporting on OOB supported

2021-06-08 Thread Kasiviswanathan, Harish
[AMD Official Use Only] Reviewed-By: Harish Kasiviswanathan -Original Message- From: Quan, Evan Sent: Monday, June 7, 2021 10:09 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Lazar, Lijo ; Kasiviswanathan, Harish ; Quan, Evan Subject: [PATCH V2] drm/amd/pm: correct

RE: [PATCH 2/6] drm/amd/pm: Add arcturus throttler translation

2021-05-21 Thread Kasiviswanathan, Harish
top.org Cc: Kasiviswanathan, Harish ; Sakhnovitch, Elena (Elen) ; Sider, Graham Subject: [PATCH 2/6] drm/amd/pm: Add arcturus throttler translation Perform dependent to independent throttle status translation for arcturus. --- .../gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 62 --- 1 file c

RE: [PATCH] drm/amdgpu: Enable TCP channel hashing for Aldebaran

2021-05-06 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Joshi, Mukul Sent: Thursday, May 6, 2021 3:47 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Joshi, Mukul ; Zeng, Oak Subject: [PATCH] drm/amdgpu

RE: [PATCH 2/2] drm/amd/pm: expose pmfw attached timestamp on Aldebaran

2021-05-05 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Quan, Evan Sent: Tuesday, April 27, 2021 9:43 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Kasiviswanathan, Harish ; Quan, Evan Subject: [PATCH 2/2] drm

RE: [PATCH 2/2] drm/amd/pm: expose pmfw attached timestamp on Aldebaran

2021-04-28 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Acked-by: Harish Kasiviswanathan -Original Message- From: Quan, Evan Sent: Tuesday, April 27, 2021 9:43 PM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Kasiviswanathan, Harish ; Quan, Evan Subject: [PATCH 2/2] drm

RE: [PATCH 4/4] Revert "drm/amdgpu: workaround the TMR MC address issue (v2)"

2021-04-19 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Oak Zeng Sent: Thursday, April 1, 2021 3:42 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Lazar, Lijo ; Koenig, Christian ; Zeng, Oak ; Z

RE: [PATCH] drm/amd/pm: Show updated clocks on aldebaran

2021-04-12 Thread Kasiviswanathan, Harish
[AMD Public Use] Reviewed-by: Harish Kasiviswanathan From: amd-gfx On Behalf Of Lazar, Lijo Sent: Friday, April 9, 2021 10:53 AM To: amd-gfx@lists.freedesktop.org Cc: Xu, Feifei ; Wang, Kevin(Yang) ; Feng, Kenneth ; Zhang, Hawking Subject: [PATCH] drm/amd/pm: Show updated clocks on aldebaran

RE: [PATCH 1/2] drm/amdkfd: change MTYPEs for Aldebaran's HW requirement

2021-04-12 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Eric Huang Sent: Friday, April 9, 2021 4:05 PM To: amd-gfx@lists.freedesktop.org Cc: Huang, JinHuiEric ; Greathouse, Joseph Subject: [PATCH 1/2] drm/a

RE: [PATCH 3/4] drm/amdgpu: Introduce new SETUP_TMR interface

2021-04-09 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Minor typo. See below. With that fixed Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Oak Zeng Sent: Thursday, April 1, 2021 3:37 PM To: amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Lazar, L

RE: [PATCH] drm/amdgpu: add missing df counter disable write

2021-03-01 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Alex Deucher Sent: Thursday, February 25, 2021 4:27 PM To: Kim, Jonathan Cc: amd-gfx list ; Kasiviswanathan, Harish Subject: Re: [PATCH] drm/amdgpu: add missing df

RE: [PATCH] drm/amd/amdgpu: Import amdgpu_amdkfd_gfx_v9 header file into implementation

2020-11-06 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ramesh Errabolu Sent: Friday, November 6, 2020 2:05 PM To: amd-gfx@lists.freedesktop.org Cc: Errabolu, Ramesh Subject: [PATCH] drm/amd/amdgpu: Import

RE: [PATCH 3/3] drm/amdgpu: add xgmi perfmons for arcturus

2020-10-05 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] This patch series Reviewed-By: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Friday, October 2, 2020 4:19 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan Subject: [PATCH 3/3

RE: [PATCH 3/3] drm/amdgpu: add xgmi perfmons for arcturus

2020-10-02 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] This series Acked-by: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Friday, October 2, 2020 4:19 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan Subject: [PATCH 3/3] drm

RE: [PATCH 4/4] drm/amd/amdkfd: Surface files in Sysfs to allow users to get number of compute units that are in use.

2020-09-30 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ramesh Errabolu Sent: Tuesday, September 29, 2020 1:27 PM To: amd-gfx@lists.freedesktop.org Cc: Errabolu, Ramesh Subject: [PATCH 4/4] drm/amd/amdkfd:

RE: [PATCH 3/4] drm/amd/amdgpu: Define and implement a function that collects number of waves that are in flight.

2020-09-30 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Minor typo. See below. With that fixed this patch is Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ramesh Errabolu Sent: Tuesday, September 29, 2020 1:26 PM To: amd-gfx@lists.freedesktop.org Cc: Er

RE: [PATCH 2/4] drm/amd/amdgpu: Prepare implementation to support reporting of CU usage

2020-09-29 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Minor correction in the commit message. I think you are planning to report CU occupancy and not CU usage. -Original Message- From: amd-gfx On Behalf Of Ramesh Errabolu Sent: Tuesday, September 29, 2020 2:00 PM To: amd-gfx@lists.free

RE: [PATCH 1/3] drm/amd/amdgpu: Prepare implementation to support reporting of CU usage

2020-09-23 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-By: Harish Kasiviswanathan -Original Message- From: amd-gfx On Behalf Of Ramesh Errabolu Sent: Thursday, September 17, 2020 1:10 PM To: amd-gfx@lists.freedesktop.org Cc: Errabolu, Ramesh Subject: [PATCH 1/3] drm/amd/amdgpu:

RE: [PATCH 2/3] drm/amdgpu: add per device user friendly xgmi events for vega20

2020-09-21 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Few comments inline. -Original Message- From: Kim, Jonathan Sent: Thursday, September 17, 2020 2:15 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan ; Kim, Jonathan Subject: [PATCH 2/3] drm/amdgpu

RE: [PATCH 3/3] drm/amdgpu: add xgmi perfmons for arcturus

2020-09-15 Thread Kasiviswanathan, Harish
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Harish Kasiviswanathan -Original Message- From: Kim, Jonathan Sent: Tuesday, September 15, 2020 6:00 PM To: amd-gfx@lists.freedesktop.org Cc: Kasiviswanathan, Harish ; Kim, Jonathan ; Kim, Jonathan Subject: [PATCH 3/3

  1   2   >