Re: [PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-14 Thread Khatri, Sunil
Reviewed-by: Sunil Khatri On 3/13/2025 8:11 PM, Alex Deucher wrote: Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. v2: use ring counts per Felix' suggestion v3: fix stream fa

Re: [PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-13 Thread Alex Deucher
On Thu, Mar 13, 2025 at 6:08 PM Rodrigo Siqueira wrote: > > On 03/13, Alex Deucher wrote: > > Plumb in support for disabling kernel queues in > > GFX11. We have to bring up a GFX queue briefly in > > order to initialize the clear state. After that > > we can disable it. > > > > v2: use ring coun

Re: [PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-13 Thread Rodrigo Siqueira
On 03/13, Alex Deucher wrote: > Plumb in support for disabling kernel queues in > GFX11. We have to bring up a GFX queue briefly in > order to initialize the clear state. After that > we can disable it. > > v2: use ring counts per Felix' suggestion > v3: fix stream fault handler, enable EOP inte

[PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-13 Thread Alex Deucher
Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. v2: use ring counts per Felix' suggestion v3: fix stream fault handler, enable EOP interrupts v4: fix MEC interrupt offset (Sunil)

[PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-12 Thread Alex Deucher
Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. v2: use ring counts per Felix' suggestion v3: fix stream fault handler, enable EOP interrupts Signed-off-by: Alex Deucher --- dr

Re: [PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-11 Thread Khatri, Sunil
Reviewed-by: Sunil Khatri On 3/6/2025 2:17 AM, Alex Deucher wrote: Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgp

[PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-07 Thread Alex Deucher
Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. v2: use ring counts per Felix' suggestion Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 99 ++

[PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-07 Thread Alex Deucher
Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. v2: use ring counts per Felix' suggestion Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 99 ++

[PATCH 07/11] drm/amdgpu/gfx11: add support for disable_kq

2025-03-05 Thread Alex Deucher
Plumb in support for disabling kernel queues in GFX11. We have to bring up a GFX queue briefly in order to initialize the clear state. After that we can disable it. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 77 +- 1 file changed, 51 insert