1. 5d6fdd9 Clean up xgi_cmd_info and associated code. by Ian Romanick · 17 years ago
  2. ed82d53 Clean up flush command generation in addFlush2D. by Ian Romanick · 17 years ago
  3. 659209c Clean up generation of begin commands in xgi_submit_cmdlist by Ian Romanick · 17 years ago
  4. 6bd8483 Change handling of begin types slightly. by Ian Romanick · 17 years ago
  5. 56665a4 Delete unused variable in xgi_driver_load. by Ian Romanick · 17 years ago
  6. 970674f Fix error handing related to xgi_cmdlist_initialize. by Ian Romanick · 17 years ago
  7. a33f548 Debug message and comment clean up in xgi_submit_cmdlist. by Ian Romanick · 17 years ago
  8. 15245b6 Rework xgi_(pcie|fb)_free_all to prevent deadlock. by Ian Romanick · 17 years ago
  9. 2f53ce4 Move MMIO drm_addmap (and code that depends on it) to xgi_bootstrap. by Ian Romanick · 17 years ago
  10. 5ba94c2 Initial pass at converting driver to DRM infrastructure. by Ian Romanick · 17 years ago
  11. 8d60bf2 Add XP5 and XP10 PCI IDs. by Ian Romanick · 17 years ago
  12. 7f98815 Make drm_sg_free callable in-kernel. by Ian Romanick · 17 years ago
  13. bcba7ba Log message clean up in WriteRegDWord. Remove unused inline functions. by Ian Romanick · 17 years ago
  14. 5b08ab2 Clean ups (primarilly log messages) in xgi_test_rwinkernel. by Ian Romanick · 17 years ago
  15. 2b6ea46 Eliminate unnecessary structures and defines. by Ian Romanick · 17 years ago
  16. 658ff2d Eliminate several useless ioctls and associated cruft. by Ian Romanick · 17 years ago
  17. 4575d5b Massive log message clean up in xgi_submit_cmdlist. by Ian Romanick · 17 years ago
  18. 5522136 Merge branch 'master' into xgi-0-0-2 by Ian Romanick · 17 years ago
  19. 851c950 nouveau: unbreak AGP by Ben Skeggs · 17 years ago
  20. af317f1 nouveau: mem_alloc() returns offsets, not absolute addresses now. by Ben Skeggs · 17 years ago
  21. 522a0c8 nouveau: nuke left over debug message by Ben Skeggs · 17 years ago
  22. 750371c nouveau: separate region_offset into map_handle and offset. by Ben Skeggs · 17 years ago
  23. 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
  24. b301a90 NV50 will not attempt to use PCIGART now by Arthur Huillet · 17 years ago
  25. d26ae22 fixed bug that prevented PCIE cards from actually using PCIGART - NV50 will probably still have a problem by Arthur Huillet · 17 years ago
  26. 5ccadac nouveau/nv50: G80 fixes. by Ben Skeggs · 17 years ago
  27. 13e1377 nouveau: Some checks on userspace object handles. by Ben Skeggs · 17 years ago
  28. 694e1c5 Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel. by Arthur Huillet · 17 years ago
  29. 04e4922 Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ioctl wrapper by Arthur Huillet · 17 years ago
  30. 76ca1e8 Convert occurances of U32 to other types. by Ian Romanick · 17 years ago
  31. a9c49be Fix ioctl types. by Ian Romanick · 17 years ago
  32. 5c481d0 Eliminiate fields in xgi_info that are duplicates of fields in pci_dev. by Ian Romanick · 17 years ago
  33. 1f4e24b Move types shared with user mode to xgi_drm.h. by Ian Romanick · 17 years ago
  34. 7268b65 Correct types that are shared with user mode. by Ian Romanick · 17 years ago
  35. a3f56dc Adjust the types of the fields of xgi_aperture. by Ian Romanick · 17 years ago
  36. 2f2d8b9 Merge xgi_mem_req and xgi_mem_alloc into a single type. by Ian Romanick · 17 years ago
  37. 023f7d9 nouveau: Allocate mappable VRAM for notifiers.. by Ben Skeggs · 17 years ago
  38. 31e3381 nouveau: Don't be so strict on <NV50 by Ben Skeggs · 17 years ago
  39. 3c58195 nouveau: Avoid oops by Ben Skeggs · 17 years ago
  40. c806bba nouveau/nv50: Initial channel/object support by Ben Skeggs · 17 years ago
  41. 3324342 nouveau: enable reporting for all PFIFO/PGRAPH irqs by Ben Skeggs · 17 years ago
  42. 163f852 nouveau: rewrite gpu object code by Ben Skeggs · 17 years ago
  43. 86e75b7 Remove XGI_IOCTL_CPUID and associated cruft. by Ian Romanick · 17 years ago
  44. 8b18276 Major clean up of xgi_ge_irq_handler by Ian Romanick · 17 years ago
  45. 2695e8e Convert weird rtdsc usage to get_cycles. by Ian Romanick · 17 years ago
  46. d57b7f0 Use idr_replace trick to eliminate struct drm_ctx_sarea_list. by Kristian Høgsberg · 17 years ago
  47. 1814a82 Don't take dev->struct_mutex twice in drm_setsareactx. by Kristian Høgsberg · 17 years ago
  48. 9199094 One more spinlock initializer cleanup. by Michel Dänzer · 17 years ago
  49. ea832a8 Simplification for previous commit. by Michel Dänzer · 17 years ago
  50. 8d96ba9 Restore pre-idr semantics for drawable information. by Michel Dänzer · 17 years ago
  51. c9d752f Fix must-check warnings and implement a few error paths. by Kristian Høgsberg · 17 years ago
  52. b323ab5 Drop drm_drawable_list and add drm_drawable_info directly to the idr. by Kristian Høgsberg · 17 years ago
  53. fc37781 Convert a few more U32 variables to more appropriate, generic types. by Ian Romanick · 17 years ago
  54. 49ccec1 Convert xgi_mem_location enum values to less generic names. by Ian Romanick · 17 years ago
  55. 32584d9 Convert open coded list iterators to either list_for_each_entry or list_for_each_entry_safe by Ian Romanick · 17 years ago
  56. 4403540 Clean up xgi_pcie_heap_check by Ian Romanick · 17 years ago
  57. 4c4780b Stop-gap fix in xgi_submit_cmdlist by Ian Romanick · 17 years ago
  58. e206c4c Convert some PCI-e GART related variable to generic types. by Ian Romanick · 17 years ago
  59. 3773378 Delete unused arrays s_emptyBegin and s_flush2D. by Ian Romanick · 17 years ago
  60. 406ded3 Replace U(8|16) with u(8|16). by Ian Romanick · 17 years ago
  61. ec7730e Eliminate unnecessary defines of TRUE and FALSE. by Ian Romanick · 17 years ago
  62. 5da2a3c Replace BOOL with bool. by Ian Romanick · 17 years ago
  63. ba3173f Eliminate unused integer and float typedefs. by Ian Romanick · 17 years ago
  64. 88328d4 Eliminate structure typedefs by Ian Romanick · 17 years ago
  65. 33b8476 Fix return type of xgi_find_pcie_block. by Ian Romanick · 17 years ago
  66. a27af4c Avoid hitting BUG() for kernel-only fence objects. by Thomas Hellstrom · 17 years ago
  67. 00f1a66 Fence object reference / dereference cleanup. by Thomas Hellstrom · 17 years ago
  68. 475c1e6 Remove unused type 'struct xgi_pcie_list_s' / xgi_pcie_list_t. by Ian Romanick · 17 years ago
  69. 8fa24c5 Minor clean up of variable declarations in xgi_find_pcie_virt. by Ian Romanick · 17 years ago
  70. 9c85fb8 Clean up debug log messages in xgi_find_pcie_block. by Ian Romanick · 17 years ago
  71. 11ffe46 Convert comment header of xgi_find_pcie_virt to kernel doc format. by Ian Romanick · 17 years ago
  72. e26ec51 nouveau: small RAMFC cleanups by Ben Skeggs · 17 years ago
  73. 1c32fec nouveau: Hack around possible Xv blit adaptor breakage by Ben Skeggs · 17 years ago
  74. 2dd8577 nouveau/nv10: Fix earlier NV1x chips by Ben Skeggs · 17 years ago
  75. 68ecf61 nouveau: never touch PRAMIN with NV_WRITE, cleanup RAMHT code a bit by Ben Skeggs · 17 years ago
  76. 18a6d1c nouveau: simplify PRAMIN access by Ben Skeggs · 17 years ago
  77. 38617b6 nouveau: name some regs by Ben Skeggs · 17 years ago
  78. ce0d528 nouveau/nv50: skeletal backend by Ben Skeggs · 17 years ago
  79. 695599f nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) by Ben Skeggs · 17 years ago
  80. 4f2dd78 nouveau/nv04: Set NV_PFIFO_CACHE1_PUSH1 correctly + small tweaks by Ben Skeggs · 17 years ago
  81. 8cee7dc Clean up warnings about unused variables and functions. by Ian Romanick · 17 years ago
  82. b9ef146 Clean up mixed declarations and code. by Ian Romanick · 17 years ago
  83. 3547fbd Revert over-zealous change from previous commit. by Ian Romanick · 17 years ago
  84. 3a776fa Add XGI driver to Makefiles. by Ian Romanick · 17 years ago
  85. 47bf623 Clean up compile-time kernel feature detection. by Ian Romanick · 17 years ago
  86. 7a05330 linux/config.h is deprecated or gone. by Ian Romanick · 17 years ago
  87. ec9e494 Gut support for pre-2.6 kernels. by Ian Romanick · 17 years ago
  88. 434657a dos2unix and Lindent by Ian Romanick · 17 years ago
  89. 7af9d67 Initial XP10 code drop from XGI. by Ian Romanick · 17 years ago
  90. 5c27f8a Add support SiS based XGI chips to SiS DRM. by Ian Romanick · 17 years ago
  91. 9f61752 nouveau: NV49/NV4B PGRAPH setup from jb17bsome and stephan_2303 by Ben Skeggs · 17 years ago
  92. 3dfc13e nouveau: kill some dead code by Ben Skeggs · 17 years ago
  93. 5f05cd7 nouveau: NV04/NV10/NV20 PGRAPH engtab functions by Ben Skeggs · 17 years ago
  94. 5d55b06 nouveau: NV3X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  95. 341bc78 nouveau: NV1X/2X/3X PFIFO engtab functions by Ben Skeggs · 17 years ago
  96. 05d86d9 nouveau: NV04 PFIFO engtab functions by Ben Skeggs · 17 years ago
  97. acb710d nouveau: NV4X PGRAPH engtab functions by Ben Skeggs · 17 years ago
  98. f2e64d5 nouveau: NV4X PFIFO engtab functions by Ben Skeggs · 17 years ago
  99. 0afb3b5 nouveau: split PFIFO/PGRAPH context creation by Ben Skeggs · 17 years ago
  100. 9dbf322 nouveau: (mostly) hook up put_base again by Ben Skeggs · 17 years ago