1. 746c842 drm/nouveau/kms: remove call to drm_crtc_vblank_off() during unload/suspend by Ben Skeggs · 7 years ago
  2. 2a1720376 Backmerge tag 'v4.12-rc3' into drm-next by Dave Airlie · 8 years ago
  3. 9a2eba3 drm/nouveau: Fix drm poll_helper handling by Peter Ujfalusi · 8 years ago
  4. 1bf6ad6 drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutpos by Daniel Vetter · 8 years ago
  5. 3fcdcb2 drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestamp by Daniel Vetter · 8 years ago
  6. d673c02 drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool by Daniel Vetter · 8 years ago
  7. 60b95d7 drm/nouveau/kms: Increase max retries in scanout position queries. by Mario Kleiner · 8 years ago
  8. 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
  9. 18dddad drm/atomic: Introduce drm_atomic_helper_shutdown by Daniel Vetter · 8 years ago
  10. 9b2104f drm/atomic: Make disable_all helper fully disable the crtc. by Maarten Lankhorst · 8 years ago
  11. 94000cc Merge tag 'v4.10-rc8' into drm-next by Dave Airlie · 8 years ago
  12. 1167c6b drm/nouveau: allocate device object for every client by Ben Skeggs · 9 years ago
  13. fc1b0a0 drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_device by Ben Skeggs · 9 years ago
  14. cae9ff0 drm/nouveau: Don't enabling polling twice on runtime resume by Lyude Paul · 8 years ago
  15. ea441bd drm: nouveau: use crtc helper drm_crtc_from_index() by Shawn Guo · 8 years ago
  16. a743d75 drm: Wrap the check for atomic_commit implementation by Dhinakaran Pandiyan · 8 years ago
  17. 272725c drm: Nuke fb->bits_per_pixel by Ville Syrjälä · 8 years ago
  18. a3f913c drm: Pass 'dev' to drm_helper_mode_fill_fb_struct() by Ville Syrjälä · 8 years ago
  19. 9ac63d9 Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  20. 81280d0 drm/nouveau: Rename acpi_work to hpd_work by Hans de Goede · 8 years ago
  21. 08859ed Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-next by Dave Airlie · 8 years ago
  22. ed82866 drm/nouveau/disp/gp102: rename from gp104 by Ben Skeggs · 8 years ago
  23. 3a6536c drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE by Hans de Goede · 8 years ago
  24. 9bc6db0d drm/nouveau: Use drm_crtc_vblank_off/on by Daniel Vetter · 8 years ago
  25. f00f0e2 drm/nouveau/kms/nv50: remove code to create ctxdma for every framebuffer by Ben Skeggs · 8 years ago
  26. e1ef6b4 drm/nouveau/kms/nv50: remove code to support non-atomic page flips by Ben Skeggs · 8 years ago
  27. 839ca90 drm/nouveau/kms/nv50: transition to atomic interfaces internally by Ben Skeggs · 8 years ago
  28. b167db0 drm/nouveau/kms: prepare to support suspend/resume of display state with atomic by Ben Skeggs · 8 years ago
  29. 986edb9 drm/nouveau/kms: prepare to support vbl timestamp calculation with atomic by Ben Skeggs · 8 years ago
  30. 07193f7 drm/nouveau/kms: execute drm_mode_config_reset() after constructing display by Ben Skeggs · 8 years ago
  31. 3b4c0ab drm/nouveau/kms: move drm_crtc_force_disable_all() earlier by Ben Skeggs · 8 years ago
  32. 1608a0f drm/nouveau/fbcon: refcount the drm_framebuffer by Ben Skeggs · 8 years ago
  33. e08a1d9 drm/nouveau: mark symbols static where possible by Baoyou Xie · 8 years ago
  34. 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
  35. fd47877 drm/nouveau/disp/gp104: initial support by Ben Skeggs · 8 years ago
  36. f9d5cbb drm/nouveau/disp/gp100: initial support by Ben Skeggs · 8 years ago
  37. d297b02 drm/nouveau: use drm_crtc_handle_vblank() by Gustavo Padovan · 8 years ago
  38. 523872f drm/nouveau: Turn off CRTCs on driver unload by Lukas Wunner · 9 years ago
  39. dc4ff11 drm/nouveau: replace legacy vblank helpers by Gustavo Padovan · 9 years ago
  40. a8ad0bd drm: Remove unused drm_device from drm_gem_object_lookup() by Chris Wilson · 9 years ago
  41. dfd5e50 drm/ttm: remove use_ticket parameter from ttm_bo_reserve by Christian König · 9 years ago
  42. e889c24 drm/nouveau: Use unlocked gem unreferencing by Daniel Vetter · 9 years ago
  43. db1eb52 drm/nouveau: s/gm204/gm200/ in a number of places by Ben Skeggs · 9 years ago
  44. ff683df drm/nouveau/display: Enable vblank irqs after display engine is on again. by Mario Kleiner · 9 years ago
  45. 7568b10 drm/nouveau/nvif: split out display interface definitions by Ben Skeggs · 9 years ago
  46. e876b41 Back merge tag 'v4.4-rc4' into drm-next by Dave Airlie · 9 years ago
  47. bbc8764 drm/nouveau: Fix pre-nv50 pageflip events (v4) by Daniel Vetter · 9 years ago
  48. 1eb8345 drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create() by Ville Syrjälä · 9 years ago
  49. fcf3f91 drm/nouveau: remove unnecessary usage of object handles by Ben Skeggs · 9 years ago
  50. 48f87dd Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 9 years ago
  51. 5102ec3 drm/nouveau/display: allow up to 16k width/height for fermi+ by Ilia Mirkin · 9 years ago
  52. 88e7271 drm/irq: Use unsigned int pipe in public API by Thierry Reding · 9 years ago
  53. 3bb403b drm: Stop using linedur_ns and pixeldur_ns for vblank timestamps by Ville Syrjälä · 9 years ago
  54. eba1f35 drm: Move timestamping constants into drm_vblank_crtc by Ville Syrjälä · 9 years ago
  55. 7e8820f drm/nouveau/device: cleaner abstraction for device resource functions by Ben Skeggs · 9 years ago
  56. 898a2b3 drm/nouveau/sw: turn flip completion into an event by Ben Skeggs · 9 years ago
  57. a01ca78 drm/nouveau/nvif: simplify and tidy library interfaces by Ben Skeggs · 9 years ago
  58. eaecf03 make RAM device optional by Alexandre Courbot · 10 years ago
  59. 989aa5b drm/nouveau/nvif: namespace of nvkm accessors (no binary change) by Ben Skeggs · 10 years ago
  60. 4dc6393 drm/nouveau: dont switch vt on suspend by Maarten Lankhorst · 10 years ago
  61. da6b51d Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2" by Dave Airlie · 10 years ago
  62. 5a56025 drm/nv50/kms: directly use cursor image from userspace buffer by Ben Skeggs · 10 years ago
  63. 547ad07 drm/nouveau/kms: when pinning display-related buffers, force contig vram by Ben Skeggs · 10 years ago
  64. ad76b3f drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation by Ben Skeggs · 10 years ago
  65. 036a12b drm/nv50/kms: remove a couple of cursor-related stub functions by Ben Skeggs · 10 years ago
  66. dbbd6bc drm/nouveau: add support for gm204 by Ben Skeggs · 10 years ago
  67. 355a701 drm/gem: Warn on illegal use of the dumb buffer interface v2 by Thomas Hellstrom · 10 years ago
  68. 2d65a9f Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  69. 6fbb702 drm/nouveau: make sure display hardware is reinitialised on runtime resume by Ben Skeggs · 10 years ago
  70. e3be4c2 drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync by Maarten Lankhorst · 10 years ago
  71. 336879b Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework by Daniel Vetter · 10 years ago
  72. 3d3cbd8 drm: Clarify vblank ts/scanoutpos sampling #defines by Daniel Vetter · 10 years ago
  73. 809e944 drm/nouveau: use shared fences for readable objects by Maarten Lankhorst · 11 years ago
  74. 29ba89b drm/nouveau: rework to new fence interface by Maarten Lankhorst · 11 years ago
  75. dd7cfd6 drm/ttm: kill fence_lock by Maarten Lankhorst · 11 years ago
  76. bdaf7dd drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence by Maarten Lankhorst · 11 years ago
  77. c9a6fd9 drm/nouveau: warn if we fail to re-pin fb on resume by Ben Skeggs · 10 years ago
  78. 771fa0e drm/nouveau: fix headless mode by Ben Skeggs · 10 years ago
  79. 80bc340 drm/nouveau/disp: implement nvif event sources for vblank/connector notifiers by Ben Skeggs · 10 years ago
  80. 648d4df drm/nouveau/disp: audit and version display classes by Ben Skeggs · 10 years ago
  81. 4952b4d drm/nouveau/disp: audit and version SCANOUTPOS method by Ben Skeggs · 10 years ago
  82. fdb751e drm/nouveau: remove as much direct use of core headers as possible by Ben Skeggs · 10 years ago
  83. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 10 years ago
  84. 967e7bd drm/nouveau: initial pass at moving to struct nvif_device by Ben Skeggs · 10 years ago
  85. db2bec1 drm/nouveau: kill nouveau_dev() + wrap register macros by Ben Skeggs · 10 years ago
  86. 9c210f3 drm/nouveau/core: remove NV_D0 family by Ben Skeggs · 10 years ago
  87. 79ca277 drm/nouveau/core: rework event interface by Ben Skeggs · 10 years ago
  88. b12f0ae drm/nouveau: store vblank event handler data in nv_crtc by Ben Skeggs · 10 years ago
  89. ab0af55 drm/nv50/kms: move framebuffer wrangling out of common code by Ben Skeggs · 10 years ago
  90. 9cba5ef drm/nouveau: Dis/Enable vblank irqs during suspend/resume. by Mario Kleiner · 10 years ago
  91. ba124a41 drm/nouveau/kms: reference vblank for crtc during pageflip. by Mario Kleiner · 11 years ago
  92. 456b057 drm/nouveau: use connector events for HPD instead of GPIO watching by Ben Skeggs · 11 years ago
  93. 8e8832e drm/nouveau/core: allow event source to handle multiple event types per index by Ben Skeggs · 11 years ago
  94. af4870e drm/nouveau/kms/nv04-nv40: fix pageflip events via special case. by Mario Kleiner · 11 years ago
  95. 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
  96. 806cbc5 drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flip by Maarten Lankhorst · 11 years ago
  97. f4510a2 drm: Replace crtc fb with primary plane fb (v3) by Matt Roper · 11 years ago
  98. 6c3252b drm/nouveau: fix small thinko in vblank timestamping. by Mario Kleiner · 11 years ago
  99. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  100. 0b68168 drm/nouveau: support modesetting on GM107 by Ben Skeggs · 11 years ago