diff options
author | Daniel Vetter <[email protected]> | 2019-01-29 11:42:46 +0100 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2019-01-29 15:45:06 +0100 |
commit | 5b38e7475e3dc54c1091ee169fd050b3f10461fc (patch) | |
tree | 06da0f21270f3d3342d0f26a8f2520199892de16 /scripts/bpf_helpers_doc.py | |
parent | f12d0b91affc59d289e1bfdbbc787d27376494f2 (diff) |
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
If a non-legacy driver calls these it's valid to assume there is
interrupt support. The flag is really only needed for legacy drivers,
which control IRQ enabling/disabling through the DRM_IOCTL_CONTROL
legacy IOCTL.
Also remove all the flag usage from non-legacy drivers.
v2: Review from Emil:
- improve commit message
- I forgot hibmc, fix that
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Sam Ravnborg <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions