]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
qxl: remove qxl_io_log()
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 20 Apr 2018 07:19:01 +0000 (09:19 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 27 Apr 2018 06:58:04 +0000 (08:58 +0200)
commit735581a0a13c58e6ff7eaf7a1087e1e5d917cabe
tree15ed479fb739ae1e26a649ec52cff0a9420f33a6
parent741c3aeb82c78e173aa7155aaffb971e5c73ab3c
qxl: remove qxl_io_log()

qxl_io_log() sends messages over to the host (qemu) for logging.
Remove the function and all callers, we can just use standard
DRM_DEBUG calls (and if needed a serial console).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20180420071904.24276-2-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_cmd.c
drivers/gpu/drm/qxl/qxl_display.c
drivers/gpu/drm/qxl/qxl_drv.h
drivers/gpu/drm/qxl/qxl_fb.c
drivers/gpu/drm/qxl/qxl_irq.c