1. 2aa5eac drm/nouveau/i2c: transition pad/ports away from being based on nvkm_object by Ben Skeggs · 9 years ago
  2. be83cd4 drm/nouveau: finalise nvkm namespace switch (no binary change) by Ben Skeggs · 10 years ago
  3. fdb751e drm/nouveau: remove as much direct use of core headers as possible by Ben Skeggs · 10 years ago
  4. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 10 years ago
  5. 8777c5c drm/nouveau/dp: probe dpcd to determine connectedness by Ben Skeggs · 10 years ago
  6. 0a0afd2 drm/nv50-/disp: move DP link training to core and train from supervisor by Ben Skeggs · 11 years ago
  7. 5ed5020 drm/nouveau: store i2c port pointer directly in nouveau_encoder by Ben Skeggs · 12 years ago
  8. 4f47643 drm/nouveau/gpio: use event interfaces for interrupt signalling by Ben Skeggs · 12 years ago
  9. 23fc09e drm/nouveau/drm: store full dcb gpio function data in connector by Ben Skeggs · 12 years ago
  10. 8f2abc2 drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code by Ben Skeggs · 12 years ago
  11. 6c8e463 drm/nouveau/dp: move core link training calls to common code by Ben Skeggs · 12 years ago
  12. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  13. 268d283 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  14. 5b8a43a drm/nouveau: quiet some static-related sparse noise by Marcin Slusarz · 12 years ago
  15. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  16. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  17. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
  18. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
  19. 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 12 years ago
  20. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 12 years ago
  21. 9a6a4b4 drm: use %*ph to dump small buffers by Andy Shevchenko · 12 years ago
  22. 6225ee0 drm/nouveau/dp: Probe branch/sink OUIs (v2) by Adam Jackson · 12 years ago
  23. 6544599 drm/nouveau/dp: support version 4.0 of DP table by Ben Skeggs · 12 years ago
  24. 6860dc8 drm/nouveau/dp: account for channel coding overhead in link training by Ben Skeggs · 12 years ago
  25. 6e83fda drm/nvd0/disp: initial implementation of displayport by Ben Skeggs · 12 years ago
  26. f14d9a4 drm/nouveau/dp: make dp dpms function common, call from sor code instead by Ben Skeggs · 12 years ago
  27. 8663bc7 drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c by Ben Skeggs · 12 years ago
  28. 8c1dcb6 drm/nouveau/dp: make functions for executing various bios tables by Ben Skeggs · 12 years ago
  29. 44ab8cc drm/nouveau/dp: fix bad comparison in dp_link_train_commit() by Xi Wang · 13 years ago
  30. a0b2563 drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues by Ben Skeggs · 13 years ago
  31. befb51e drm/nouveau/disp: parse connector info directly in nouveau_connector.c by Ben Skeggs · 13 years ago
  32. 2bdb06e drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug by Ben Skeggs · 13 years ago
  33. f9f9f53 drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios by Ben Skeggs · 13 years ago
  34. c16a3a3 drm/nouveau/dp: add support for displayport table 0x30 by Ben Skeggs · 13 years ago
  35. 5f1800b drm/nouveau/dp: return master dp table pointer too when looking up encoder by Ben Skeggs · 13 years ago
  36. 5b3eb95 drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SET by Ben Skeggs · 13 years ago
  37. 1b45dbe drm/nouveau/dp: use alternate lane mask for nvaf by Ben Skeggs · 13 years ago
  38. 856ed88 drm/nouveau/dp: link rate scripts are selected with a comparison table by Ben Skeggs · 13 years ago
  39. 52e0d0e drm/nouveau/dp: enable down-spread if vbios and sink support it by Ben Skeggs · 13 years ago
  40. 28e2d12 drm/nouveau/dp: execute some more vbios tables relating to link rate by Ben Skeggs · 13 years ago
  41. 75a1fcc drm/nouveau/dp: store unencoded link_bw everywhere by Ben Skeggs · 13 years ago
  42. 27a4598 drm/nouveau/dp: restructure link training code by Ben Skeggs · 13 years ago
  43. a002fec drm/nouveau/dp: pass in required datarate to link training by Ben Skeggs · 13 years ago
  44. 46959b7 drm/nouveau/dp: remove reliance on vbios for native displayport by Ben Skeggs · 13 years ago
  45. 4372013 drm/nouveau/dp: rewrite auxch transaction routines by Ben Skeggs · 13 years ago
  46. 02e4f58 drm/nouveau/bios: allow passing in crtc to the init table parser by Ben Skeggs · 13 years ago
  47. ea5f278 drm/nouveau: silence some compiler warnings by Ben Skeggs · 14 years ago
  48. fce2bad drm/nv50: rework PGPIO IRQ handling and hotplug detection by Ben Skeggs · 14 years ago
  49. 85341f2 drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328c by Ben Skeggs · 14 years ago
  50. fe224bb drm/nouveau: enable enhanced framing only if DP display supports it by Ben Skeggs · 14 years ago
  51. 4b5c152 drm/nouveau: Remove implicit argument from nv_wait(). by Francisco Jerez · 14 years ago
  52. c020c9a drm/nv50: use custom i2c algo for dp auxch by Ben Skeggs · 14 years ago
  53. ee2e013 drm/nouveau: introduce gpio engine by Ben Skeggs · 14 years ago
  54. b01f060 drm/nouveau: disable hotplug detect around DP link training by Ben Skeggs · 14 years ago
  55. ea4718d drm/nouveau: move DP script invocation to nouveau_dp.c by Ben Skeggs · 14 years ago
  56. 8e024f1 drm/nouveau: bail out of auxch transaction if we repeatedly recieve defers by Ben Skeggs · 14 years ago
  57. 1ee7698 drm/nouveau: make dp auxch xfer len check for reads only by Ben Skeggs · 15 years ago
  58. 0107bae drm/nv50: fail auxch transaction if reply count not what we expect by Ben Skeggs · 15 years ago
  59. ef2bb50 drm/nouveau: use drm debug levels by Maarten Maathuis · 15 years ago
  60. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago