1. 3376ee3 drm/nvd0/disp: add support for page flipping by Ben Skeggs · 13 years ago
  2. 1a97b4a drm/nouveau: Keep RAMIN heap within the channel. by Younes Manton · 13 years ago
  3. e432d48 drm/nvd0: lets not attempt to dereference a nv50_display pointer by Ben Skeggs · 13 years ago
  4. 1575b36 drm/nouveau: fixup init/fini sequence to deal with no CRTCs by Ben Skeggs · 13 years ago
  5. 2e9733f drm/nvd0: add a card_type for 0xdX chipsets by Ben Skeggs · 13 years ago
  6. 9a11dd6 drm/nouveau: fix off-by-one by Ben Skeggs · 13 years ago
  7. bf08bcc drm/nouveau: fix null pointer deref on pre-nv50 chipsets by Ben Skeggs · 13 years ago
  8. 5de8037 drm/nvc0: enable per-client address spaces by Ben Skeggs · 13 years ago
  9. 3d483d5 drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm by Ben Skeggs · 13 years ago
  10. 180cc30 drm/nouveau: convert bo.mem.start usage to bo.offset by Ben Skeggs · 13 years ago
  11. 6e32fed drm/nouveau: will need to specify channel for vm-ful gpuobj allocations by Ben Skeggs · 13 years ago
  12. b7cb6c0 drm/nouveau: modify gpuobj/ntfy takedown ordering by Ben Skeggs · 13 years ago
  13. 0320d79 drm/nv50-nvc0/chan: inherit vm from fpriv, rather than chan_vm directly by Ben Skeggs · 13 years ago
  14. e8a863c drm/nouveau: store a per-client channel list by Ben Skeggs · 13 years ago
  15. a82dd49 drm/nouveau: remove remnants of nouveau_pgraph_engine by Ben Skeggs · 13 years ago
  16. 2703c21 drm/nv50/gr: move to exec engine interfaces by Ben Skeggs · 13 years ago
  17. 6dfdd7a drm/nouveau: working towards a common way to represent engines by Ben Skeggs · 13 years ago
  18. 4ea52f8 drm/nouveau: move engine object creation into per-engine hooks by Ben Skeggs · 13 years ago
  19. 04eb34a drm/nouveau: split ramin_lock into two locks, one hardirq safe by Ben Skeggs · 13 years ago
  20. cdccc70 drm/nv50-nvc0: initialise display sync channels by Ben Skeggs · 14 years ago
  21. 58e6c7a drm/nouveau: introduce new gart type, and name _SGDMA more appropriately by Ben Skeggs · 14 years ago
  22. 31a5b8c drm/nouveau: don't munge in drm_mm internals by Daniel Vetter · 14 years ago
  23. e457aca drm/nouveau: create grctx on the fly on all chipsets by Ben Skeggs · 14 years ago
  24. effd6e0 drm/nvc0: implement channel structure initialisation by Ben Skeggs · 14 years ago
  25. 7460d70 drm/nvc0: gpuobj_new need only check validity and init the relevant engine by Ben Skeggs · 14 years ago
  26. fd70b6c drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation. by Francisco Jerez · 14 years ago
  27. b571fe2 drm/nv50: tidy up PCIEGART implementation by Ben Skeggs · 14 years ago
  28. 4c136142 drm/nv50: implement global channel address space on new VM code by Ben Skeggs · 14 years ago
  29. a11c319 drm/nv50: import new vm code by Ben Skeggs · 14 years ago
  30. a0fd9b9 drm/nouveau: no need to zero dma objects, we fill them completely anyway by Ben Skeggs · 14 years ago
  31. ceac309 drm/nouveau: implicitly insert non-DMA objects into RAMHT by Ben Skeggs · 14 years ago
  32. 6dccd31 drm/nouveau: Synchronize with the user channel before GPU object destruction. by Francisco Jerez · 14 years ago
  33. ca130c2 drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50. by Francisco Jerez · 14 years ago
  34. 7f4a195 drm/nouveau: tidy up and extend dma object creation interfaces by Ben Skeggs · 14 years ago
  35. e41115d drm/nouveau: rework gpu-specific instmem interfaces by Ben Skeggs · 14 years ago
  36. dc1e5c0 drm/nouveau: simplify gpuobj suspend/resume by Ben Skeggs · 14 years ago
  37. 274fec9 drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files by Ben Skeggs · 14 years ago
  38. f4512e6 drm/nv50: create graph and crypt contexts on demand by Ben Skeggs · 14 years ago
  39. bd2e597 drm/nv84: add support for the PCRYPT engine by Ben Skeggs · 14 years ago
  40. b8c157d drm/nouveau: only expose the object classes that are supported by the chipset by Ben Skeggs · 14 years ago
  41. a6a1a38 drm/nouveau: use object class structs more extensively by Ben Skeggs · 14 years ago
  42. 5053694 drm/nouveau: store engine type in gpuobj class structs by Ben Skeggs · 14 years ago
  43. 9100468 drm/nouveau: pass gpuobj alignment request down into backing allocator by Ben Skeggs · 14 years ago
  44. 18a16a7 drm/nouveau: return error from nouveau_ramht_remove() if not found by Ben Skeggs · 14 years ago
  45. cff5c13 drm/nouveau: add more fine-grained locking to channel list + structures by Ben Skeggs · 14 years ago
  46. dd661e5 drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN. by Francisco Jerez · 14 years ago
  47. 185abec drm/nouveau: remove nouveau_gpuobj_late_takedown by Ben Skeggs · 14 years ago
  48. e05d7ea drm/nouveau: protect gpuobj list + global instmem heap with spinlock by Ben Skeggs · 14 years ago
  49. eb9bcbd drm/nouveau: fix gpuobj refcount to use atomics by Ben Skeggs · 14 years ago
  50. e05c5a3 drm/nouveau: tidy ram{ht,fc,ro} a bit by Ben Skeggs · 14 years ago
  51. fbd2895 drm/nouveau: rework init ordering so nv50_instmem.c can be less bad by Ben Skeggs · 14 years ago
  52. 5125bfd drm/nv50: allow gpuobjs that aren't mapped into aperture by Ben Skeggs · 14 years ago
  53. 43efc9c drm/nouveau: simplify fake gpu objects by Ben Skeggs · 14 years ago
  54. a8eaebc drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity by Ben Skeggs · 14 years ago
  55. de3a6c0 drm/nouveau: rebase per-channel pramin heap offsets to 0 by Ben Skeggs · 14 years ago
  56. b3beb16 drm/nouveau: modify object accessors, offset in bytes rather than dwords by Ben Skeggs · 14 years ago
  57. 479dcae drm/nouveau: move ramht code out of nouveau_object.c, nothing to see here by Ben Skeggs · 14 years ago
  58. 816544b drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsets by Ben Skeggs · 14 years ago
  59. f56cb86 drm/nouveau: add instmem flush() hook by Ben Skeggs · 14 years ago
  60. b6d3d87 drm/nouveau: remove dev_priv->init_state and friends by Ben Skeggs · 14 years ago
  61. b833ac2 drm/nouveau: use drm_mm in preference to custom code doing the same thing by Ben Skeggs · 14 years ago
  62. dd19e44 drm/nouveau: move dereferences after null checks by Marcin Slusarz · 15 years ago
  63. f03a314 drm/nouveau: Allocate a per-channel instance of NV_SW. by Francisco Jerez · 15 years ago
  64. 6ee7386 drm/nouveau: Add DRM driver for NVIDIA GPUs by Ben Skeggs · 15 years ago