https://github.com/torvalds/linux
Revision fd3e4d6e26288d12b566912f692e278e8db15b82 authored by Thomas Hellstrom on 10 March 2015, 18:07:40 UTC, committed by Thomas Hellstrom on 11 March 2015, 18:47:41 UTC
Starting with commit b4b55cda5874
("x86/PCI: Refine the way to release PCI IRQ resources")

the device lost its irq resource on module unload. While that's ok and
apparently intentional, the driver never got the resource back on module load

The code apparently wants drivers to disable the pci device at pci device
driver removal, so lets do that. That fixes the issue.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
1 parent da5efff
History
Tip revision: fd3e4d6e26288d12b566912f692e278e8db15b82 authored by Thomas Hellstrom on 10 March 2015, 18:07:40 UTC
drm/vmwgfx: Fix an issue with the device losing its irq line on module unload
Tip revision: fd3e4d6
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.2 KB
.mailmap -rw-r--r-- 4.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 94.0 KB
Kbuild -rw-r--r-- 2.1 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 298.2 KB
Makefile -rw-r--r-- 53.3 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top