Re: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring

2022-08-15 Thread Christian König
Am 15.08.22 um 17:16 schrieb Felix Kuehling: Am 2022-08-14 um 13:27 schrieb Christian König: Am 12.08.22 um 22:56 schrieb Mukul Joshi: There are no backing hardware registers for ih_soft ring. As a result, don't try to access hardware registers for read and write pointers when processing interr

Re: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring

2022-08-15 Thread Felix Kuehling
Am 2022-08-14 um 13:27 schrieb Christian König: Am 12.08.22 um 22:56 schrieb Mukul Joshi: There are no backing hardware registers for ih_soft ring. As a result, don't try to access hardware registers for read and write pointers when processing interrupts on the IH soft ring. Mhm, the original

Re: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring

2022-08-14 Thread Christian König
Am 12.08.22 um 22:56 schrieb Mukul Joshi: There are no backing hardware registers for ih_soft ring. As a result, don't try to access hardware registers for read and write pointers when processing interrupts on the IH soft ring. Mhm, the original plan was to have different ih function for the ri

RE: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring

2022-08-12 Thread Joshi, Mukul
[AMD Official Use Only - General] > -Original Message- > From: Kuehling, Felix > Sent: Friday, August 12, 2022 5:27 PM > To: Joshi, Mukul ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring > > > On 2022-

Re: [PATCH] drm/amdgpu: Fix interrupt handling on ih_soft ring

2022-08-12 Thread Felix Kuehling
On 2022-08-12 16:56, Mukul Joshi wrote: There are no backing hardware registers for ih_soft ring. As a result, don't try to access hardware registers for read and write pointers when processing interrupts on the IH soft ring. Signed-off-by: Mukul Joshi The patch looks good to me. But you pr