diff options
author | Thomas Zimmermann <[email protected]> | 2021-06-25 10:22:21 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2021-06-29 15:40:53 +0200 |
commit | fe319919f40da7bc6d6cddcc12bec99703ff12f5 (patch) | |
tree | 202971ed586d32568e5baa370ca337047514a826 | |
parent | aa3d18a344a199cbef3955bcdf18f68036076420 (diff) |
drm/xlnx: Don't set struct drm_device.irq_enabled
The field drm_device.irq_enabled is only used by legacy drivers
with userspace modesetting. Don't set it in xlnx.
Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/xlnx/zynqmp_dpsub.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xlnx/zynqmp_dpsub.c b/drivers/gpu/drm/xlnx/zynqmp_dpsub.c index 0c1c50271a88..ac37053412a1 100644 --- a/drivers/gpu/drm/xlnx/zynqmp_dpsub.c +++ b/drivers/gpu/drm/xlnx/zynqmp_dpsub.c @@ -111,8 +111,6 @@ static int zynqmp_dpsub_drm_init(struct zynqmp_dpsub *dpsub) if (ret) return ret; - drm->irq_enabled = 1; - drm_kms_helper_poll_init(drm); /* |