Re: [PATCH 4/8] drm/amdgpu: add infrastructure for soft IH ring

2020-11-03 Thread Christian König
Am 03.11.20 um 17:00 schrieb Felix Kuehling: Am 2020-11-03 um 8:58 a.m. schrieb Christian König: Add a soft IH ring implementation similar to the hardware IH1/2. This can be used if the hardware delegation of interrupts to IH1/2 doesn't work for some reason. Signed-off-by: Christian König ---

Re: [PATCH 4/8] drm/amdgpu: add infrastructure for soft IH ring

2020-11-03 Thread Felix Kuehling
Am 2020-11-03 um 8:58 a.m. schrieb Christian König: > Add a soft IH ring implementation similar to the hardware IH1/2. > > This can be used if the hardware delegation of interrupts to IH1/2 > doesn't work for some reason. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgp

[PATCH 4/8] drm/amdgpu: add infrastructure for soft IH ring

2020-11-03 Thread Christian König
Add a soft IH ring implementation similar to the hardware IH1/2. This can be used if the hardware delegation of interrupts to IH1/2 doesn't work for some reason. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c | 29 drivers/gpu/drm/amd/amdgpu/amdg