Re: [PATCH v7] drm/amdgpu: handle IH ring1 overflow

2021-11-25 Thread philip yang
On 2021-11-25 1:03 p.m., Felix Kuehling wrote: Am 2021-11-25 um 12:52 p.m. schrieb Felix Kuehling: Am 2021-11-25 um 10:16 a.m. schrieb Philip Yang: IH ring1 is used to process GPU retry fault, overflow is enabled to drain

Re: [PATCH v7] drm/amdgpu: handle IH ring1 overflow

2021-11-25 Thread Felix Kuehling
Am 2021-11-25 um 12:52 p.m. schrieb Felix Kuehling: > Am 2021-11-25 um 10:16 a.m. schrieb Philip Yang: >> IH ring1 is used to process GPU retry fault, overflow is enabled to >> drain retry fault because we want receive other interrupts while >> handling retry fault to recover range. There is no o

Re: [PATCH v7] drm/amdgpu: handle IH ring1 overflow

2021-11-25 Thread Felix Kuehling
Am 2021-11-25 um 10:16 a.m. schrieb Philip Yang: > IH ring1 is used to process GPU retry fault, overflow is enabled to > drain retry fault because we want receive other interrupts while > handling retry fault to recover range. There is no overflow flag set > when wptr pass rptr. Use timestamp of rp

[PATCH v7] drm/amdgpu: handle IH ring1 overflow

2021-11-25 Thread Philip Yang
IH ring1 is used to process GPU retry fault, overflow is enabled to drain retry fault because we want receive other interrupts while handling retry fault to recover range. There is no overflow flag set when wptr pass rptr. Use timestamp of rptr and wptr to handle overflow and drain retry fault. If