mbox series

[0/6] drm/qxl: make qxl multihead work with wayland

Message ID 20181128103418.28023-1-kraxel@redhat.com (mailing list archive)
Headers show
Series drm/qxl: make qxl multihead work with wayland | expand

Message

Gerd Hoffmann Nov. 28, 2018, 10:34 a.m. UTC
Some cleanups and preparations (patches 1-4, also 6).
The change which makes wayland actually work in multihead
configurations is patch 5.

Gerd Hoffmann (6):
  drm/qxl: move qxl_primary_apply_cursor to correct place
  drm/qxl: drop unused offset parameter from qxl_io_create_primary()
  drm/qxl: track primary bo
  drm/qxl: use shadow bo directly
  drm/qxl: cover all crtcs in shadow bo.
  drm/qxl: use qxl_num_crtc directly

 drivers/gpu/drm/qxl/qxl_drv.h     |   8 +-
 drivers/gpu/drm/qxl/qxl_cmd.c     |  18 ++--
 drivers/gpu/drm/qxl/qxl_display.c | 170 ++++++++++++++++++++++++--------------
 drivers/gpu/drm/qxl/qxl_draw.c    |   9 +-
 4 files changed, 130 insertions(+), 75 deletions(-)