1. 9ac63d9 Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 9 years ago
  2. 81280d0 drm/nouveau: Rename acpi_work to hpd_work by Hans de Goede · 9 years ago
  3. 08859ed Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 9 years ago
  4. ed82866 drm/nouveau/disp/gp102: rename from gp104 by Ben Skeggs · 9 years ago
  5. 3a6536c drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE by Hans de Goede · 9 years ago
  6. 9bc6db0d drm/nouveau: Use drm_crtc_vblank_off/on by Daniel Vetter · 9 years ago
  7. f00f0e2 drm/nouveau/kms/nv50: remove code to create ctxdma for every framebuffer by Ben Skeggs · 9 years ago
  8. e1ef6b4 drm/nouveau/kms/nv50: remove code to support non-atomic page flips by Ben Skeggs · 9 years ago
  9. 839ca90 drm/nouveau/kms/nv50: transition to atomic interfaces internally by Ben Skeggs · 9 years ago
  10. b167db0 drm/nouveau/kms: prepare to support suspend/resume of display state with atomic by Ben Skeggs · 9 years ago
  11. 986edb9 drm/nouveau/kms: prepare to support vbl timestamp calculation with atomic by Ben Skeggs · 9 years ago
  12. 07193f7 drm/nouveau/kms: execute drm_mode_config_reset() after constructing display by Ben Skeggs · 9 years ago
  13. 3b4c0ab drm/nouveau/kms: move drm_crtc_force_disable_all() earlier by Ben Skeggs · 9 years ago
  14. 1608a0f drm/nouveau/fbcon: refcount the drm_framebuffer by Ben Skeggs · 9 years ago
  15. e08a1d9 drm/nouveau: mark symbols static where possible by Baoyou Xie · 9 years ago
  16. 6c181c8 Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
  17. fd47877 drm/nouveau/disp/gp104: initial support by Ben Skeggs · 9 years ago
  18. f9d5cbb drm/nouveau/disp/gp100: initial support by Ben Skeggs · 9 years ago
  19. d297b02 drm/nouveau: use drm_crtc_handle_vblank() by Gustavo Padovan · 9 years ago
  20. 523872f drm/nouveau: Turn off CRTCs on driver unload by Lukas Wunner · 9 years ago
  21. dc4ff11 drm/nouveau: replace legacy vblank helpers by Gustavo Padovan · 9 years ago
  22. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  23. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  24. e889c24 drm/nouveau: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  25. db1eb52 drm/nouveau: s/gm204/gm200/ in a number of places by Ben Skeggs · 9 years ago
  26. ff683df drm/nouveau/display: Enable vblank irqs after display engine is on again. by Mario Kleiner · 9 years ago
  27. 7568b10 drm/nouveau/nvif: split out display interface definitions by Ben Skeggs · 10 years ago
  28. e876b41a Back merge tag 'v4.4-rc4' into drm-next by Dave Airlie · 10 years ago
  29. bbc8764 drm/nouveau: Fix pre-nv50 pageflip events (v4) by Daniel Vetter · 10 years ago
  30. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 10 years ago
  31. fcf3f91 drm/nouveau: remove unnecessary usage of object handles by Ben Skeggs · 10 years ago
  32. 48f87dd Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 10 years ago
  33. 5102ec3 drm/nouveau/display: allow up to 16k width/height for fermi+ by Ilia Mirkin · 10 years ago
  34. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 10 years ago
  35. 3bb403b drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps by Ville Syrjälä · 10 years ago
  36. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 10 years ago
  37. 7e8820f drm/nouveau/device: cleaner abstraction for device resource functions by Ben Skeggs · 10 years ago
  38. 898a2b3 drm/nouveau/sw: turn flip completion into an event by Ben Skeggs · 10 years ago
  39. a01ca78 drm/nouveau/nvif: simplify and tidy library interfaces by Ben Skeggs · 10 years ago
  40. eaecf03 make RAM device optional by Alexandre Courbot · 10 years ago
  41. 989aa5b drm/nouveau/nvif: namespace of nvkm accessors (no binary change) by Ben Skeggs · 11 years ago
  42. 4dc6393 drm/nouveau: dont switch vt on suspend by Maarten Lankhorst · 11 years ago
  43. da6b51d Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" by Dave Airlie · 11 years ago
  44. 5a56025 drm/nv50/kms: directly use cursor image from userspace buffer by Ben Skeggs · 11 years ago
  45. 547ad07 drm/nouveau/kms: when pinning display-related buffers, force contig vram by Ben Skeggs · 11 years ago
  46. ad76b3f drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation by Ben Skeggs · 11 years ago
  47. 036a12b drm/nv50/kms: remove a couple of cursor-related stub functions by Ben Skeggs · 11 years ago
  48. dbbd6bc drm/nouveau: add support for gm204 by Ben Skeggs · 11 years ago
  49. 355a701 drm/gem: Warn on illegal use of the dumb buffer interface v2 by Thomas Hellstrom · 11 years ago
  50. 2d65a9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  51. 6fbb702 drm/nouveau: make sure display hardware is reinitialised on runtime resume by Ben Skeggs · 11 years ago
  52. e3be4c2 drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync by Maarten Lankhorst · 11 years ago
  53. 336879b Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework by Daniel Vetter · 11 years ago
  54. 3d3cbd8 drm: Clarify vblank ts/scanoutpos sampling #defines by Daniel Vetter · 11 years ago
  55. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  56. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 12 years ago
  57. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 12 years ago
  58. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 12 years ago
  59. c9a6fd9 drm/nouveau: warn if we fail to re-pin fb on resume by Ben Skeggs · 11 years ago
  60. 771fa0e drm/nouveau: fix headless mode by Ben Skeggs · 11 years ago
  61. 80bc340 drm/nouveau/disp: implement nvif event sources for vblank/connector notifiers by Ben Skeggs · 11 years ago
  62. 648d4df drm/nouveau/disp: audit and version display classes by Ben Skeggs · 11 years ago
  63. 4952b4d drm/nouveau/disp: audit and version SCANOUTPOS method by Ben Skeggs · 11 years ago
  64. fdb751e drm/nouveau: remove as much direct use of core headers as possible by Ben Skeggs · 11 years ago
  65. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 11 years ago
  66. 967e7bd drm/nouveau: initial pass at moving to struct nvif_device by Ben Skeggs · 11 years ago
  67. db2bec1 drm/nouveau: kill nouveau_dev() + wrap register macros by Ben Skeggs · 11 years ago
  68. 9c210f3 drm/nouveau/core: remove NV_D0 family by Ben Skeggs · 11 years ago
  69. 79ca277 drm/nouveau/core: rework event interface by Ben Skeggs · 11 years ago
  70. b12f0ae drm/nouveau: store vblank event handler data in nv_crtc by Ben Skeggs · 11 years ago
  71. ab0af55 drm/nv50/kms: move framebuffer wrangling out of common code by Ben Skeggs · 11 years ago
  72. 9cba5ef drm/nouveau: Dis/Enable vblank irqs during suspend/resume. by Mario Kleiner · 11 years ago
  73. ba124a4 drm/nouveau/kms: reference vblank for crtc during pageflip. by Mario Kleiner · 11 years ago
  74. 456b057 drm/nouveau: use connector events for HPD instead of GPIO watching by Ben Skeggs · 11 years ago
  75. 8e8832e drm/nouveau/core: allow event source to handle multiple event types per index by Ben Skeggs · 11 years ago
  76. af4870e drm/nouveau/kms/nv04-nv40: fix pageflip events via special case. by Mario Kleiner · 11 years ago
  77. 2a1235e Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 11 years ago
  78. 806cbc5 drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flip by Maarten Lankhorst · 11 years ago
  79. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  80. 6c3252b drm/nouveau: fix small thinko in vblank timestamping. by Mario Kleiner · 11 years ago
  81. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  82. 0b68168 drm/nouveau: support modesetting on GM107 by Ben Skeggs · 11 years ago
  83. 09c3de1 drm/nouveau: fix lock unbalance in nouveau_crtc_page_flip by Maarten Lankhorst · 12 years ago
  84. d83ef85 drm/nouveau: implement hooks for needed for drm vblank timestamping support by Ben Skeggs · 12 years ago
  85. 1139ffb drm/nouveau: call drm_vblank_cleanup() earlier by Ben Skeggs · 12 years ago
  86. 2332b31 drm/nouveau: create base display from common code by Ben Skeggs · 12 years ago
  87. d5c1e84 drm/nouveau: hold mutex while syncing to kernel channel by Maarten Lankhorst · 12 years ago
  88. bbc6319 drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip() by Christian Engelmayer · 12 years ago
  89. 2fd04c8 drm/nouveau: unreference fence after syncing by Ben Skeggs · 12 years ago
  90. f074d733 drm/nouveau/kms: send timestamp data for correct head in flip completion events by Maarten Lankhorst · 12 years ago
  91. b9d9dcd drm/nv11-: synchronise flips to vblank, unless async flip requested by Ben Skeggs · 12 years ago
  92. 1e303c0 drm/nvc0-: remove nasty fifo swmthd hack for flip completion method by Ben Skeggs · 12 years ago
  93. eae389f drm/nouveau: always queue flips relative to kernel channel activity by Ben Skeggs · 12 years ago
  94. 07ad6ca drm/nouveau: there is no need to reserve/fence the new fb when flipping by Ben Skeggs · 12 years ago
  95. c52f4fa drm/nouveau/core: make all info-level messages silent for runtime pm by Ben Skeggs · 12 years ago
  96. 51cb4b3 drm/nouveau/core: convert event handler apis to split create/enable semantics by Ben Skeggs · 12 years ago
  97. 55fb74a drm/nouveau: embed gem object in nouveau_bo by David Herrmann · 12 years ago
  98. fc16208 drm/nouveau/kms: enable for non-vga pci classes by Ben Skeggs · 12 years ago
  99. bd9c5a2 drm/nouveau: require contiguous bo for framebuffer by Maarten Lankhorst · 12 years ago
  100. 9c725e5 Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago