> -----Original Message----- > From: amd-gfx [mailto:[email protected]] On Behalf > Of Monk Liu > Sent: Friday, March 24, 2017 6:38 AM > To: [email protected] > Cc: Liu, Monk > Subject: [PATCH 03/13] drm/amdgpu:add KIQ interrupt id > > 178 id is for GENERIC2 interrupt which is used by KIQ > > Change-Id: I9aa9a90a97b33aec8ca8207d1814eaecdc92667d > Signed-off-by: Monk Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c > b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c > index 0d8fb51..ce6fa03 100644 > --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c > @@ -1023,6 +1023,11 @@ static int gfx_v9_0_sw_init(void *handle) > struct amdgpu_kiq *kiq; > struct amdgpu_device *adev = (struct amdgpu_device *)handle; > > + /* KIQ event */ > + r = amdgpu_irq_add_id(adev, AMDGPU_IH_CLIENTID_GRBM_CP, > 178, &adev->gfx.kiq.irq); > + if (r) > + return r; > + > /* EOP Event */ > r = amdgpu_irq_add_id(adev, AMDGPU_IH_CLIENTID_GRBM_CP, > 181, &adev->gfx.eop_irq); > if (r) > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
