1. ec9c088 drm/nvc0/pfifo: support for chipsets with only one PSUBFIFO (0xc1) by Ben Skeggs · 14 years ago
  2. 2a55c9a drm/nvc0: reserve only subc 0 for kernel use by Ben Skeggs · 14 years ago
  3. 6effe39 drm/nv50: sync up gr data error names with rnn, use for nvc0 also by Ben Skeggs · 14 years ago
  4. eae5e7f drm/nvc0: parse a couple more PGRAPH_INTR by Ben Skeggs · 14 years ago
  5. 93d0cd7 drm/nvc0: nuke left-over debug messages by Ben Skeggs · 14 years ago
  6. b1cd916 drm/nvc0: kill off a couple more magics by Ben Skeggs · 14 years ago
  7. 8e91182 drm/nouveau: Validate channel indices passed from userspace. by Michel Hermier · 14 years ago
  8. c429880 drm/nouveau: Only select ACPI_VIDEO if its dependencies are met by Ben Hutchings · 14 years ago
  9. 183720b drm/nvc0: accelerate ttm buffer moves by Ben Skeggs · 14 years ago
  10. 6d86951 drm/nvc0: initial support for tiled buffer objects by Ben Skeggs · 14 years ago
  11. ddbaf79 drm/nvc0: implement fbcon acceleration by Ben Skeggs · 14 years ago
  12. 966a5b7 drm/nvc0: implement pgraph engine hooks by Ben Skeggs · 14 years ago
  13. b2b0993 drm/nvc0: implement pfifo engine hooks by Ben Skeggs · 14 years ago
  14. 529c495 drm/nvc0: implement fencing by Ben Skeggs · 14 years ago
  15. 9654529 drm/nvc0: fix channel dma init paths by Ben Skeggs · 14 years ago
  16. 5216782 drm/nvc0: skip dma object creation for drm channel by Ben Skeggs · 14 years ago
  17. effd6e0 drm/nvc0: implement channel structure initialisation by Ben Skeggs · 14 years ago
  18. 7460d70 drm/nvc0: gpuobj_new need only check validity and init the relevant engine by Ben Skeggs · 14 years ago
  19. 587107b drm/nvc0: reject the notifier_alloc ioctl by Ben Skeggs · 14 years ago
  20. 9980556 drm/nvc0: create shared channel vm by Ben Skeggs · 14 years ago
  21. 8984e04 drm/nvc0: initial vm implementation, use for bar1/bar3 management by Ben Skeggs · 14 years ago
  22. 4c74eb7 drm/nvc0: import initial vm backend by Ben Skeggs · 14 years ago
  23. 3ee0128 drm/nouveau: modify vm to accomodate dual page tables for nvc0 by Ben Skeggs · 14 years ago
  24. 147dc38 drm/nv50: add missing license header to nv50_fbcon.c by Ben Skeggs · 14 years ago
  25. 910d1b3 drm/nv50: fix smatch warning in nv50_vram.c by Ben Skeggs · 14 years ago
  26. d095e23 drm/nouveau: sizeof() vs ARRAY_SIZE() by Dan Carpenter · 14 years ago
  27. b08ebe7 drm/radeon/kms: properly print ontario chip id by Alex Deucher · 14 years ago
  28. b4183e3 drm/radeon/kms: fix vram start calculation on ontario (v2) by Alex Deucher · 14 years ago
  29. ca9693a Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-next by Dave Airlie · 14 years ago
  30. b921bae drm/ttm: delay freeing of old node during move_memcpy until after iounmap by Ben Skeggs · 14 years ago
  31. 99ee7fa drm/radeon: add initial tracepoint support. by Dave Airlie · 14 years ago
  32. c45aada drm/nv50: fix a couple of vm init issues by Francisco Jerez · 14 years ago
  33. fd70b6c drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation. by Francisco Jerez · 14 years ago
  34. 60d2a88 drm/nouveau: kick vram functions out into an "engine" by Ben Skeggs · 14 years ago
  35. 34cf01b drm/nouveau: allow gpuobj vinst to be a virtual address when necessary by Ben Skeggs · 14 years ago
  36. b571fe2 drm/nv50: tidy up PCIEGART implementation by Ben Skeggs · 14 years ago
  37. 5f6fdca drm/nv50: enable non-contig vram allocations where requested by Ben Skeggs · 14 years ago
  38. bfd83ac drm/nv50: enable 4KiB pages for small vram allocations by Ben Skeggs · 14 years ago
  39. 4c136142 drm/nv50: implement global channel address space on new VM code by Ben Skeggs · 14 years ago
  40. f869ef8 drm/nv50: implement BAR1/BAR3 management on top of new VM code by Ben Skeggs · 14 years ago
  41. a11c319 drm/nv50: import new vm code by Ben Skeggs · 14 years ago
  42. 573a2a3 drm/nv50: implement custom vram mm by Ben Skeggs · 14 years ago
  43. 937c347 drm/nouveau: Avoid potential race between nouveau_fence_update() and context takedown. by Francisco Jerez · 14 years ago
  44. a8b214f drm/nouveau: fix use of drm_mm_node in semaphore object by Ben Skeggs · 14 years ago
  45. 7a45d76 drm/nouveau: wrap calls to ttm_bo_validate() by Ben Skeggs · 14 years ago
  46. a0fd9b9 drm/nouveau: no need to zero dma objects, we fill them completely anyway by Ben Skeggs · 14 years ago
  47. 12fb952 drm/nouveau: introduce a util function to wait on reg != val by Ben Skeggs · 14 years ago
  48. ceac309 drm/nouveau: implicitly insert non-DMA objects into RAMHT by Ben Skeggs · 14 years ago
  49. d908175 drm/nouveau: make fifo.create_context() responsible for mapping control regs by Ben Skeggs · 14 years ago
  50. 395a31e drm/nouveau: Spin for a bit in nouveau_fence_wait() before yielding the CPU. by Francisco Jerez · 14 years ago
  51. a3d487e drm/nouveau: Use WC memory on the AGP GART. by Francisco Jerez · 14 years ago
  52. 6dccd31 drm/nouveau: Synchronize with the user channel before GPU object destruction. by Francisco Jerez · 14 years ago
  53. 38cf189 drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch. by Francisco Jerez · 14 years ago
  54. ca130c2 drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50. by Francisco Jerez · 14 years ago
  55. 2e5702a drm/nouveau: fabricate DCB encoder table for iMac G4 by Francisco Jerez · 14 years ago
  56. 7f4a195 drm/nouveau: tidy up and extend dma object creation interfaces by Ben Skeggs · 14 years ago
  57. 6d6c5a1 drm/nouveau: remove some useless GETPARAMs by Ben Skeggs · 14 years ago
  58. 2cb3d3b drm/nv84: fix minor issues in PCRYPT implementation by Ben Skeggs · 14 years ago
  59. 7b4808b drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present instead by Ben Skeggs · 14 years ago
  60. 9fea1bc drm/nv50: fix 0x100c90 init for NVAF by Ben Skeggs · 14 years ago
  61. 20f63af drm/nv50: allocate page for unknown PFB object in nv50_fb.c by Ben Skeggs · 14 years ago
  62. e41115d drm/nouveau: rework gpu-specific instmem interfaces by Ben Skeggs · 14 years ago
  63. dc1e5c0 drm/nouveau: simplify gpuobj suspend/resume by Ben Skeggs · 14 years ago
  64. fce2bad drm/nv50: rework PGPIO IRQ handling and hotplug detection by Ben Skeggs · 14 years ago
  65. e4cbadc drm/nv04-nv40: unregister irq handler on destroy by Ben Skeggs · 14 years ago
  66. 274fec9 drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files by Ben Skeggs · 14 years ago
  67. 5178d40 drm/nouveau: move PFIFO ISR into nv04_fifo.c by Ben Skeggs · 14 years ago
  68. 25b8578 drm/nv04-nv40: register vblank isr by Ben Skeggs · 14 years ago
  69. 8cbe71a drm/nouveau: move bitfield/enum helpers to nouveau_util.c by Ben Skeggs · 14 years ago
  70. 19b7fc7 drm/nv50: use register/unregister functionality for PDISPLAY ISR by Ben Skeggs · 14 years ago
  71. 2cbd4c8 drm/nv50: move GPIO ISR to nv50_gpio.c by Ben Skeggs · 14 years ago
  72. d7facf9 drm/nv84: move PCRYPT ISR out of nouveau_irq.c by Ben Skeggs · 14 years ago
  73. 8f8a544 drm/nouveau: allow irq handlers to be installed by engine-specific code by Ben Skeggs · 14 years ago
  74. a169f09 drm/nv50: 0x50c0 apparently works on NVA3+ too, so lets allow it by Ben Skeggs · 14 years ago
  75. aa2c2e8 drm/nv50: fix compute object class by Ben Skeggs · 14 years ago
  76. 23c45e8 drm/nouveau: Fix sleep while atomic in nouveau_bo_fence(). by Francisco Jerez · 14 years ago
  77. 87a326a drm/nv20: Add Z compression support. by Francisco Jerez · 14 years ago
  78. a5cf68b drm/nouveau: Rework tile region handling. by Francisco Jerez · 14 years ago
  79. e419cf0 drm/nouveau: Add a separate class for the kernel channel mutex. by Francisco Jerez · 14 years ago
  80. 1f6d2de drm/nv50: Keep track of the head a channel is vsync'ing to. by Francisco Jerez · 14 years ago
  81. 1c180fa drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting. by Francisco Jerez · 14 years ago
  82. 332b242 drm/nouveau: Implement the pageflip ioctl. by Francisco Jerez · 14 years ago
  83. 042206c drm/nouveau: Implement the vblank DRM hooks. by Francisco Jerez · 14 years ago
  84. 63f7fcf drm/nv04: Make CRTC base changes effective in the next hsync. by Francisco Jerez · 14 years ago
  85. 382d62e drm/nouveau: fix annoying nouveau_fence type issue by Marcin Slusarz · 14 years ago
  86. 5f80198 drm/nv50: regression fix, point NVAA/NVAC at correct PM functions by Ben Skeggs · 14 years ago
  87. 35fa2f2 drm/nouveau: add support for MSI by Ben Skeggs · 14 years ago
  88. 01d63187 drm/nv10: fix thinko and let nv17 do 3d again :) by Ben Skeggs · 14 years ago
  89. 8888cb1 drm/nv50: fix evo instmem alignment by Ben Skeggs · 14 years ago
  90. 97e2000 drm/nv50: improve evo error handler when more than just channel 0 active by Ben Skeggs · 14 years ago
  91. 43ce028 drm/nv50: rework evo init to match nvidia more closely by Ben Skeggs · 14 years ago
  92. 1e96268 drm/nv50: initial work to allow multiple evo channels by Ben Skeggs · 14 years ago
  93. b7bc613 drm/nv50: move evo handling to nv50_evo.c by Ben Skeggs · 14 years ago
  94. 106ddad drm/nv50: clearer separation of the stages of evo init by Ben Skeggs · 14 years ago
  95. f4512e6 drm/nv50: create graph and crypt contexts on demand by Ben Skeggs · 14 years ago
  96. 3052be2 drm/nv50: remove excessive alignment of graph/crypt contexts by Ben Skeggs · 14 years ago
  97. bd2e597 drm/nv84: add support for the PCRYPT engine by Ben Skeggs · 14 years ago
  98. b8c157d drm/nouveau: only expose the object classes that are supported by the chipset by Ben Skeggs · 14 years ago
  99. a6a1a38 drm/nouveau: use object class structs more extensively by Ben Skeggs · 14 years ago
  100. 5053694 drm/nouveau: store engine type in gpuobj class structs by Ben Skeggs · 14 years ago