1. d4547ed drm/nvc0/vram: skip disabled PBFB subunits by Ben Skeggs · 13 years ago
  2. 2bfa748 drm/nv40/pm: fix issues on igp chipsets, which don't have memory by Ben Skeggs · 13 years ago
  3. ef5ced4 drm/nouveau: testing the wrong variable by Dan Carpenter · 13 years ago
  4. 12b6d9d drm/nvc0/vram: storage type 0xc3 is not compressed by Christoph Bumiller · 13 years ago
  5. 71856ab drm/nv50: fix stability issue on NV86. by Maxim Levitsky · 13 years ago
  6. 5e60ee7 drm/nouveau: initialize chan->fence.lock before use by Marcin Slusarz · 13 years ago
  7. 7b4b98f drm/nv50/vram: fix incorrect detection of bank count on newer chipsets by Ben Skeggs · 13 years ago
  8. dce411c drm/nv50/gr: typo fix, how about we not reset fifo during graph init? by Ben Skeggs · 13 years ago
  9. ee9f7ef drm/nv50/bios: fixup mpll programming from the init table parser by Ben Skeggs · 13 years ago
  10. 46b3488 drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify() by Ben Skeggs · 13 years ago
  11. e0cd360 gpu: add module.h to drivers/gpu files as required. by Paul Gortmaker · 13 years ago
  12. 1717c0e Revert "drm/ttm: add a way to bo_wait for either the last read or last write" by Dave Airlie · 13 years ago
  13. b2d108b Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 13 years ago
  14. a0d9a8f drm/nouveau: remove allocations from gart populate() hook by Ben Skeggs · 13 years ago
  15. a148451 drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.c by Ben Skeggs · 13 years ago
  16. 3dcbb02 drm/nvc0/fifo: avoid touching missing subfifos by Ben Skeggs · 13 years ago
  17. 84e2ad8 drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtc by Ben Skeggs · 13 years ago
  18. c20ab3e drm/nvd9/disp: stub some more api hooks so we don't oops on resume by Ben Skeggs · 13 years ago
  19. ff920bf drm/nouveau: fix printk typo in ioremap failure path by Marcin Slusarz · 13 years ago
  20. 8ce51fc drm/nvc0/pm: minor clock readback fixes by Ben Skeggs · 13 years ago
  21. 59ef974 drm/nv40/pm: execute memory reset script from vbios by Ben Skeggs · 13 years ago
  22. 6d6538a drm/nv50/gr: refactor initialisation by Ben Skeggs · 13 years ago
  23. 8c06e60 drm/nouveau: if requested, try harder at disabling sysmem pushbufs by Ben Skeggs · 13 years ago
  24. fbba036 drm/nv50/gr: enable ctxprog xfer only when we need it to save power by Martin Peres · 13 years ago
  25. c16a3a3 drm/nouveau/dp: add support for displayport table 0x30 by Ben Skeggs · 13 years ago
  26. 5f1800b drm/nouveau/dp: return master dp table pointer too when looking up encoder by Ben Skeggs · 13 years ago
  27. 721b082 drm/nouveau/bios: simplify U/d table hash matching func to just match by Ben Skeggs · 13 years ago
  28. 5b3eb95 drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SET by Ben Skeggs · 13 years ago
  29. 2834f86 drm/nvc0/gr: remove MODULE_FIRMWARE() lines by Ben Skeggs · 13 years ago
  30. 1b45dbe drm/nouveau/dp: use alternate lane mask for nvaf by Ben Skeggs · 13 years ago
  31. 856ed88 drm/nouveau/dp: link rate scripts are selected with a comparison table by Ben Skeggs · 13 years ago
  32. 1262a20 drm/nv40/pm: write nv40-specific reclocking routines by Ben Skeggs · 13 years ago
  33. 9f40360 drm/nv40/pm: parse geometric delta clock from vbios by Ben Skeggs · 13 years ago
  34. 52e0d0e drm/nouveau/dp: enable down-spread if vbios and sink support it by Ben Skeggs · 13 years ago
  35. 28e2d12 drm/nouveau/dp: execute some more vbios tables relating to link rate by Ben Skeggs · 13 years ago
  36. 75a1fcc drm/nouveau/dp: store unencoded link_bw everywhere by Ben Skeggs · 13 years ago
  37. 27a4598 drm/nouveau/dp: restructure link training code by Ben Skeggs · 13 years ago
  38. a002fec drm/nouveau/dp: pass in required datarate to link training by Ben Skeggs · 13 years ago
  39. a8e415d drm/nouveau/bios: check for null script pointers in parser by Ben Skeggs · 13 years ago
  40. 5024c54 drm/nva3/backlight: add suppport for newer style backlight regs by Ben Skeggs · 13 years ago
  41. 0946145 drm/nv50/backlight: express brightness level in percent by Ben Skeggs · 13 years ago
  42. 10b461e drm/nv50/backlight: take the sor into account when bashing regs by Ben Skeggs · 13 years ago
  43. 7307648 drm/nouveau/backlight: make more consistent with rest of driver style by Ben Skeggs · 13 years ago
  44. 68c9918 drm/nouveau: tidy connector hotplug handler, punt messages to debug by Ben Skeggs · 13 years ago
  45. 46959b7 drm/nouveau/dp: remove reliance on vbios for native displayport by Ben Skeggs · 13 years ago
  46. 4372013 drm/nouveau/dp: rewrite auxch transaction routines by Ben Skeggs · 13 years ago
  47. 91a8f1e drm/nouveau: workaround semaphore hw bug causing unnecessary interrupts by Ben Skeggs · 13 years ago
  48. afb0c79 drm/nouveau/tmr: fix miscalculation of ratio on pre-nv4x chipsets by Ben Skeggs · 13 years ago
  49. 378f85e drm/nva3/pm: fixup for NVAF special by Ben Skeggs · 13 years ago
  50. 64e740b drm/nva3/pm: use crystal freq where appropriate by Ben Skeggs · 13 years ago
  51. f2cbe46 drm/nouveau: determine timing crystal freq from straps by Ben Skeggs · 13 years ago
  52. 93e692d drm/nva3/pm: pll disabled if bit 0 of ctrl not set by Ben Skeggs · 13 years ago
  53. 6b70e48 drm/nouveau: magic to make auxch on new macbooks booted in EFI mode work by Ben Skeggs · 13 years ago
  54. 2228c6f drm/nouveau/pm: Document and expose CL and WR for 0x1002Cx by Roy Spliet · 13 years ago
  55. 9a78248 drm/nouveau/pm: add initial NV3x/NVCx memtiming support, improve other cards by Roy Spliet · 13 years ago
  56. 1cb70b3 drm/nouveau: remove special-casing of hotplug detection type by Ben Skeggs · 13 years ago
  57. bd57e7f drm/nvd0: no page flipping at the moment by Ben Skeggs · 13 years ago
  58. 64c2502 drm/nvc0/gr: remove max tpc count info by Ben Skeggs · 13 years ago
  59. e432d48 drm/nvd0: lets not attempt to dereference a nv50_display pointer by Ben Skeggs · 13 years ago
  60. 658e86e drm/nouveau: enable hwmon support when both nouveau/hwmon are built as modules. by Ken Milmore · 13 years ago
  61. 37b034a drm/nvd0/disp: tidy up what we have so far by Ben Skeggs · 13 years ago
  62. ee41779 drm/nvd0/disp: rewrite irq handler, should be somewhat sturdier now by Ben Skeggs · 13 years ago
  63. f20ce96 drm/nvd0/disp: do modeset irq handling from tasklet by Ben Skeggs · 13 years ago
  64. 3b6d83d1 drm/nvd0/disp: untested LVDS support by Ben Skeggs · 13 years ago
  65. c6f2f71 drm/nvd0/disp: track down fb positioning method by Ben Skeggs · 13 years ago
  66. ff8ff50 drm/nvd0/disp: determine U table config in or_mode_set() by Ben Skeggs · 13 years ago
  67. b681993 drm/nvd0/disp: dac load detect by Ben Skeggs · 13 years ago
  68. 629c1b9 drm/nvd0/disp: handle sync polarity, kill off some unknown by Ben Skeggs · 13 years ago
  69. f3fdc52 drm/nvd0/disp: scaling by Ben Skeggs · 13 years ago
  70. a46232e drm/nvd0/disp: push the update button in mode_set_base() by Ben Skeggs · 13 years ago
  71. 8ea0d4a drm/nvd0/disp: fixup clut so it actually works by Ben Skeggs · 13 years ago
  72. 3a89cd0 drm/nvd0/disp: initial attempt at modeset irq handling by Ben Skeggs · 13 years ago
  73. b6d8e7e drm/nvd0/disp: stub dac load detect, prevents oops by Ben Skeggs · 13 years ago
  74. 8eaa966 drm/nvd0/disp: dac encoder module by Ben Skeggs · 13 years ago
  75. a36f04c drm/nvd0/disp: extend the init voodoo to cover crtcs by Ben Skeggs · 13 years ago
  76. c0cc92a drm/nvd0/disp: remove lp reordering from vram dmaobj, create fb dmaobjs by Ben Skeggs · 13 years ago
  77. 1d6e7a5 drm/nvd0/disp: some magic to make evo happeir by Ben Skeggs · 13 years ago
  78. 2fad3d5 drm/nvd0/disp: they moved the linear flag.. by Ben Skeggs · 13 years ago
  79. 438d99e drm/nvd0/disp: initial crtc object implementation by Ben Skeggs · 13 years ago
  80. 270a574 drm/nvd0/disp: skeletal handling of modeset interrupts by Ben Skeggs · 13 years ago
  81. 83fc083 drm/nvd0/disp: start on SOR encoder functions by Ben Skeggs · 13 years ago
  82. efd272a drm/nvd0/disp: setup a couple of dma objects we'll need by Ben Skeggs · 13 years ago
  83. 4600522 drm/nvd0/disp: start on interrupt handling by Ben Skeggs · 13 years ago
  84. 51beb42 drm/nvd0/disp: whip up some basic dma handling for the evo channels by Ben Skeggs · 13 years ago
  85. 26f6d88 drm/nvd0/disp: very initial evo setup by Ben Skeggs · 13 years ago
  86. 02e4f58 drm/nouveau/bios: allow passing in crtc to the init table parser by Ben Skeggs · 13 years ago
  87. 4784e4a drm/nvd0/pm: enable clock/voltage hooks by Ben Skeggs · 13 years ago
  88. 7513906 drm/nouveau/bios: fix INIT_GPIO for new chipsets by Ben Skeggs · 13 years ago
  89. d7f8172 drm/nvd0/gpio: initial implementation by Ben Skeggs · 13 years ago
  90. eeb3ca1 drm/nvd0/i2c: initial implementation by Ben Skeggs · 13 years ago
  91. d9f61c2 drm/nouveau: initial chipset description for nvdX chipsets by Ben Skeggs · 13 years ago
  92. 03bc967 drm/nouveau: allow modeset module option to select 'headless mode' by Ben Skeggs · 13 years ago
  93. 1575b36 drm/nouveau: fixup init/fini sequence to deal with no CRTCs by Ben Skeggs · 13 years ago
  94. 048a885 drm/nouveau: make general drm modesetting init common by Ben Skeggs · 13 years ago
  95. 2e9733f drm/nvd0: add a card_type for 0xdX chipsets by Ben Skeggs · 13 years ago
  96. f3f2f54 drm/nv04/pm: recalibrate timer on nvclk changes by Martin Peres · 13 years ago
  97. 591b06d drm/nouveau/tmr: calibrate for ns timestamps on init by Ben Skeggs · 13 years ago
  98. 16cd399 drm/nvc0/gr: unblacklist nvcf acceleration by Ben Skeggs · 13 years ago
  99. 0b3b557 drm/nouveau: don't complain for disabled timingset entries by Ben Skeggs · 13 years ago
  100. e425e0b drm/nvc0/gr: copy GPC mpart config from PFFB by Ben Skeggs · 13 years ago