1. dbff2de drm/nve0/fifo: support engine selection when creating fifo channels by Ben Skeggs · 12 years ago
  2. 43b1e9c drm/nouveau/device: return proper error codes if ioremap fails by Ben Skeggs · 12 years ago
  3. c4837d2 drm/nouveau/core: remove some left-over pieces from the porting process by Ben Skeggs · 12 years ago
  4. b10f20d drm/nvc0-/gr: remove reset-after-grctx-construction hack by Ben Skeggs · 12 years ago
  5. 5999933 drm/nouveau: add Kconfig options for debug control by Ben Skeggs · 12 years ago
  6. 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
  7. 2094dd8 drm/nouveau/device: include the official chipset names by Ben Skeggs · 12 years ago
  8. 51a3d34 drm/nouveau/backlight: remove dependence on nouveau_drv.h by Ben Skeggs · 12 years ago
  9. 84058eb drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV} by Ben Skeggs · 12 years ago
  10. fce875d drm/nouveau: move compat ioctl out of nouveau_drv.h by Ben Skeggs · 12 years ago
  11. c007706 drm/nouveau/acpi: move definitions out of nouveau_drv.h by Ben Skeggs · 12 years ago
  12. d38ac52 drm/nouveau/mxm: split up into bios code and a subdev module by Ben Skeggs · 12 years ago
  13. 08c7709 drm/nouveau: start culling unused code by Ben Skeggs · 12 years ago
  14. ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
  15. ac1499d drm/nvc0-/gr: generate grctx template at init time, not first context ctor by Ben Skeggs · 12 years ago
  16. c4afbe7 drm/nvc0-/gr: share headers between fermi and kepler graphics code by Ben Skeggs · 12 years ago
  17. f589be8 drm/nouveau/pageflip: kick flip handling out of engsw and into fence by Ben Skeggs · 12 years ago
  18. bc9e7b9 drm/nouveau: move some more code around to more appropriate places by Ben Skeggs · 12 years ago
  19. a73c5c5 drm/nvc0-nve0/graph: rename dev to priv, no code changes by Ben Skeggs · 12 years ago
  20. e193b1d drm/nouveau/fence: un-port from nouveau_exec_engine interfaces by Ben Skeggs · 12 years ago
  21. 66f2472 drm/nouveau: pull nouveau_gem definitions into their own header by Ben Skeggs · 12 years ago
  22. 8be21a6 drm/nouveau: pull nouveau_bo definitions into their own header by Ben Skeggs · 12 years ago
  23. 017e6e2 drm/nv04/disp: kick all private state out to own header by Ben Skeggs · 12 years ago
  24. 3863c9b drm/nouveau/instmem: completely new implementation, as a subdev module by Ben Skeggs · 12 years ago
  25. 8a9b889 drm/nouveau: remove last use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  26. 092599da drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  27. 73a60c0 drm/nouveau/gpuobj: remove flags for vm-mappings by Ben Skeggs · 12 years ago
  28. 18c9b95 drm/nouveau/gpuobj: create wrapper functions for mapping gpuobj into vm/bar by Ben Skeggs · 12 years ago
  29. 9da226f drm/nvc0/fifo: handle bar1 control regs much like fifo/nve0 by Ben Skeggs · 12 years ago
  30. 70ee6f1 drm/nv04-nv40/fifo: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  31. 5787640 drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
  32. af7afbd drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths by Ben Skeggs · 12 years ago
  33. 861d210 drm/nouveau/fb: merge fb/vram and port to subdev interfaces by Ben Skeggs · 12 years ago
  34. 0134a97 drm/nv50-/instmem: allocate vram for kernel objects from end of vram by Ben Skeggs · 12 years ago
  35. 496734b drm/nouveau/core: add support for reverse mm allocations by Ben Skeggs · 12 years ago
  36. 5a5c743 drm/nouveau/timer: port to subdev interfaces by Ben Skeggs · 12 years ago
  37. 7d9115d drm/nouveau/mc: port to subdev interfaces by Ben Skeggs · 12 years ago
  38. cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
  39. 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 12 years ago
  40. 8aceb7d drm/nouveau/clk: implement stub clock subdev by Ben Skeggs · 12 years ago
  41. 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
  42. e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
  43. cd42439 drm/nouveau/oldbios: remove shadowing support, use bios subdev's image by Ben Skeggs · 12 years ago
  44. 70c0f26 drm/nouveau/bios: pull in basic vbios subdev, more to come later by Ben Skeggs · 12 years ago
  45. 586c55f drm/nouveau: have non-core mmio accesses go through device object by Ben Skeggs · 12 years ago
  46. 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago
  47. 9274f4a drm/nouveau/core: pull in most of the new core infrastructure by Ben Skeggs · 12 years ago
  48. aa4cc5d2 drm/nouveau/agp: move all agp stuff into its own source file by Ben Skeggs · 12 years ago
  49. 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 12 years ago
  50. 3a92d37 drm/nouveau/gem: use bo.offset rather than mm_node.start by Ben Skeggs · 12 years ago
  51. d6ba6d2 drm/nvc0/fence: restore pre-suspend fence buffer context on resume by Ben Skeggs · 12 years ago
  52. 833dd82 drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_EN by Ben Skeggs · 12 years ago
  53. 79eee7a drm/nvc0/ltcg: mask off intr 0x10 by Ben Skeggs · 12 years ago
  54. c7ead11 drm/nouveau: silence a debug message triggered by newer userspace by Ben Skeggs · 12 years ago
  55. 6c06d60 drm/nouveau: add dmi quirk for gpio reset by Dave Airlie · 12 years ago
  56. 18d4dbd Revert "drm/nv50-/gpio: initialise to vbios defaults during init" by Dave Airlie · 12 years ago
  57. 610bd7d drm/nouveau: fix booting with plymouth + dumb support by Dave Airlie · 12 years ago
  58. f4fe968 Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  59. 991083b drm/nv50-/gpio: initialise to vbios defaults during init by Ben Skeggs · 12 years ago
  60. a348cd5 drm/nvd0/disp: hopefully fix selection of 6/8bpc mode on DP outputs by Ben Skeggs · 12 years ago
  61. f08859a Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  62. 14f0458 drm/nvc0/copy: check PUNITS to determine which copy engines are disabled by Ben Skeggs · 12 years ago
  63. e99eac5 vga_switcheroo: Don't require handler init callback by Seth Forshee · 12 years ago
  64. 2064db7 drm/nv86/fifo: suspend fix by Maxim Levitsky · 12 years ago
  65. fe0aac1 drm/nouveau: disable copy engine on NVAF by Henrik Rydberg · 12 years ago
  66. 44b9f44e nouveau: fixup scanout enable in nvc0_pm by Maarten Lankhorst · 12 years ago
  67. 3d7a1da drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry by Ben Skeggs · 12 years ago
  68. af5e7d8 drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinate by Christoph Bumiller · 12 years ago
  69. e2b34fa drm/nve0/fifo: add support for the flip completion swmthd by Ben Skeggs · 12 years ago
  70. 2536f7d Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 12 years ago
  71. 7158554 drm/nouveau: init vblank requests list by Marcin Slusarz · 12 years ago
  72. 0ade74b drm/nv50: extend vblank semaphore to generic dmaobj + offset pair by Ben Skeggs · 12 years ago
  73. 2a259a3 drm/nouveau: mark most of our ioctls as deprecated, move to compat layer by Ben Skeggs · 12 years ago
  74. ce22af0 drm/nouveau: move current gpuobj code out of nouveau_object.c by Ben Skeggs · 12 years ago
  75. 5086f69 drm/nouveau/gem: fix object reference leak in a failure path by Ben Skeggs · 12 years ago
  76. 887cd78 drm/nv50: rename INVALID_QUERY_OR_TEXTURE error to INVALID_OPERATION by Marcin Slusarz · 12 years ago
  77. e0dd536 drm/nv84: decode PCRYPT errors by Marcin Slusarz · 12 years ago
  78. 16fde6c drm/nouveau: dcb table quirk for fdo#50830 by Ben Skeggs · 12 years ago
  79. ce806a3 nouveau: Fix alignment requirements on src and dst addresses by Maarten Lankhorst · 12 years ago
  80. 949c4a3 drm: track dev_mapping in more robust and flexible way by Ilija Hadzic · 12 years ago
  81. e6b0b6a Merge tag 'v3.5-rc7' into drm-next by Dave Airlie · 12 years ago
  82. b0071ef drm: kill reclaim_buffers callback by Daniel Vetter · 13 years ago
  83. e811f5a drm: Make the .mode_fixup() operations mode argument a const pointer by Laurent Pinchart · 12 years ago
  84. e9bf5f3 drm/nouveau: add license header to prime. by Dave Airlie · 12 years ago
  85. 9bd0c15 drm/nouveau/fbcon: using nv_two_heads is not a good idea by Ben Skeggs · 12 years ago
  86. 35916ac nouveau: add vmap support to nouveau prime support by Dave Airlie · 12 years ago
  87. e1bbc4b nouveau: add stub dma-buf mmap functionality. by Dave Airlie · 12 years ago
  88. f2fde3a6 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  89. af3289e drm/nouveau/nvd9: Fix GPIO initialisation sequence. by Marcin Kościelnicki · 12 years ago
  90. 5c5ed6e drm/nouveau: Unregister switcheroo client on exit by Andreas Heider · 12 years ago
  91. 2f3787a drm/nouveau: Check dsm on switcheroo unregister by Andreas Heider · 12 years ago
  92. 42eddbd drm/nouveau: fix a minor annoyance in an output string by Ben Skeggs · 12 years ago
  93. 6e5a429 drm/nouveau: turn a BUG into a WARN by Ben Skeggs · 12 years ago
  94. 547e6c7 drm/nv50: decode PGRAPH DATA_ERROR = 0x24 by Marcin Slusarz · 12 years ago
  95. a6a1785 drm/nouveau/disp: fix dithering not being enabled on some eDP macbooks by Ben Skeggs · 12 years ago
  96. 0c75f33 drm/nvd9/copy: initialise copy engine, seems to work like nvc0 by Ben Skeggs · 12 years ago
  97. 1a46098 drm/nvc0/ttm: use copy engines for async buffer moves by Ben Skeggs · 12 years ago
  98. fdf5324 drm/nva3/ttm: use copy engine for async buffer moves by Ben Skeggs · 12 years ago
  99. 5490e5d drm/nv98/ttm: add in a (disabled) crypto engine buffer copy method by Ben Skeggs · 12 years ago
  100. 4c193d2 drm/nv84/ttm: use crypto engine for async buffer copies by Ben Skeggs · 12 years ago