1. da27986 i915: i965 non-secure batchbuffer bit has moved. by Dave Airlie · 17 years ago
  2. a461046 nouveau/nv50: demagic instmem setup. by Ben Skeggs · 17 years ago
  3. 39907f6 nouveau: Allow creation of gpuobjs before any other init has taken place. by Ben Skeggs · 17 years ago
  4. 7784e8c nouveau: silence irq handler a bit by Ben Skeggs · 17 years ago
  5. 7281463 nouveau/nv40: add some missing pciids. by Ben Skeggs · 17 years ago
  6. e326acf nouveau : nv10, nv20, nv30 : don't save all channel in the same RAMFC entry by Matthieu Castet · 17 years ago
  7. 05633ca nouveau: Always allocate drm's push buffer in VRAM by Ben Skeggs · 17 years ago
  8. 40f2156 nouveau: return channel id by Ben Skeggs · 17 years ago
  9. 296050e nouveau/nv50: hack up initial channel context from current state by Ben Skeggs · 17 years ago
  10. 4ad4871 nouveau: enable/disable engine-specific interrupts in _init()/_takedown() by Ben Skeggs · 17 years ago
  11. a4759b8 nouveau : fix enable irq (in the previous code all irq were masked by engine by Matthieu Castet · 17 years ago
  12. 66f5232 nouveau: Init global gpuobj list early, unbreaks sgdma code. by Ben Skeggs · 17 years ago
  13. ac24f32 nouveau: Bump PCI GART to 16MB by Stephane Marchesin · 17 years ago
  14. 8d5a8eb nouveau: ouch, add nouveau_dma.[ch] files.. by Ben Skeggs · 17 years ago
  15. 7a0a812 nouveau: Remove PGRAPH_SURFACE hack, it wont work now anyway. by Ben Skeggs · 17 years ago
  16. cf04641 nouveau: Give DRM its own gpu channel by Ben Skeggs · 17 years ago
  17. 51f24be nouveau: Determine trapped channel id from active grctx on >=NV40 by Ben Skeggs · 17 years ago
  18. 97770db nouveau: Various internal and external API changes by Ben Skeggs · 17 years ago
  19. beaa0c9 nouveau: Pass channel struct around instead of channel id. by Ben Skeggs · 17 years ago
  20. 2453ba1 nouveau:nv10: fill and use load,save graph context functions by Patrice Mandin · 17 years ago
  21. f01026e nouveau: creating notifier in PCI memory for PCIGART by Arthur Huillet · 17 years ago
  22. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  23. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  24. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  25. f4e1c1d FreeBSD warnings cleanup. by Eric Anholt · 17 years ago
  26. 05204b9 Merge branch 'origin' by Eric Anholt · 17 years ago
  27. 0c95d48 nouveau/nv50: get non-default push buffer sizes working. by Ben Skeggs · 17 years ago
  28. 33a5041 Add dry-coded DRM drawable private information storage for FreeBSD. by Eric Anholt · 17 years ago
  29. af4cfa6 nouveau: Make nouveau_wait_for_idle() read PTIMER. by Pekka Paalanen · 17 years ago
  30. 696bee0 nouveau: Add read() method to Engine.timer. by Pekka Paalanen · 17 years ago
  31. 0c77f5a nouveau: Add bitfield names for NSOURCE and NSTATUS. by Pekka Paalanen · 17 years ago
  32. 14ecf8d nouveau: Replace 0x00400104 and 0x00400108 with names. by Pekka Paalanen · 17 years ago
  33. a64b5d8 fix some missing whitespace/tab by Dave Airlie · 17 years ago
  34. 6ad1df2 drm: remove drm_u64_t, replace with uint64_t everwhere by Dave Airlie · 17 years ago
  35. 875dd1e nouveau: Destroy PGRAPH context table on PGRAPH takedown by Ben Skeggs · 17 years ago
  36. ec67c2d nouveau: G8x PCIEGART by Ben Skeggs · 17 years ago
  37. 70a8a60 Correct errors in the usage of pci_map_page. by Ian Romanick · 17 years ago
  38. 3f04fe7 Fix FreeBSD build. by Eric Anholt · 17 years ago
  39. 24311d5 drm: remove drm_buf_t by Dave Airlie · 17 years ago
  40. be85ad0 drm: detypedef ttm/bo/fence code by Dave Airlie · 17 years ago
  41. 6dce9e0 drm: remove hashtab/sman and object typedefs by Dave Airlie · 17 years ago
  42. 21ee6fb drm: remove drmP.h internal typedefs by Dave Airlie · 17 years ago
  43. 1a07256 drm: remove ttm userspace typedefs by Dave Airlie · 17 years ago
  44. b95ac8b drm: detypedef drm.h and fixup all problems by Dave Airlie · 17 years ago
  45. f174f83 drm: remove typedefs in drm.h to their own section by Dave Airlie · 17 years ago
  46. 2134193 Merge branch 'drm-ttm-cleanup-branch' by Dave Airlie · 17 years ago
  47. bc7d6c7 nouveau: nv10 and nv11/15 are different by Patrice Mandin · 17 years ago
  48. aa6d919 applied patch from Ian Romanick fixing PCI DMA object creation code by Arthur Huillet · 17 years ago
  49. 5ae3ad4 now attempting to create PCI object only when there is a pci_heap by Arthur Huillet · 17 years ago
  50. 0029713 nouveau: nuke internal typedefs, and drm_device_t use. by Ben Skeggs · 17 years ago
  51. 851c950 nouveau: unbreak AGP by Ben Skeggs · 17 years ago
  52. af317f1 nouveau: mem_alloc() returns offsets, not absolute addresses now. by Ben Skeggs · 17 years ago
  53. 522a0c8 nouveau: nuke left over debug message by Ben Skeggs · 17 years ago
  54. 750371c nouveau: separate region_offset into map_handle and offset. by Ben Skeggs · 17 years ago
  55. 5fbdf9d fixed object creation code to not Oops on 64bits, worked around memalloc not working on 64bit for PCIGART by Arthur Huillet · 17 years ago
  56. b301a90 NV50 will not attempt to use PCIGART now by Arthur Huillet · 17 years ago
  57. d26ae22 fixed bug that prevented PCIE cards from actually using PCIGART - NV50 will probably still have a problem by Arthur Huillet · 17 years ago
  58. 5ccadac nouveau/nv50: G80 fixes. by Ben Skeggs · 17 years ago
  59. 13e1377 nouveau: Some checks on userspace object handles. by Ben Skeggs · 17 years ago
  60. 2c9e05c Merge branch 'master' into cleanup by Dave Airlie · 17 years ago
  61. 694e1c5 Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel. by Arthur Huillet · 17 years ago
  62. 023f7d9 nouveau: Allocate mappable VRAM for notifiers.. by Ben Skeggs · 17 years ago
  63. 31e3381 nouveau: Don't be so strict on <NV50 by Ben Skeggs · 17 years ago
  64. 3c58195 nouveau: Avoid oops by Ben Skeggs · 17 years ago
  65. c806bba nouveau/nv50: Initial channel/object support by Ben Skeggs · 17 years ago
  66. 3324342 nouveau: enable reporting for all PFIFO/PGRAPH irqs by Ben Skeggs · 17 years ago
  67. 163f852 nouveau: rewrite gpu object code by Ben Skeggs · 17 years ago
  68. 9199094 One more spinlock initializer cleanup. by Michel Dänzer · 17 years ago
  69. e26ec51 nouveau: small RAMFC cleanups by Ben Skeggs · 17 years ago
  70. 1c32fec nouveau: Hack around possible Xv blit adaptor breakage by Ben Skeggs · 17 years ago
  71. 2dd8577 nouveau/nv10: Fix earlier NV1x chips by Ben Skeggs · 17 years ago
  72. 68ecf61 nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit by Ben Skeggs · 17 years ago
  73. 18a6d1c nouveau: simplify PRAMIN access by Ben Skeggs · 17 years ago
  74. 38617b6 nouveau: name some regs by Ben Skeggs · 17 years ago
  75. ce0d528 nouveau/nv50: skeletal backend by Ben Skeggs · 17 years ago
  76. 695599f nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) by Ben Skeggs · 17 years ago
  77. 4f2dd78 nouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly + small tweaks by Ben Skeggs · 17 years ago
  78. 9b9a127 More 64-bit padding. by Thomas Hellstrom · 17 years ago
  79. 5c27f8a Add support SiS based XGI chips to SiS DRM. by Ian Romanick · 17 years ago
  80. 9f61752 nouveau: NV49/NV4B PGRAPH setup from jb17bsome and stephan_2303 by Ben Skeggs · 17 years ago
  81. 3dfc13e nouveau: kill some dead code by Ben Skeggs · 17 years ago
  82. 5f05cd7 nouveau: NV04/NV10/NV20 PGRAPH engtab functions by Ben Skeggs · 17 years ago
  83. 5d55b06 nouveau: NV3X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  84. 341bc78 nouveau: NV1X/2X/3X PFIFO engtab functions by Ben Skeggs · 17 years ago
  85. 05d86d9 nouveau: NV04 PFIFO engtab functions by Ben Skeggs · 17 years ago
  86. acb710d nouveau: NV4X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  87. f2e64d5 nouveau: NV4X PFIFO engtab functions by Ben Skeggs · 17 years ago
  88. 0afb3b5 nouveau: split PFIFO/PGRAPH context creation by Ben Skeggs · 17 years ago
  89. 9dbf322 nouveau: (mostly) hook up put_base again by Ben Skeggs · 17 years ago
  90. 24b71c3 nouveau: prototype PFIFO/PGRAPH engtab API by Ben Skeggs · 17 years ago
  91. 5c7c07f nouveau: rename engtab functions by Ben Skeggs · 17 years ago
  92. 068ffc1 radeon: Acknowledge all interrupts we're interested in. by Michel Dänzer · 17 years ago
  93. 40f6a69 r300: Synchronized the register defines file; documentation changes. by Oliver McFadden · 17 years ago
  94. 213732a r300: Allow writes to R300_VAP_PVS_WAITIDLE. by Oliver McFadden · 17 years ago
  95. 215787e r300: Registers 0x2220-0x2230 are known as R300_VAP_CLIP_X_0-R300_VAP_CLIP_Y_1. by Oliver McFadden · 17 years ago
  96. 8038e7b r300: Synchronized the register defines file again. by Oliver McFadden · 17 years ago
  97. 3d5d41f i915: Fix handling of breadcrumb counter wraparounds. by Michel Dänzer · 17 years ago
  98. f984b1b Fix some obvious bugs. by Thomas Hellstrom · 17 years ago
  99. b6b5df2 Try to make buffer object / fence object ioctl args 64-bit safe. by Thomas Hellstrom · 17 years ago
  100. 3181573 r300: Added the CP maximum fetch size and ring rptr update variables. by Oliver McFadden · 17 years ago