1. bc98540 drm/nouveau/dmaobj: update to an improved style of class definition by Ben Skeggs · 10 years ago
  2. adec9bc drm/nouveau/pwr: tidy by Ben Skeggs · 10 years ago
  3. 82c2b5e drm/gf117/i2c: no aux channels on this chipset by Ben Skeggs · 10 years ago
  4. c26fe84 drm/nouveau/i2c: start hiding subdev-internal interfaces by Ben Skeggs · 10 years ago
  5. 7356859 drm/nouveau/gpio: split g92 class from nv50 by Ben Skeggs · 10 years ago
  6. d93174e drm/nouveau/gpio: use indirect pointer to base class definition by Ben Skeggs · 10 years ago
  7. eeb0558 drm/gf104/gr: rename gf104 (nvc4), it came before gf106 (nvc3) by Ben Skeggs · 10 years ago
  8. f6bad8a drm/gm107/ltcg: initial implementation by Ben Skeggs · 10 years ago
  9. a8f8b48 drm/nv50/disp: preparation for storing static class data by Ben Skeggs · 10 years ago
  10. cf33601 drm/nouveau/devinit: tidy up the subdev class definition by Ben Skeggs · 11 years ago
  11. 24a4ae8 drm/nouveau/instmem: tidy up the subdev class definition by Ben Skeggs · 11 years ago
  12. 6e9cbb4 drm/nvce/mc: fix msi rearm on GF114 by Sid Boyce · 11 years ago
  13. 0bae1d6 drm/nvc8/mc: msi rearm is via the nvc0 method by Ben Skeggs · 11 years ago
  14. c9c0cca drm/nouveau/volt: implement voltage control in core by Ben Skeggs · 11 years ago
  15. aa4d7a4 drm/nouveau/perfmon: initial infrastructure to expose performance counters by Ben Skeggs · 11 years ago
  16. 48ae0b3 drm/nouveau/bus: make external class definitions pointers by Ben Skeggs · 11 years ago
  17. ff4b42c drm/nouveau/pwr: initial implementation by Ben Skeggs · 11 years ago
  18. 16c4f22 drm/nouveau/fifo: make external class definitions into pointers by Ben Skeggs · 11 years ago
  19. 1e9fc30 drm/nouveau/fb: make external class definitions pointers by Ben Skeggs · 11 years ago
  20. 1b4fea0 drm/nvc0,nvc4/mc: handle 0xc0's "special" msi rearm by Ben Skeggs · 11 years ago
  21. 08f6fbd drm/nouveau/mc: store static data in nouveau_mc class definition by Ben Skeggs · 11 years ago
  22. c46c3dd drm/nouveau/sw: prepare for the sharing of constructors between implementations by Ben Skeggs · 11 years ago
  23. 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 11 years ago
  24. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
  25. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
  26. 88524bc drm/nouveau/devinit: move simple pll setting routines to devinit by Ben Skeggs · 11 years ago
  27. 6d5f838 drm/nvc0/ce: disable ce1 on a number of chipsets by Ben Skeggs · 11 years ago
  28. dded35d drm/nouveau/device: convert to engine, rather than subdev by Ben Skeggs · 11 years ago[Renamed (99%) from drivers/gpu/drm/nouveau/core/subdev/device/nvc0.c]
  29. 3f196a0 drm/nve0: magic up some support for GF117 by Ben Skeggs · 11 years ago
  30. 7dcd060c drm/nouveau/i2c: create proper chipset-specific class implementations by Ben Skeggs · 11 years ago
  31. a10220b drm/nouveau/pbus: add a PBUS subdev that hands IRQs to the right subdevs by Martin Peres · 12 years ago
  32. 7b49bd6 drm/nva3/therm: add support for hardware fan tachometer by Ben Skeggs · 12 years ago
  33. bc79202 nvd0/therm: implement more appropriate pwm fan control functions by Ben Skeggs · 12 years ago
  34. 4a79501 nvc0/ppp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  35. 7d8bd91 nvc0/vp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  36. 23c14ed nvc0/bsp: initial implementation of engine by Maarten Lankhorst · 12 years ago
  37. 70cabe4 drm/nv50/disp: create skeleton display/channel object classes by Ben Skeggs · 12 years ago
  38. 344e107 drm/nvd0/dmaobj: duplicate fermi class, will diverge real soon now by Ben Skeggs · 12 years ago
  39. c0abf5c drm/nvc0/ibus: initial implementation of subdev by Ben Skeggs · 12 years ago
  40. aa1b9b4 drm/nouveau/therm: move thermal-related functions to the therm subdev by Martin Peres · 12 years ago
  41. 2094dd8 drm/nouveau/device: include the official chipset names by Ben Skeggs · 12 years ago
  42. d38ac52 drm/nouveau/mxm: split up into bios code and a subdev module by Ben Skeggs · 12 years ago
  43. ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
  44. 3863c9b drm/nouveau/instmem: completely new implementation, as a subdev module by Ben Skeggs · 12 years ago
  45. 861d210 drm/nouveau/fb: merge fb/vram and port to subdev interfaces by Ben Skeggs · 12 years ago
  46. 5a5c743 drm/nouveau/timer: port to subdev interfaces by Ben Skeggs · 12 years ago
  47. 7d9115d drm/nouveau/mc: port to subdev interfaces by Ben Skeggs · 12 years ago
  48. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  49. 8aceb7d drm/nouveau/clk: implement stub clock subdev by Ben Skeggs · 12 years ago
  50. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
  51. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
  52. 70c0f26 drm/nouveau/bios: pull in basic vbios subdev, more to come later by Ben Skeggs · 12 years ago
  53. 9274f4a drm/nouveau/core: pull in most of the new core infrastructure by Ben Skeggs · 12 years ago