drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Aug 2019 09:06:45 +0000 (11:06 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Aug 2019 08:48:31 +0000 (10:48 +0200)
commitf2521f7731ed72a42c7ea24fd24acc3d1a806e0d
tree45e4049579054bb9a58db66c3f584e5ce4b65f28
parent35616a4aa919e91c4e530e7e6106e32d0ceb85c2
drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers

No need for a home-grown version, the generic helper should work just
fine.  It also handles vgacon removal these days, see commit
1c74ca7a1a9a ("drm/fb-helper: call vga_remove_vgacon automatically."),
so that can be removed too.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20190822090645.25410-4-kraxel@redhat.com
drivers/gpu/drm/i915/i915_drv.c