RE: [PATCH v1 3/3] drm/amdgpu: select compute ME engines dynamically

2024-07-09 Thread Khatri, Sunil
[AMD Official Use Only - AMD Internal Distribution Only] Thanks Alex -Original Message- From: Alex Deucher Sent: Tuesday, July 9, 2024 7:27 PM To: Khatri, Sunil Cc: Deucher, Alexander ; Koenig, Christian ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH v1 3/3] drm/amdgpu: select

Re: [PATCH v1 3/3] drm/amdgpu: select compute ME engines dynamically

2024-07-09 Thread Alex Deucher
Makes sense, although the pattern elsewhere is to just start at 1 for mec. Not sure if it's worth the effort to fix all of those cases up too. Series is: Acked-by: Alex Deucher On Tue, Jul 9, 2024 at 2:07 AM Sunil Khatri wrote: > > GFX ME right now is one but this could change in > future SOC's

[PATCH v1 3/3] drm/amdgpu: select compute ME engines dynamically

2024-07-08 Thread Sunil Khatri
GFX ME right now is one but this could change in future SOC's. Use no of ME for GFX as start point for ME for compute for GFX12. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/g