1. e6fc3b6 drm: Plumb modifiers through plane init by Ben Widawsky · 7 years ago
  2. e1923ab drm/<drivers>: Drop fbdev info flags by Daniel Vetter · 7 years ago
  3. 060f33b drm/qxl: Drop fbdev hwaccel flags by Daniel Vetter · 7 years ago
  4. 9e2033a drm: qxl: constify ttm_place structures. by Arvind Yadav · 7 years ago
  5. 6458171 drm: Convert atomic drivers from CRTC .disable() to .atomic_disable() by Laurent Pinchart · 7 years ago
  6. 0b20a0f drm: Add old state pointer to CRTC .enable() helper function by Laurent Pinchart · 7 years ago
  7. 641164f drm: qxl: Replace CRTC .commit() helper operation with .enable() by Laurent Pinchart · 8 years ago
  8. 4889b35 drm: qxl: Remove unused CRTC .dpms() helper operation by Laurent Pinchart · 8 years ago
  9. b740e76 Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 8 years ago
  10. 747fddd drm/qxl: move extern variable declaration header file by Gerd Hoffmann · 8 years ago
  11. 45dfe57 drm/qxl: declare a bunch of functions as static by Gerd Hoffmann · 8 years ago
  12. 6545135 drm/qxl: fix __user annotations by Gerd Hoffmann · 8 years ago
  13. 10631d7 drm/pci: Deprecate drm_pci_init/exit completely by Daniel Vetter · 8 years ago
  14. 5c484ce drm: Remove drm_driver->set_busid hook by Daniel Vetter · 8 years ago
  15. 2a1720376 Backmerge tag 'v4.12-rc3' into drm-next by Dave Airlie · 8 years ago
  16. 429030b drm: qxl: Delay entering atomic context during cursor update by Gabriel Krisman Bertazi · 8 years ago
  17. edaf492 drm/qxl: fix include notation and remove -Iinclude/drm flag by Masahiro Yamada · 8 years ago
  18. ea642c3 drm/ttm: add io_mem_pfn callback by Christian König · 8 years ago
  19. b70366e Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next by Daniel Vetter · 8 years ago
  20. ee5cb7c drm: qxl: add missing return check by Dan Carpenter · 8 years ago
  21. 34c9d52 drm/qxl: Remove qxl_debugfs_remove_files() by Noralf Trønnes · 8 years ago
  22. 2d856f94 qxl: fix qxl_conn_get_modes by Gerd Hoffmann · 8 years ago
  23. c50fad8 qxl: read monitors config at boot by Gerd Hoffmann · 8 years ago
  24. 9062155 qxl: limit monitor config read retries by Gerd Hoffmann · 8 years ago
  25. ecefd94 qxl: drop mode_info.modes & related code. by Gerd Hoffmann · 8 years ago
  26. 8610783 drm: qxl: Don't alloc fbdev if emulation is not supported by Gabriel Krisman Bertazi · 8 years ago
  27. cc14d46 drm/qxl: Remove qxl_debugfs_takedown() by Noralf Trønnes · 8 years ago
  28. fb4fe33 drm: qxl: Enable atomic modesetting ioctl by Gabriel Krisman Bertazi · 8 years ago
  29. 9973c87 drm: qxl: Atomic phase 3: Wire up atomic page_flip helper by Gabriel Krisman Bertazi · 8 years ago
  30. bc8a00d drm: qxl: Atomic phase 3: Wire up atomic set_config helper by Gabriel Krisman Bertazi · 8 years ago
  31. 472e6d4 drm: qxl: Atomic phase 3: Use atomic handlers for planes by Gabriel Krisman Bertazi · 8 years ago
  32. 10a0bd8 drm: qxl: Atomic phase 2: Use drm_atomic_set_fb_for_plane helper by Gabriel Krisman Bertazi · 8 years ago
  33. 9ade8b9 drm: qxl: Atomic phase 2: Wire up state object handlers by Gabriel Krisman Bertazi · 8 years ago
  34. 3723545 drm: qxl: Atomic phase 1: Don't unpin primary when disabling crtc by Gabriel Krisman Bertazi · 8 years ago
  35. 3538e80 drm: qxl: Atomic phase 1: Implement mode_set_nofb by Gabriel Krisman Bertazi · 8 years ago
  36. c2ff663 drm: qxl: Atomic phase 1: Use drm_plane_helpers for primary plane by Gabriel Krisman Bertazi · 8 years ago
  37. 1277eed drm: qxl: Atomic phase 1: convert cursor to universal plane by Gabriel Krisman Bertazi · 8 years ago
  38. d3e7e42 drm: qxl: Expose creation of universal primary plane by Gabriel Krisman Bertazi · 8 years ago
  39. 64ca824 drm: qxl: Don't initialize vblank support by Gabriel Krisman Bertazi · 8 years ago
  40. 715a11f drm: qxl: Consolidate bo reservation when pinning by Gabriel Krisman Bertazi · 8 years ago
  41. aa5b62b drm: qxl: Drop device flags attribute by Gabriel Krisman Bertazi · 8 years ago
  42. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  43. 54d82e0 drm: qxl: use vblank hooks in struct drm_crtc_funcs by Shawn Guo · 8 years ago
  44. da7bdda drm/fb-helper: Automatically clean up fb_info by Daniel Vetter · 8 years ago
  45. e4563f6 drm: Rely on mode_config data for fb_helper initialization by Gabriel Krisman Bertazi · 8 years ago
  46. cbdded7 drm: qxl: Embed drm_device into driver structure by Gabriel Krisman Bertazi · 8 years ago
  47. d74d74a drm: qxl: Drop duplicated pci_device pointer attribute by Gabriel Krisman Bertazi · 8 years ago
  48. 5472bdee drm: qxl: Drop duplicated device pointer attribute by Gabriel Krisman Bertazi · 8 years ago
  49. 768851b drm: qxl: Drop misleading comment by Gabriel Krisman Bertazi · 8 years ago
  50. 260498f drm/ttm: revert "implement LRU add callbacks v2" by Christian König · 8 years ago
  51. 66257db drm/ttm: add evict parameter to ttm_bo_driver::move_notify by Nicolai Hähnle · 8 years ago
  52. 6f897f5 drm: qxl: Open code teardown function for qxl by Gabriel Krisman Bertazi · 8 years ago
  53. 2b65d56 drm: qxl: Open code probing sequence for qxl by Gabriel Krisman Bertazi · 8 years ago
  54. 8e945cb drm: qxl: Let DRM core handle connector registering by Gabriel Krisman Bertazi · 8 years ago
  55. 011cda5 drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" by Benjamin Gaignard · 8 years ago
  56. 11b3c20 drm: Change the return type of the unload hook to void by Gabriel Krisman Bertazi · 8 years ago
  57. b5c3714 drm/mm: Convert to drm_printer by Daniel Vetter · 8 years ago
  58. 9338203 drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h> by Laurent Pinchart · 8 years ago
  59. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  60. b00c600 drm: Nuke fb->depth by Ville Syrjälä · 8 years ago
  61. 5360943 drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init() by Ville Syrjälä · 8 years ago
  62. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  63. 75e75cb Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Daniel Vetter · 8 years ago
  64. 16571a8 drm/qxl: fix use of uninitialized variable by Pan Bian · 8 years ago
  65. 48d9831 drm/qxl: Don't register debugfs for control minors by Daniel Vetter · 8 years ago
  66. 6320745 Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  67. ff996e7 qxl: Allow resolution which are not multiple of 8 by Christophe Fergeau · 8 years ago
  68. 9e3b317 qxl: Don't notify userspace when monitors config is unchanged by Christophe Fergeau · 8 years ago
  69. ae4b9a0 qxl: Remove qxl_bo_init() return value by Christophe Fergeau · 8 years ago
  70. b3740e8 qxl: Call qxl_gem_{init, fini} by Christophe Fergeau · 8 years ago
  71. 00d7d64 qxl: Add missing '\n' to qxl_io_log() call by Christophe Fergeau · 8 years ago
  72. 86c792a qxl: Remove unused prototype by Christophe Fergeau · 8 years ago
  73. e4a7644 qxl: Mark some internal functions as static by Christophe Fergeau · 8 years ago
  74. 1102af1 drm/qxl: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops by Stefan Christ · 8 years ago
  75. 220196b Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next by Dave Airlie · 8 years ago
  76. a2ab19fe drm/ttm: make eviction decision a driver callback v2 by Christian König · 8 years ago
  77. f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
  78. c0d5fb4 Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-next by Dave Airlie · 8 years ago
  79. 3f346d5 Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  80. 4532b24 drm/qxl: reapply cursor after SetCrtc calls by Ray Strode · 8 years ago
  81. bd4a68d Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  82. d9a1f0b drm: use drm_file to tag vm-bos by David Herrmann · 8 years ago
  83. 96c594b drm/qxl: squash lines for simple wrapper functions by Masahiro Yamada · 8 years ago
  84. 283cde6 drm/ttm: rework handling of private mem types by Christian König · 8 years ago
  85. 2b721f2 drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION by Daniel Vetter · 8 years ago
  86. e9c3dde Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  87. 0c75613 drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATION by Daniel Vetter · 8 years ago
  88. b1116f6 drm: Remove superflous linux/fb.h includes by Daniel Vetter · 8 years ago
  89. 4499f2a drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy by Michel Dänzer · 8 years ago
  90. dc3583c drm/qxl: Delete an unnecessary check before drm_gem_object_unreference_unlocked() by Markus Elfring · 8 years ago
  91. 2383050f Merge remote-tracking branch 'airlied/drm-next' into topic/drm-misc by Daniel Vetter · 8 years ago
  92. f0a3e1e drm/qxl: make fbdev support really optional by Tobias Jakobi · 8 years ago
  93. 6c181c8 Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 8 years ago
  94. 6566435 qxl: silence uninitialized variable warning by Dan Carpenter · 8 years ago
  95. f4cceb2 qxl: check for kmap failures by Dan Carpenter · 8 years ago
  96. 7b2d16f drm/qxl: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  97. ab1947b drm/qxl: Remove dead code by Thierry Reding · 9 years ago
  98. 77dfc28 drm/ttm: wait for BO idle in ttm_bo_move_memcpy by Christian König · 9 years ago
  99. 88932a7 drm/ttm: add wait for idle in all drivers bo_move functions by Christian König · 9 years ago
  100. 2cca455 Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago