[PATCH 0/2] QXL page flip and prime support

Andreas Pokorny andreas.pokorny at canonical.com
Fri Aug 8 01:40:54 PDT 2014


Hi,
This series adds a page flipping implementation using qxl_draw_dirty_fb and prime support. Similar to the vmware driver it assumes that there is no other virtual device to share buffers with.

Andreas Pokorny (2):
  Simple crtc page flipping emulated using buffer copy
  Enables gem prime helpers for qxl using dummy driver callbacks

 drivers/gpu/drm/qxl/Makefile      |  2 +-
 drivers/gpu/drm/qxl/qxl_display.c | 49 ++++++++++++++++++++++++++
 drivers/gpu/drm/qxl/qxl_drv.c     | 31 ++++++++++++++++-
 drivers/gpu/drm/qxl/qxl_drv.h     | 12 +++++++
 drivers/gpu/drm/qxl/qxl_kms.c     | 16 ++++++---
 drivers/gpu/drm/qxl/qxl_prime.c   | 72 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 176 insertions(+), 6 deletions(-)
 create mode 100644 drivers/gpu/drm/qxl/qxl_prime.c

-- 
2.1.0.rc1



More information about the dri-devel mailing list