1. c70c41e drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better by Ben Skeggs · 13 years ago
  2. 1072856 drm/nv50: add memory type detection by Ben Skeggs · 13 years ago
  3. ff92a6c drm/nv20-nv40: add memory type detection by Ben Skeggs · 13 years ago
  4. d81c19e drm/nv20: split PFB code out of nv10_fb.c by Ben Skeggs · 13 years ago
  5. ddfd2da drm/nouveau: memory type detection for the really old chipsets by Ben Skeggs · 13 years ago
  6. 7ad2d31 drm/nouveau: move vram detection funcs to chipset-specific fb code by Ben Skeggs · 13 years ago
  7. 466e69b drm: move pci bus master enable into driver. by Dave Airlie · 13 years ago
  8. fb2a99e drm: do not set fb_info->pixmap fields by Sascha Hauer · 13 years ago
  9. d9bc3c0 drm: add convenience function to create an range property by Sascha Hauer · 13 years ago
  10. 4a67d39 drm: add convenience function to create an enum property by Sascha Hauer · 13 years ago
  11. a9d9938 drm/nv50/pm: signedness bug in nv50_pm_clocks_pre() by Dan Carpenter · 13 years ago
  12. 525895b drm/nouveau/gem: fix fence_sync race / oops by Ben Skeggs · 13 years ago
  13. 1eb8a61 drm/nouveau: fix typo on mxmdcb option by Ben Skeggs · 13 years ago
  14. ce2e789 drm/nouveau/mxm: pretend to succeed, even if we can't shadow the MXM-SIS by Ben Skeggs · 13 years ago
  15. 7df898b drm/nouveau/disp: check that panel power gpio is enabled at init time by Ben Skeggs · 13 years ago
  16. 9f1feed drm/ttm: fix two regressions since move_notify changes by Ben Skeggs · 13 years ago
  17. d099230 nouveau: Support Optimus models for vga_switcheroo by Peter Lekensteyn · 13 years ago
  18. 9075e85 nouveau: properly check for _DSM function support by Peter Lekensteyn · 13 years ago
  19. 095f979 drm/nouveau/pm: fix build with HWMON off by Dave Airlie · 13 years ago
  20. dea7e0a ttm: fix agp since ttm tt rework by Jerome Glisse · 13 years ago
  21. f7b24c4 drm/nouveau/ttm: fix crash as a result of a recent ttm change by Ben Skeggs · 13 years ago
  22. b2e0d19 drm/nouveau: Fix notifier blocks over the 4GB mark. by Francisco Jerez · 13 years ago
  23. 4e03b4a drm/nouveau: Fix pushbufs over the 4GB mark. by Francisco Jerez · 13 years ago
  24. 045da4e drm/nvc0/pm: initial engine reclocking by Ben Skeggs · 13 years ago
  25. 52c4d76 drm/nouveau: move hpd enable/disable to common code by Ben Skeggs · 13 years ago
  26. 47e5d5c drm/nv40/disp: implement support for hotplug irq by Ben Skeggs · 13 years ago
  27. a0b2563 drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues by Ben Skeggs · 13 years ago
  28. 675aac0 drm/nouveau: just pass gpio line to pwm_*, not entire gpio struct by Ben Skeggs · 13 years ago
  29. c8b9641 drm/nouveau/hwsq: remove some magic, give proper opcode names by Ben Skeggs · 13 years ago
  30. eeb7a50 drm/nv50/pm: introduce hwsq-based memory reclocking by Martin Peres · 13 years ago
  31. abbd3f8 drm/nv04/disp: handle dual-link spwg panels without needing quirks by Ben Skeggs · 13 years ago
  32. d4c2c99 drm/nouveau/dp: remove broken display depth function, use the improved one by Ben Skeggs · 13 years ago
  33. c37e990 drm/nouveau/mxm: implement ROM shadow method by Ben Skeggs · 13 years ago
  34. 3952315 drm/nouveau/mxm: implement _DSM shadow method by Ben Skeggs · 13 years ago
  35. 93d9206 drm/nouveau/mxm: implement wmi shadow method by Ben Skeggs · 13 years ago
  36. b4c2681 drm/nouveau/mxm: initial implementation of dcb sanitisation by Ben Skeggs · 13 years ago
  37. befb51e drm/nouveau/disp: parse connector info directly in nouveau_connector.c by Ben Skeggs · 13 years ago
  38. f553b79 drm/nouveau/i2c: handle bit-banging ourselves by Ben Skeggs · 13 years ago
  39. 9e3b6b9 drm/nouveau/i2c: fix debug message by Ben Skeggs · 13 years ago
  40. 2bdb06e drm/nouveau/i2c: tidy up bit-bang helpers, also fixing nv50 setsda bug by Ben Skeggs · 13 years ago
  41. 486a45c drm/nouveau/i2c: do parsing of i2c-related vbios info in nouveau_i2c.c by Ben Skeggs · 13 years ago
  42. 6b5a81a drm/nouveau/bios: start refactoring dcb routines by Ben Skeggs · 13 years ago
  43. 0f8067c drm/nouveau/bios: fold fixup_legacy_i2c by Ben Skeggs · 13 years ago
  44. f9f9f53 drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios by Ben Skeggs · 13 years ago
  45. 816af2f drm/nvd0/disp: use single, shared, sync bo for all evo channels by Ben Skeggs · 13 years ago
  46. a63a97e drm/nvd0/disp: rename sync channel to flip channel by Ben Skeggs · 13 years ago
  47. 84e052e drm/nvd0/disp: handle yet another interrupt by Ben Skeggs · 13 years ago
  48. 8a46438 drm/nvd0/disp: initialise overlay channels by Ben Skeggs · 13 years ago
  49. 3376ee3 drm/nvd0/disp: add support for page flipping by Ben Skeggs · 13 years ago
  50. 4acd429 drm/nvd0/disp: make it clearer that the cursor regs are pio evo channels by Ben Skeggs · 13 years ago
  51. 2eac77b drm/nvd0/disp: have evo names now, use them by Ben Skeggs · 13 years ago
  52. bdb8c21 drm/nvd0/disp: init display sync channels by Ben Skeggs · 13 years ago
  53. 9285462 drm/nvd0/disp: scaler updates, overscan compensation etc by Ben Skeggs · 13 years ago
  54. 2d1d898 drm/nvd0/disp: update crtc timing calculations for interlace/doublescan by Ben Skeggs · 13 years ago
  55. f62b27d drm/nouveau: shutdown display on suspend/hibernate by Ben Skeggs · 13 years ago
  56. 1772fcc drm/nv50/disp: fix evo for create/init + destroy/fini split by Ben Skeggs · 13 years ago
  57. cf41d53 drm/nouveau: re-jig fbcon suspend/resume process a little by Ben Skeggs · 13 years ago
  58. 2a44e49 drm/nouveau/disp: introduce proper init/fini, separate from create/destroy by Ben Skeggs · 13 years ago
  59. d2edab4 drm/nouveau/pm: fix missing volt changes when boot voltage is undefined by Ben Skeggs · 13 years ago
  60. d467646 drm/nv50/pm: fix a typo in clock calculation by Martin Peres · 13 years ago
  61. 091e40c drm/nvd0/disp: enable hdmi audio by Ben Skeggs · 13 years ago
  62. 27517dd drm/nvd0/disp: hook evo up to debugging by Ben Skeggs · 13 years ago
  63. 64d9cc0 drm/nvd0/disp: enable hdmi on sor if hdmi monitor present by Ben Skeggs · 13 years ago
  64. 78951d2 drm/nvd0/disp: send eld to the audio codec by Ben Skeggs · 13 years ago
  65. 50a01fe drm/nouveau/hdmi: enable audio for nva3:nvd0 chipsets by Ben Skeggs · 13 years ago
  66. 9e7f96a drm/nv50: fix page faulting for 128MB page table sizes by Marcin Slusarz · 13 years ago
  67. 13f9012 drm/nouveau: print correct engine number which failed to unload/idle by Marcin Slusarz · 13 years ago
  68. 0f0f7be drm/nva3/copy: fix typo in fuc which caused host to not recieve exceptions by Ben Skeggs · 13 years ago
  69. 971fa6b drm/nva3/copy: update fuc source for latest envytools by Ben Skeggs · 13 years ago
  70. d249156 drm/nv50/pm: only touch 0x611200 on nv92- by Ben Skeggs · 13 years ago
  71. 8b5f4d0 drm/nv50/pm: stabilise transition to 100MHz mclk a bit by Ben Skeggs · 13 years ago
  72. 973e861 drm/nv50/pm: avoid touching dom6/vdec clocks if perflvl doesn't define it by Ben Skeggs · 13 years ago
  73. 463464e drm/nv50/pm: fix thinko which lead to clocks being slightly off sometimes by Ben Skeggs · 13 years ago
  74. 6805979 drm/nv50/pm: 0x84/0x86 can't use "1" for nvclk src, need 0x50 method by Ben Skeggs · 13 years ago
  75. 0678409 drm/nvc0/gr: add initial support for nvd9, not quite there yet.. by Ben Skeggs · 13 years ago
  76. be7f261 drm/nvc0/gr: update fuc source to assemble with latest envyas by Ben Skeggs · 13 years ago
  77. 020c6bf drm/nv50/disp: stricter check for evo being active on init by Ben Skeggs · 13 years ago
  78. 19fa224 drm/nv50/pm: free state struct after setting clocks by Ben Skeggs · 13 years ago
  79. 0b627a0 drm/nouveau/pm: change volt/fan before upclock, but after downclock by Ben Skeggs · 13 years ago
  80. ff2b6c6 drm/nouveau/pm: remove the older interfaces completely by Ben Skeggs · 13 years ago
  81. 36f1317 drm/nv04-nv30/pm: port to newer interfaces by Ben Skeggs · 13 years ago
  82. f3fbaf3 drm/nv50/pm: rewrite clock management, and switch to the new pm hooks by Ben Skeggs · 13 years ago
  83. d4cca9e drm/nv50/pm: s/PLL_UNK05/PLL_VDEC/ by Martin Peres · 13 years ago
  84. dd1da8d drm/nouveau/pm: make clocks_set return an error code clocks_set can fail. by Martin Peres · 13 years ago
  85. 6109183 drm/nvd0: read temperature as we did on nv84+ boards by Martin Peres · 13 years ago
  86. 1cb9469 drm/nv50/disp: fix scaling of doublescan modes by Ben Skeggs · 13 years ago
  87. 616a5f5 drm/nv50/disp: rewrite crtc timing calculation, with proper names and fixes by Ben Skeggs · 13 years ago
  88. a03a862 drm/nouveau/disp: kill off nouveau_crtc.mode by Ben Skeggs · 13 years ago
  89. c833442 drm/nv50/disp: allow interlaced and doublescan modes on digital outputs by Ben Skeggs · 13 years ago
  90. 4ceca5f drm/nouveau: don't pretend to support the DVI-I 'select subconnector' prop by Ben Skeggs · 13 years ago
  91. de69185 drm/nouveau: improve dithering properties, and implement proper auto mode by Ben Skeggs · 13 years ago
  92. 488ff20 drm/nouveau: no need to pass parameters into set_scale/dither by Ben Skeggs · 13 years ago
  93. 6322175 drm/nouveau: determine a value for display_info.bpc if edid doesn't by Ben Skeggs · 13 years ago
  94. 9976f15 drm/nv50/disp: wait for encoder disconnect to complete before link training by Ben Skeggs · 13 years ago
  95. 7ae494e drm/nv50/disp: disconnect encoders before reprogramming them by Ben Skeggs · 13 years ago
  96. 0f6ea56 drm/nv50/disp: completely reset disp if master evo channel active at init by Ben Skeggs · 13 years ago
  97. b98e3f5 drm/nv50/disp: synchronise display right after init by Ben Skeggs · 13 years ago
  98. e6e039d drm/nv50/disp: move sync routine to where it can be used by other modules by Ben Skeggs · 13 years ago
  99. a4eaa0a drm/nouveau: restore cursors after restoring mode by Maxim Levitsky · 13 years ago
  100. 71d91f6 drm/nouveau: restore performance mode a bit later. by Maxim Levitsky · 13 years ago