1
0
Fork 0
alistair23-linux/drivers/gpu/drm/mga
Daniel Vetter 1ff494813b drm/irq: Ditch DRIVER_IRQ_SHARED
This is only used by drm_irq_install(), which is an optional helper.
For legacy pci devices this is required (due to interrupt sharing without
msi/msi-x), and just making this the default exactly matches the behaviour
of all existing drivers using the drm_irq_install() helpers. In case that
ever becomes wrong drivers can roll their own irq handling, as many
drivers already do (for other reasons like needing a threaded interrupt
handler, or having an entire pile of different interrupt sources).

v2: Rebase

v3: Improve commit message (Emil)

Cc: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190129104248.26607-3-daniel.vetter@ffwll.ch
2019-01-29 15:45:21 +01:00
..
Makefile drm/mga: remove unneeded -Iinclude/drm compiler flag 2017-05-18 07:13:11 +02:00
mga_dma.c drm/mga: remove device_is_agp callback 2017-01-26 10:45:03 +01:00
mga_drv.c drm/irq: Ditch DRIVER_IRQ_SHARED 2019-01-29 15:45:21 +01:00
mga_drv.h mga: switch compat ioctls to drm_ioctl_kernel() 2017-07-04 13:16:28 -04:00
mga_ioc32.c Fix trivial misannotations 2017-07-06 02:00:00 -04:00
mga_irq.c drm/irq: Use unsigned int pipe in public API 2015-10-06 12:57:47 +02:00
mga_state.c mga: switch compat ioctls to drm_ioctl_kernel() 2017-07-04 13:16:28 -04:00
mga_warp.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00