Re: [PATCH 11/12] drm/amdgpu: add support for self irq on Vega10

2018-09-26 Thread Alex Deucher
On Wed, Sep 26, 2018 at 9:54 AM Christian König wrote: > > This finally enables processing of ring 1 & 2. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 68 > +++--- > 1 file changed, 63 insertions(+), 5 deletions(-) > > diff --gi

[PATCH 11/12] drm/amdgpu: add support for self irq on Vega10

2018-09-26 Thread Christian König
This finally enables processing of ring 1 & 2. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 68 +++--- 1 file changed, 63 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vega10_ih.c b/drivers/gpu/drm/amd/amdgpu/ve