1. ee5cb7c drm: qxl: add missing return check by Dan Carpenter · 8 years ago
  2. 2d856f94 qxl: fix qxl_conn_get_modes by Gerd Hoffmann · 8 years ago
  3. c50fad8 qxl: read monitors config at boot by Gerd Hoffmann · 8 years ago
  4. 9062155 qxl: limit monitor config read retries by Gerd Hoffmann · 8 years ago
  5. 9973c87 drm: qxl: Atomic phase 3: Wire up atomic page_flip helper by Gabriel Krisman Bertazi · 8 years ago
  6. bc8a00d drm: qxl: Atomic phase 3: Wire up atomic set_config helper by Gabriel Krisman Bertazi · 8 years ago
  7. 472e6d4 drm: qxl: Atomic phase 3: Use atomic handlers for planes by Gabriel Krisman Bertazi · 8 years ago
  8. 10a0bd8 drm: qxl: Atomic phase 2: Use drm_atomic_set_fb_for_plane helper by Gabriel Krisman Bertazi · 8 years ago
  9. 9ade8b9 drm: qxl: Atomic phase 2: Wire up state object handlers by Gabriel Krisman Bertazi · 8 years ago
  10. 3723545 drm: qxl: Atomic phase 1: Don't unpin primary when disabling crtc by Gabriel Krisman Bertazi · 8 years ago
  11. 3538e80 drm: qxl: Atomic phase 1: Implement mode_set_nofb by Gabriel Krisman Bertazi · 8 years ago
  12. c2ff663 drm: qxl: Atomic phase 1: Use drm_plane_helpers for primary plane by Gabriel Krisman Bertazi · 8 years ago
  13. 1277eed drm: qxl: Atomic phase 1: convert cursor to universal plane by Gabriel Krisman Bertazi · 8 years ago
  14. d3e7e42 drm: qxl: Expose creation of universal primary plane by Gabriel Krisman Bertazi · 8 years ago
  15. 64ca824 drm: qxl: Don't initialize vblank support by Gabriel Krisman Bertazi · 8 years ago
  16. 715a11f drm: qxl: Consolidate bo reservation when pinning by Gabriel Krisman Bertazi · 8 years ago
  17. 54d82e0 drm: qxl: use vblank hooks in struct drm_crtc_funcs by Shawn Guo · 8 years ago
  18. cbdded7 drm: qxl: Embed drm_device into driver structure by Gabriel Krisman Bertazi · 8 years ago
  19. 8e945cb drm: qxl: Let DRM core handle connector registering by Gabriel Krisman Bertazi · 8 years ago
  20. 5360943 drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  21. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  22. ff996e7 qxl: Allow resolution which are not multiple of 8 by Christophe Fergeau · 8 years ago
  23. 9e3b317 qxl: Don't notify userspace when monitors config is unchanged by Christophe Fergeau · 8 years ago
  24. e4a7644 qxl: Mark some internal functions as static by Christophe Fergeau · 8 years ago
  25. 4532b24 drm/qxl: reapply cursor after SetCrtc calls by Ray Strode · 8 years ago
  26. dc3583c drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 9 years ago
  27. 078ace6 drm/qxl: use drm_crtc_vblank_{get,put}() by Gustavo Padovan · 9 years ago
  28. 8a60522 drm/qxl: use drm_crtc_send_vblank_event() by Gustavo Padovan · 9 years ago
  29. 0eef29d drm/qxl: Don't set a gamma table size by Daniel Vetter · 9 years ago
  30. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  31. bafb86f Merge tag 'v4.6-rc7' into drm-next by Dave Airlie · 9 years ago
  32. 6819c3c drm/qxl: Use drm_fb_helper deferred_io support by Noralf Trønnes · 9 years ago
  33. d59a1f7 drm/qxl: fix cursor position with non-zero hotspot by John Keeping · 9 years ago
  34. 4a71396 drm/qxl: removed optional dummy encoder mode_fixup function. by Carlos Palminha · 9 years ago
  35. 6af3e65 drm: Drop drm_helper_probe_single_connector_modes_nomerge() by Ville Syrjälä · 9 years ago
  36. 13a3d91 drm: Pass 'name' to drm_encoder_init() by Ville Syrjälä · 9 years ago
  37. 2ed1e42 drm/qxl: Drop dummy save/restore hooks by Daniel Vetter · 9 years ago
  38. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  39. 7eb9974 drm/qxl: avoid buffer reservation in qxl_crtc_page_flip by Frediano Ziglio · 9 years ago
  40. 8d0d940 drm/qxl: recreate the primary surface when the bo is not primary by Fabiano Fidêncio · 9 years ago
  41. 69e5d3f drm/qxl: only report first monitor as connected if we have no state by Dave Airlie · 9 years ago
  42. bd3e1c7 drm/qxl: validate monitors config modes by Jonathon Jongsma · 10 years ago
  43. 72ec565 drm/qxl: Remove format string errors by Frediano Ziglio · 10 years ago
  44. 967b8e0 drm/qxl: drop unused mode private pointer by Dave Airlie · 10 years ago
  45. 7dea094 drm/qxl: use suggested x/y offset properties to pass guest prefs by Dave Airlie · 10 years ago
  46. 3cb9ae4 drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h by Daniel Vetter · 10 years ago
  47. c572aaf qxl: don't create too large primary surface by Marc-André Lureau · 10 years ago
  48. 058e9f5 drm/qxl: simple crtc page flipping emulated using buffer copy by Andreas Pokorny · 11 years ago
  49. 34ea3d3 drm: add register and unregister functions for connectors by Thomas Wood · 11 years ago
  50. 52571ad drm/qxl: use surface_id 0 for primary surface on all monitors by David Mansfield · 11 years ago
  51. b87577b drm: try harder to avoid regression when merging mode bits by Dave Airlie · 11 years ago
  52. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  53. c5416d66 gpu: fix qxl missing crc32_le by Randy Dunlap · 11 years ago
  54. 73e9efd drm: Push dirtyfb ioctl kms locking down to drivers by Ville Syrjälä · 11 years ago
  55. 4695b03 qxl: add a connector property to denote hotplug should rescan modes. by Dave Airlie · 11 years ago
  56. 5cab51c drm/qxl: fix disabling extra monitors from client by Marc-André Lureau · 11 years ago
  57. a40a60d drm/qxl: remove unnecessary check by Marc-André Lureau · 11 years ago
  58. b080742 drm/qxl: prefer the monitor config resolution by Marc-André Lureau · 11 years ago
  59. 4fdb086 drm/qxl: notify that the monitor config changed by Marc-André Lureau · 11 years ago
  60. 8002db6 qxl: convert qxl driver to proper use for reservations by Dave Airlie · 12 years ago
  61. 5ff91e4 qxl: use drm helper hotplug support by Dave Airlie · 12 years ago
  62. 2bd6ce8 qxl: split monitors_config object creation out. by Dave Airlie · 12 years ago
  63. 07f8d9b drm/qxl: add support for > 1 output by Dave Airlie · 12 years ago
  64. 5b8788c drm/qxl: make dynamic resizing work properly. by Dave Airlie · 12 years ago
  65. c0a6080 drm/qxl: add support for cursor hotspot. by Dave Airlie · 12 years ago
  66. fb85ac4 drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers by Ville Syrjälä · 12 years ago
  67. b2b4465 drm/qxl: drop active_user_framebuffer as its unneeded by Dave Airlie · 12 years ago
  68. d7292a0 qxl: drop unused variable. by Dave Airlie · 12 years ago
  69. 62c8ba7 drm/qxl: fix smatch warnings by Dave Airlie · 12 years ago
  70. 6d01f1f drm/qxl: make lots of things static. by Dave Airlie · 12 years ago
  71. f64122c drm: add new QXL driver. (v1.4) by Dave Airlie · 12 years ago