1. 52e98f1 drm/nouveau/device: support for probing GK20A by Alexandre Courbot · 10 years ago
  2. 6f1e9b9 drm/gm107/gr: initial support by Ben Skeggs · 10 years ago
  3. eeb0558 drm/gf104/gr: rename gf104 (nvc4), it came before gf106 (nvc3) by Ben Skeggs · 10 years ago
  4. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  5. 3f20464 drm/gm100/device: recognise GM107 by Ben Skeggs · 11 years ago
  6. f6bad8a drm/gm107/ltcg: initial implementation by Ben Skeggs · 11 years ago
  7. a8f8b48 drm/nv50/disp: preparation for storing static class data by Ben Skeggs · 11 years ago
  8. fa8c9ac drm/nv4c/mc: nv4x igp's have a different msi rearm register by Ilia Mirkin · 11 years ago
  9. 4019aaa drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbios by Ilia Mirkin · 11 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. 96616b4 drm/nv108/gr: initial support (need external fuc) by Ben Skeggs · 11 years ago
  13. daa9ab5 drm/nv108/ce: enable copy engines by Ben Skeggs · 11 years ago
  14. a763951 drm/nv108/fifo: initial support by Ben Skeggs · 11 years ago
  15. 6e9cbb4 drm/nvce/mc: fix msi rearm on GF114 by Sid Boyce · 11 years ago
  16. 61b365a drm/nouveau: populate master subdev pointer only when fully constructed by Ben Skeggs · 11 years ago
  17. a7e4201 drm/nouveau/clk: Add support for NVAA/NVAC by Roy Spliet · 11 years ago
  18. 0bae1d6 drm/nvc8/mc: msi rearm is via the nvc0 method by Ben Skeggs · 11 years ago
  19. aae95ca drm/nouveau/fb: implement various bits of work towards memory reclocking by Ben Skeggs · 11 years ago
  20. 9838366 drm/nouveau/device: initial control object class, with pstate control methods by Ben Skeggs · 11 years ago
  21. 7c85652 drm/nouveau/clk: implement power state and engine clock control in core by Ben Skeggs · 12 years ago
  22. c9c0cca drm/nouveau/volt: implement voltage control in core by Ben Skeggs · 12 years ago
  23. aa4d7a4 drm/nouveau/perfmon: initial infrastructure to expose performance counters by Ben Skeggs · 12 years ago
  24. 2984506 drm/nouveau/bus: add interfaces/helpers for sequencer by Ben Skeggs · 11 years ago
  25. 48ae0b3 drm/nouveau/bus: make external class definitions pointers by Ben Skeggs · 11 years ago
  26. ff4b42c drm/nouveau/pwr: initial implementation by Ben Skeggs · 11 years ago
  27. 16c4f22 drm/nouveau/fifo: make external class definitions into pointers by Ben Skeggs · 11 years ago
  28. aabf19c drm/nouveau/device: recognise GK208 by Ben Skeggs · 11 years ago
  29. 9ca3037 drm/nv50-nvaf/fb: split the class definitions up a bit by Ben Skeggs · 11 years ago
  30. 1e9fc30 drm/nouveau/fb: make external class definitions pointers by Ben Skeggs · 11 years ago
  31. 9a9d5c6 drm/nv50-nv86,nv92/mc: rearm msi via pci config space, rather than mmio mirror by Ben Skeggs · 11 years ago
  32. 1b4fea0 drm/nvc0,nvc4/mc: handle 0xc0's "special" msi rearm by Ben Skeggs · 11 years ago
  33. 08f6fbd drm/nouveau/mc: store static data in nouveau_mc class definition by Ben Skeggs · 11 years ago
  34. dd5b84a drm/nouveau/device: use an additional bit from NV_PMC_BOOT_0 to identify chipset by Ben Skeggs · 11 years ago
  35. 5fa7543 drm/nv44/mpeg: create a copy of the nv31/nv40 impls by Ilia Mirkin · 11 years ago
  36. 8aa816b drm/nv10: fix chipset checks, mostly for the benefit of nv1a by Ilia Mirkin · 11 years ago
  37. 4a0ff75 drm/nv10: introduce a new NV_11 card type by Ilia Mirkin · 11 years ago
  38. c42a7ae drm/nouveau/vic: rename PUNK1C1 to PVIC by Ben Skeggs · 11 years ago
  39. c46c3dd drm/nouveau/sw: prepare for the sharing of constructors between implementations by Ben Skeggs · 11 years ago
  40. 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 11 years ago
  41. b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 11 years ago
  42. 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 11 years ago
  43. 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 11 years ago
  44. 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
  45. 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
  46. 0d4a145 drm/nouveau/vdec: fork vp3 implementations from vp2 by Ilia Mirkin · 11 years ago
  47. 88524bc drm/nouveau/devinit: move simple pll setting routines to devinit by Ben Skeggs · 11 years ago
  48. b0bc530 drm/nve0/ce: create engine object for ce2 by Ben Skeggs · 11 years ago
  49. 6d5f838 drm/nvc0/ce: disable ce1 on a number of chipsets by Ben Skeggs · 11 years ago
  50. c5e624f drm/nouveau: fix build with nv50->nvc0 by Dave Airlie · 11 years ago
  51. 7b4f638 drm/nve0: recognise nvf0 as a kepler board (GK110) by Ben Skeggs · 11 years ago
  52. 10caad3 drm/nouveau/device: tweak the device/subdev relationship a little by Ben Skeggs · 11 years ago
  53. 066a5d0 drm/nouveau/device: enable proper constructor/destructor by Ben Skeggs · 11 years ago
  54. 9aecbad drm/nouveau/device: have engine object initialised before creation by Ben Skeggs · 11 years ago
  55. dded35d drm/nouveau/device: convert to engine, rather than subdev by Ben Skeggs · 11 years ago