1. bf0eb89 drm/nv50-/disp: audit and version DAC_PWR method by Ben Skeggs · 11 years ago
  2. 0ad7286 drm/nouveau: port to nvif client/device/objects by Ben Skeggs · 11 years ago
  3. 967e7bd drm/nouveau: initial pass at moving to struct nvif_device by Ben Skeggs · 11 years ago
  4. db2bec1 drm/nouveau: kill nouveau_dev() + wrap register macros by Ben Skeggs · 11 years ago
  5. 14f97da drm/nouveau: recognise higher link rate for available dp bw calculations by Ben Skeggs · 11 years ago
  6. 420b946 support for platform devices by Alexandre Courbot · 11 years ago
  7. ffbab09b drm: Remove pci_vendor and pci_device from struct drm_device by Ville Syrjälä · 12 years ago
  8. 791dc143 drm/nvd0-/disp: handle case where display engine is missing/disabled by Maarten Lankhorst · 12 years ago
  9. d289871 drm/nouveau/kms: don't fail if there's no dcb table entries by Ben Skeggs · 12 years ago
  10. 1a64634 drm/nv04/disp: hide all the cruft away in its own little hole by Ben Skeggs · 12 years ago
  11. eb6313a drm/nv50: initial kms support for off-chip TMDS/DP encoders by Ben Skeggs · 12 years ago
  12. f533da1 drm/nouveau: use pr_cont by Marcin Slusarz · 13 years ago
  13. f1aa4a1 drm/nouveau: set legacy bios data before parsing the structure by Emil Velikov · 13 years ago
  14. 2308818 drm/nouveau: remove some more unnecessary legacy bios code by Ben Skeggs · 13 years ago
  15. e84e4b6 drm/nouveau: remove legacy vbios type detection by Ben Skeggs · 13 years ago
  16. 8f2abc2 drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code by Ben Skeggs · 13 years ago
  17. b6e4ad2 drm/nouveau: remove (now obsolete) BIT U table parsing from DRM code by Ben Skeggs · 13 years ago
  18. 612a9aa Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  19. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 13 years ago
  20. 84058eb drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV} by Ben Skeggs · 13 years ago
  21. d38ac52 drm/nouveau/mxm: split up into bios code and a subdev module by Ben Skeggs · 13 years ago
  22. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 13 years ago
  23. 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 13 years ago
  24. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 13 years ago
  25. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 13 years ago
  26. cd42439 drm/nouveau/oldbios: remove shadowing support, use bios subdev's image by Ben Skeggs · 13 years ago
  27. 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 13 years ago
  28. 760285e UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ by David Howells · 13 years ago
  29. 16fde6c drm/nouveau: dcb table quirk for fdo#50830 by Ben Skeggs · 13 years ago
  30. 299bee1 drm/nouveau/bios: fix some shadowing issues, particularly acpi by Ben Skeggs · 13 years ago
  31. 78339fb drm/nouveau/bios: allow loading alternate vbios image as firmware by Ben Skeggs · 13 years ago
  32. 5206b52 drm/nouveau/bios: fix regression on some nv4x board by Ben Skeggs · 13 years ago
  33. f3718a8 Revert "nouveau/bios: Fix tracking of BIOS image data" by Linus Torvalds · 13 years ago
  34. d06221c nouveau/bios: Fix tracking of BIOS image data by Benjamin Herrenschmidt · 13 years ago
  35. ea71f98 nouveau: Fix crash when pci_ram_rom() returns a size of 0 by Benjamin Herrenschmidt · 13 years ago
  36. 6544599 drm/nouveau/dp: support version 4.0 of DP table by Ben Skeggs · 13 years ago
  37. 4489b98 drm/nouveau/bios: rework vbios shadowing by Ben Skeggs · 13 years ago
  38. 05a7c15 drm/nouveau/bios: attempt acpi rom fetch before pcirom by Ben Skeggs · 13 years ago
  39. a0b2563 drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues by Ben Skeggs · 14 years ago
  40. abbd3f8 drm/nv04/disp: handle dual-link spwg panels without needing quirks by Ben Skeggs · 14 years ago
  41. b4c2681 drm/nouveau/mxm: initial implementation of dcb sanitisation by Ben Skeggs · 14 years ago
  42. befb51e drm/nouveau/disp: parse connector info directly in nouveau_connector.c by Ben Skeggs · 14 years ago
  43. 486a45c drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.c by Ben Skeggs · 14 years ago
  44. 6b5a81a drm/nouveau/bios: start refactoring dcb routines by Ben Skeggs · 14 years ago
  45. 0f8067c drm/nouveau/bios: fold fixup_legacy_i2c by Ben Skeggs · 14 years ago
  46. f9f9f53 drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios by Ben Skeggs · 14 years ago
  47. d4cca9e drm/nv50/pm: s/PLL_UNK05/PLL_VDEC/ by Martin Peres · 14 years ago
  48. 85a2a36 drm/nouveau/gpio: remove invert flag, use state[] everywhere by Ben Skeggs · 14 years ago
  49. ee9f7ef drm/nv50/bios: fixup mpll programming from the init table parser by Ben Skeggs · 14 years ago
  50. 59ef974 drm/nv40/pm: execute memory reset script from vbios by Ben Skeggs · 14 years ago
  51. 5f1800b drm/nouveau/dp: return master dp table pointer too when looking up encoder by Ben Skeggs · 14 years ago
  52. 721b082 drm/nouveau/bios: simplify U/d table hash matching func to just match by Ben Skeggs · 14 years ago
  53. 75a1fcc drm/nouveau/dp: store unencoded link_bw everywhere by Ben Skeggs · 14 years ago
  54. 27a4598 drm/nouveau/dp: restructure link training code by Ben Skeggs · 14 years ago
  55. a8e415d drm/nouveau/bios: check for null script pointers in parser by Ben Skeggs · 14 years ago
  56. 02e4f58 drm/nouveau/bios: allow passing in crtc to the init table parser by Ben Skeggs · 14 years ago
  57. 7513906 drm/nouveau/bios: fix INIT_GPIO for new chipsets by Ben Skeggs · 14 years ago
  58. d7f8172 drm/nvd0/gpio: initial implementation by Ben Skeggs · 14 years ago
  59. f0d07d6 drm/nouveau: Add a quirk for Gigabyte NX86T by Emil Velikov · 14 years ago
  60. 9617757 drm/nouveau: fix fetching vbios from above 4GiB vram addresses by Ben Skeggs · 14 years ago
  61. 1562ffd drm/nouveau: silence error for missing dac loadval table by Ben Skeggs · 14 years ago
  62. e540afc drm/nv50: DCB table quirks for another busted XFX board by Ben Skeggs · 14 years ago
  63. 8c3f6bb drm/nouveau: recognise DCB connector type 0x41 as LVDS by Ben Skeggs · 14 years ago
  64. ce52184 drm/nouveau: pull refclk from vbios on limits 0x40 boards by Ben Skeggs · 14 years ago
  65. c0929b4 drm/nouveau: quirk for XFX GT-240X-YA by Ben Skeggs · 14 years ago
  66. ec64a40 drm/nouveau: implement init table opcode 0x5c by Ben Skeggs · 14 years ago
  67. a589e87 drm/nouveau/vbios: parse more gpio tag bits from connector table by Ben Skeggs · 14 years ago
  68. c7ca4d1 drm/nouveau: make vbios parser runnable from an atomic context by Ben Skeggs · 15 years ago
  69. e11d57c Merge remote-tracking branch 'airlied/drm-core-next' into drm-nouveau-next by Ben Skeggs · 14 years ago
  70. 77b1d5d drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards. by Francisco Jerez · 15 years ago
  71. 52bb4a7 Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 15 years ago
  72. 670820c drm/nouveau: Workaround incorrect DCB entry on a GeForce3 Ti 200. by Francisco Jerez · 15 years ago
  73. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  74. e8a8b25 Fix spelling mistakes in comments by Stefan Weil · 15 years ago
  75. 2e5702a drm/nouveau: fabricate DCB encoder table for iMac G4 by Francisco Jerez · 15 years ago
  76. c1b60ec drm/nouveau: Fix a few confusions between "chipset" and "card_type". by Francisco Jerez · 15 years ago
  77. c48c43e Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  78. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 15 years ago
  79. eadc69c drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cards by Emil Velikov · 15 years ago
  80. 0cba1b7 drm/nouveau: Add a module option to force card POST. by Marcin Kościelnicki · 15 years ago
  81. 56edd96 drm/nouveau: v3.0 pll limits tables have type<->register mapping too by Ben Skeggs · 15 years ago
  82. 5e6a744 drm/nouveau: Don't try to parse a GPIO table on early DCBv2.2 BIOSes. by Francisco Jerez · 15 years ago
  83. 64d202b drm/nouveau: correct INIT_DP_CONDITION subcondition 5 by Ben Skeggs · 15 years ago
  84. e49f70f7 drm/nouveau: implement parsing of DCB 2.2 GPIO table by Ben Skeggs · 15 years ago
  85. 6f87698 drm/nouveau: allow static performance level setting by Ben Skeggs · 15 years ago
  86. 4709bff drm/nouveau: make bios code easier to use externally by Ben Skeggs · 15 years ago
  87. 855a95e drm/nouveau: make the behaviour of get_pll_limits() consistent by Ben Skeggs · 15 years ago
  88. fba6752 drm/nouveau: Fix TMDS on some DCB1.5 boards. by Francisco Jerez · 15 years ago
  89. d31e078 drm/nouveau: Fix backlight control on PPC machines with an internal TMDS panel. by Francisco Jerez · 15 years ago
  90. acae116 drm/nouveau: Use a helper function to match PCI device/subsystem IDs. by Francisco Jerez · 15 years ago
  91. 44a1246 drm/nv50: add dcb type 14 to enum to prevent compiler complaint by Ben Skeggs · 15 years ago
  92. 625db6b drm/nouveau: fix earlier mistake when fixing merge conflict by Ben Skeggs · 15 years ago
  93. 20d66da drm/nouveau: Workaround missing GPIO tables on an Apple iMac G4 NV18. by Francisco Jerez · 15 years ago
  94. 45a68a0 drm/nouveau: punt some more log messages to debug level by Ben Skeggs · 15 years ago
  95. 98720bf drm/nouveau: remove warning about unknown tmds table revisions by Ben Skeggs · 15 years ago
  96. 27d50fc drm/nouveau: Fix DCB TMDS config parsing. by Francisco Jerez · 15 years ago
  97. 0746b5d drm/nv04: Fix up SGRAM density detection. by Francisco Jerez · 15 years ago
  98. 1849719 drm/nouveau: Init dcb->or on cards that have no usable DCB table. by Francisco Jerez · 15 years ago
  99. 54bf67d drm/nouveau: reduce severity of some "error" messages by Ben Skeggs · 15 years ago
  100. b715d64 drm/nouveau: implement init table opcodex 0x5e and 0x9a by Marcin Kościelnicki · 15 years ago