RE: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-30 Thread Kim, Jonathan
[Public] > -Original Message- > From: Kuehling, Felix > Sent: Tuesday, July 30, 2024 6:07 PM > To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9 > > > On 2024-07-2

Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-30 Thread Felix Kuehling
On 2024-07-26 11:30, Jonathan Kim wrote: > Support per-queue reset for GFX9. The recommendation is for the driver > to target reset the HW queue via a SPI MMIO register write. > > Since this requires pipe and HW queue info and MEC FW is limited to > doorbell reports of hung queues after an unma

Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-26 Thread Alex Deucher
On Fri, Jul 26, 2024 at 11:31 AM Jonathan Kim wrote: > > Support per-queue reset for GFX9. The recommendation is for the driver > to target reset the HW queue via a SPI MMIO register write. > > Since this requires pipe and HW queue info and MEC FW is limited to > doorbell reports of hung queues a

[PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-26 Thread Jonathan Kim
Support per-queue reset for GFX9. The recommendation is for the driver to target reset the HW queue via a SPI MMIO register write. Since this requires pipe and HW queue info and MEC FW is limited to doorbell reports of hung queues after an unmap failure, scan the HW queue slots defined by SET_RES

RE: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-25 Thread Kim, Jonathan
[Public] > -Original Message- > From: amd-gfx On Behalf Of Felix > Kuehling > Sent: Wednesday, July 24, 2024 4:35 PM > To: Kim, Jonathan ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9 > > Caution: This me

Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-24 Thread Alex Deucher
On Wed, Jul 24, 2024 at 4:34 PM Felix Kuehling wrote: > > > On 2024-07-18 13:56, Jonathan Kim wrote: > > Support per-queue reset for GFX9. The recommendation is for the driver > > to target reset the HW queue via a SPI MMIO register write. > > > > Since this requires pipe and HW queue info and ME

Re: [PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-24 Thread Felix Kuehling
On 2024-07-18 13:56, Jonathan Kim wrote: Support per-queue reset for GFX9. The recommendation is for the driver to target reset the HW queue via a SPI MMIO register write. Since this requires pipe and HW queue info and MEC FW is limited to doorbell reports of hung queues after an unmap failur

[PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9

2024-07-18 Thread Jonathan Kim
Support per-queue reset for GFX9. The recommendation is for the driver to target reset the HW queue via a SPI MMIO register write. Since this requires pipe and HW queue info and MEC FW is limited to doorbell reports of hung queues after an unmap failure, scan the HW queue slots defined by SET_RES