Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-04-05 Thread Lazar, Lijo
On 3/20/2025 6:21 PM, Alex Deucher wrote: > On Thu, Mar 20, 2025 at 7:14 AM Lazar, Lijo wrote: >> >> >> >> On 3/20/2025 12:38 AM, Alex Deucher wrote: >>> Break when we get to the end of the supported pipes >>> rather than continuing the loop. >>> >>> Reviewed-by: Shaoyun.liu >>> Signed-off-by:

Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Lazar, Lijo
On 3/20/2025 7:23 PM, Alex Deucher wrote: > On Thu, Mar 20, 2025 at 9:44 AM Lazar, Lijo wrote: >> >> >> >> On 3/20/2025 6:21 PM, Alex Deucher wrote: >>> On Thu, Mar 20, 2025 at 7:14 AM Lazar, Lijo wrote: On 3/20/2025 12:38 AM, Alex Deucher wrote: > Break when we get to

Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Alex Deucher
On Thu, Mar 20, 2025 at 9:44 AM Lazar, Lijo wrote: > > > > On 3/20/2025 6:21 PM, Alex Deucher wrote: > > On Thu, Mar 20, 2025 at 7:14 AM Lazar, Lijo wrote: > >> > >> > >> > >> On 3/20/2025 12:38 AM, Alex Deucher wrote: > >>> Break when we get to the end of the supported pipes > >>> rather than co

Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Alex Deucher
On Thu, Mar 20, 2025 at 7:14 AM Lazar, Lijo wrote: > > > > On 3/20/2025 12:38 AM, Alex Deucher wrote: > > Break when we get to the end of the supported pipes > > rather than continuing the loop. > > > > Reviewed-by: Shaoyun.liu > > Signed-off-by: Alex Deucher > > --- > > drivers/gpu/drm/amd/amd

RE: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Liang, Prike
[Public] > From: amd-gfx On Behalf Of Lazar, > Lijo > Sent: Thursday, March 20, 2025 7:14 PM > To: Deucher, Alexander ; amd- > g...@lists.freedesktop.org > Cc: Liu, Shaoyun > Subject: Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling > > > > On

Re: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Lazar, Lijo
On 3/20/2025 12:38 AM, Alex Deucher wrote: > Break when we get to the end of the supported pipes > rather than continuing the loop. > > Reviewed-by: Shaoyun.liu > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

RE: [PATCH 1/4] drm/amdgpu/mes: optimize compute loop handling

2025-03-20 Thread Liang, Prike
[Public] Reviewed-by: Prike Liang Regards, Prike > -Original Message- > From: amd-gfx On Behalf Of Alex > Deucher > Sent: Thursday, March 20, 2025 3:09 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Liu, Shaoyun > > Subject: [PATCH 1/4] drm/amdgpu/mes: optimiz