mbox series

[v2,0/2] drm/qxl: kick out vgacon

Message ID 20190221113534.20764-1-kraxel@redhat.com (mailing list archive)
Headers show
Series drm/qxl: kick out vgacon | expand

Message

Gerd Hoffmann Feb. 21, 2019, 11:35 a.m. UTC
v2: move the i915 code to drm_fb_helper and use that instead of
reinventing the wheel.

Gerd Hoffmann (2):
  drm: move i915_kick_out_vgacon to drm_fb_helper
  drm/qxl: kick out vgacon

 include/drm/drm_fb_helper.h     |  2 ++
 drivers/gpu/drm/drm_fb_helper.c | 39 +++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_drv.c | 35 +----------------------------------
 drivers/gpu/drm/qxl/qxl_drv.c   |  1 +
 4 files changed, 43 insertions(+), 34 deletions(-)