linux/drivers/gpu/drm/bochs
Sam Bobroff 3c6b8625dd drm/bochs: Fix connector leak during driver unload
When unloading the bochs-drm driver, a warning message is printed by
drm_mode_config_cleanup() because a reference is still held to one of
the drm_connector structs.

Correct this by calling drm_atomic_helper_shutdown() in
bochs_pci_remove().

Fixes: 6579c39594 ("drm/bochs: atomic: switch planes to atomic, wire up helpers.")
Signed-off-by: Sam Bobroff <sbobroff@linux.ibm.com>
Link: http://patchwork.freedesktop.org/patch/msgid/93b363ad62f4938d9ddf3e05b2a61e3f66b2dcd3.1558416473.git.sbobroff@linux.ibm.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2019-05-21 10:06:04 +02:00
..
Kconfig drm/bochs: Convert bochs driver to VRAM MM 2019-05-15 16:17:08 +02:00
Makefile drm/bochs: move remaining fb bits to kms 2019-01-14 08:39:17 +01:00
bochs.h drm/bochs: Convert bochs driver to VRAM MM 2019-05-15 16:17:08 +02:00
bochs_drv.c drm/bochs: Fix connector leak during driver unload 2019-05-21 10:06:04 +02:00
bochs_hw.c drm/bochs: split bochs_hw_setmode 2019-01-14 08:39:08 +01:00
bochs_kms.c drm/bochs: Convert bochs driver to |struct drm_gem_vram_object| 2019-05-15 16:17:07 +02:00
bochs_mm.c drm/bochs: fix ptr_ret.cocci warnings 2019-05-20 15:01:56 +02:00