mbox series

[0/3] drm, fbdev: complete remove_conflicting_pci_framebuffers cleanup.

Message ID 20190822090645.25410-1-kraxel@redhat.com (mailing list archive)
Headers show
Series drm, fbdev: complete remove_conflicting_pci_framebuffers cleanup. | expand

Message

Gerd Hoffmann Aug. 22, 2019, 9:06 a.m. UTC
Gerd Hoffmann (3):
  fbdev: drop res_id parameter from remove_conflicting_pci_framebuffers
  drm: drop resource_id parameter from
    drm_fb_helper_remove_conflicting_pci_framebuffers
  drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffers

 include/drm/drm_fb_helper.h             |  6 ++--
 include/linux/fb.h                      |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c |  2 +-
 drivers/gpu/drm/bochs/bochs_drv.c       |  2 +-
 drivers/gpu/drm/cirrus/cirrus.c         |  2 +-
 drivers/gpu/drm/i915/i915_drv.c         | 41 ++-----------------------
 drivers/gpu/drm/mgag200/mgag200_drv.c   |  2 +-
 drivers/gpu/drm/qxl/qxl_drv.c           |  2 +-
 drivers/gpu/drm/radeon/radeon_drv.c     |  2 +-
 drivers/gpu/drm/virtio/virtgpu_drv.c    |  1 -
 drivers/video/fbdev/core/fbmem.c        | 17 +++-------
 11 files changed, 16 insertions(+), 63 deletions(-)