summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vboxvideo/vbox_mode.c
diff options
context:
space:
mode:
authorHans de Goede2018-09-10 20:30:38 +0200
committerGreg Kroah-Hartman2018-09-11 18:39:54 +0200
commit1ebafd1561a05ea7868f46d88420fe9323f981f6 (patch)
tree6887d65d1e9afb1eaac181a12d69a7a342c1a11c /drivers/staging/vboxvideo/vbox_mode.c
parentstaging: gasket: TODO: re-implement using UIO (diff)
downloadkernel-qcow2-linux-1ebafd1561a05ea7868f46d88420fe9323f981f6.tar.gz
kernel-qcow2-linux-1ebafd1561a05ea7868f46d88420fe9323f981f6.tar.xz
kernel-qcow2-linux-1ebafd1561a05ea7868f46d88420fe9323f981f6.zip
staging: vboxvideo: Fix IRQs no longer working
Commit 1daddbc8dec5 ("staging: vboxvideo: Update driver to use drm_dev_register.") replaced the obsolere drm_get_pci_dev() with normal pci probe and remove functions. But the new vbox_pci_probe() is missing a pci_enable_device() call, causing interrupts to not be delivered. This causes resizes of the vm window to not get seen by the drm/kms code. This commit adds the missing pci_enable_device() call, fixing this. Fixes: 1daddbc8dec5 ("staging: vboxvideo: Update driver to use ...") Cc: Fabio Rafael da Rosa <fdr@pid42.net> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Nicholas Mc Guire <der.herr@hofr.at> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vboxvideo/vbox_mode.c')
0 files changed, 0 insertions, 0 deletions