Re: [PATCH] drm/amdgpu: set MES GFX HQD mask

2024-10-15 Thread Sharma, Shashank
On 15/10/2024 18:50, Alex Deucher wrote: On Tue, Oct 15, 2024 at 12:33 PM Shashank Sharma wrote: This patch sets MES HQD mask to setup GFX queues for MES and KIQ operations. We are using one queue each for KIQ operations, and setting rest of the queues for MES scheduling. This also fixes a r

Re: [PATCH] drm/amdgpu: set MES GFX HQD mask

2024-10-15 Thread Alex Deucher
On Tue, Oct 15, 2024 at 12:33 PM Shashank Sharma wrote: > > This patch sets MES HQD mask to setup GFX queues for MES and KIQ > operations. We are using one queue each for KIQ operations, and > setting rest of the queues for MES scheduling. > > This also fixes a regression for missing Navi 4x MES m

[PATCH] drm/amdgpu: set MES GFX HQD mask

2024-10-15 Thread Shashank Sharma
This patch sets MES HQD mask to setup GFX queues for MES and KIQ operations. We are using one queue each for KIQ operations, and setting rest of the queues for MES scheduling. This also fixes a regression for missing Navi 4x MES mask from usermode queue series. V2: Rebase on staging, accommodate