Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-10 Thread kbuild test robot
Hi Thomas, [auto build test WARNING on drm/drm-next] [also build test WARNING on v4.13-rc4 next-20170810] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Sinclair-Yeh/drm-Support-drivers-with-thr

Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Thomas Hellstrom
On 08/09/2017 08:00 PM, Daniel Vetter wrote: On Wed, Aug 9, 2017 at 7:50 PM, Thomas Hellstrom wrote: On 08/09/2017 07:40 PM, Daniel Vetter wrote: On Wed, Aug 09, 2017 at 07:38:29PM +0200, Daniel Vetter wrote: On Wed, Aug 09, 2017 at 07:17:54PM +0200, Sinclair Yeh wrote: From: Thomas Hellst

Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Thomas Hellstrom
On 08/09/2017 07:40 PM, Daniel Vetter wrote: On Wed, Aug 09, 2017 at 07:38:29PM +0200, Daniel Vetter wrote: On Wed, Aug 09, 2017 at 07:17:54PM +0200, Sinclair Yeh wrote: From: Thomas Hellstrom See LWN article at https://urldefense.proofpoint.com/v2/url?u=https-3A__lwn.net_Articles_302043_&d=D

Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Daniel Vetter
On Wed, Aug 9, 2017 at 7:50 PM, Thomas Hellstrom wrote: > On 08/09/2017 07:40 PM, Daniel Vetter wrote: >> >> On Wed, Aug 09, 2017 at 07:38:29PM +0200, Daniel Vetter wrote: >>> >>> On Wed, Aug 09, 2017 at 07:17:54PM +0200, Sinclair Yeh wrote: From: Thomas Hellstrom See LWN arti

Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Daniel Vetter
On Wed, Aug 09, 2017 at 07:38:29PM +0200, Daniel Vetter wrote: > On Wed, Aug 09, 2017 at 07:17:54PM +0200, Sinclair Yeh wrote: > > From: Thomas Hellstrom > > > > See LWN article at > > https://lwn.net/Articles/302043/ > > > > Signed-off-by: Thomas Hellstrom > > Reviewed-by: Deepak Singh Rawat

Re: [PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Daniel Vetter
On Wed, Aug 09, 2017 at 07:17:54PM +0200, Sinclair Yeh wrote: > From: Thomas Hellstrom > > See LWN article at > https://lwn.net/Articles/302043/ > > Signed-off-by: Thomas Hellstrom > Reviewed-by: Deepak Singh Rawat > Reviewed-by: Sinclair Yeh We definitely can't do this in general due to lat

[PATCH] drm: Support drivers with threaded irqs

2017-08-09 Thread Sinclair Yeh
From: Thomas Hellstrom See LWN article at https://lwn.net/Articles/302043/ Signed-off-by: Thomas Hellstrom Reviewed-by: Deepak Singh Rawat Reviewed-by: Sinclair Yeh --- drivers/gpu/drm/drm_irq.c | 6 -- include/drm/drm_drv.h | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) di