1. 9cad6fb Bugzilla #3217: Create a new __drm_pci_free which is used internally in by Eric Anholt · 19 years ago
  2. d775639 Bugzilla #3217: The size field in the new dma handle structure was by Eric Anholt · 19 years ago
  3. 54fbf85 Actually check for drm_fb_loaded before trying to initialize the sysdev by Alan Hourihane · 19 years ago
  4. 45f1db8 Re-implement the power management. by Alan Hourihane · 19 years ago
  5. 4a84416 Modify drm_driver::device_is_agp to return a tri-state value to indicate by Ian Romanick · 19 years ago
  6. c9abd2f add radeon registers from VHA code these are the "unknown" registers by Dave Airlie · 19 years ago
  7. e1fd79b VIA: 64-bit fixes. Bumped driver date and patchlevel. by Thomas Hellstrom · 19 years ago
  8. 955791f Refactor the routines for "calculating" the size of the WARP microcode. The by Ian Romanick · 19 years ago
  9. 75cb43c Forgot to bump the patchlevel and driver date on last commit. by Ian Romanick · 19 years ago
  10. a686be5 Change the MGA initialization and cleanup a bit. The dev_private structure by Ian Romanick · 19 years ago
  11. fced784 Refactor common, boilerplate ioctl code from drm_addbufs_* functions into by Ian Romanick · 19 years ago
  12. 4ca48cb Add i945G pci ids to drm by Dave Airlie · 19 years ago
  13. 6d4b9a8 Savage doesn't require AGP any more. Enable build even without CONFIG_AGP. by Felix Kuehling · 19 years ago
  14. e051cd1 Added device_is_agp callback to drm_driver. This function is called by the by Ian Romanick · 19 years ago
  15. bd72c69 wrap config.h include with defined for KERNEL by Dave Airlie · 19 years ago
  16. e0fc400 VIA: Fix for oops when AGP ring-buffer initialization is called and there by Thomas Hellstrom · 20 years ago
  17. 6aae7bd Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. by Eric Anholt · 20 years ago
  18. 2fcf66a Clean up some const qualifier cast warnings. by Eric Anholt · 20 years ago
  19. ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 20 years ago
  20. 31a06d0 Use msleep instead of tsleep to drop the DRM device lock and avoid a by Eric Anholt · 20 years ago
  21. be9e67a Fix a panic on startup with non-initmapping drivers by assigning the by Eric Anholt · 20 years ago
  22. 699d4ad A fix for a locking bug which is triggered when a client tries to lock with by Thomas Hellstrom · 20 years ago
  23. 2b8dc25 VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2. by Thomas Hellstrom · 20 years ago
  24. b0c461c Revert last commit, it affect via things by Dave Airlie · 20 years ago
  25. a08343e VIA: by Thomas Hellstrom · 20 years ago
  26. 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 20 years ago
  27. 926298e Fix build on FreeBSD-current, thanks to jhb@. by Eric Anholt · 20 years ago
  28. a0454ab mirror changes made in main tree.. just happened to be doing this myself by Dave Airlie · 20 years ago
  29. cb5f6c2 Missing file via_video.c commited. by Thomas Hellstrom · 20 years ago
  30. 0a5e02c Add skeletal imagine driver (but don't build it yet). by Adam Jackson · 20 years ago
  31. 532ccb9 Via updates: by Thomas Hellstrom · 20 years ago
  32. c6161ef Description: Rather than use custom code in DRM_WAIT_ON() to do exactly by Dave Airlie · 20 years ago
  33. 385f927 Some ia64 platforms may not support write combining on all type of memory, by Dave Airlie · 20 years ago
  34. 459ef48 Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592 by Alan Hourihane · 20 years ago
  35. 9182891 From Xorg CVS realign the i915_drv.h by Dave Airlie · 20 years ago
  36. 20dce56 use linux-core for 2.6 not this stuff.. by Dave Airlie · 20 years ago
  37. 956a701 fix up AGP multi-head support for kernel 2.6.12 by Dave Airlie · 20 years ago
  38. 2ad8387 verify_area is deprecated, replaced by access_ok. Seems I missed this one by Dave Airlie · 20 years ago
  39. ca04fbc fix bug with XFree86 4.3 on core drm by Dave Airlie · 20 years ago
  40. c8d2d5d 3dfx DRM depends on PCI Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> by Dave Airlie · 20 years ago
  41. df6ef48 For 2.6.12 and 2.6.11.x: by Dave Airlie · 20 years ago
  42. ab39677 Add support for production version of ATI RN50/ES1000. (ATI Technologies by Michel Daenzer · 20 years ago
  43. 3456392 add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on r200 by Roland Scheidegger · 20 years ago
  44. d2fd920 via changes: by Thomas Hellstrom · 20 years ago
  45. a396617 Command DMA optimizations: by Felix Kuehling · 20 years ago
  46. 7d3c42b Fix for bug 2673 from Egbert Eich - memset the version by Dave Airlie · 20 years ago
  47. 95fa851 Tracked down random lockups related to command DMA that occurred in Quake3 by Felix Kuehling · 20 years ago
  48. 32b6823 minor pointer cast typo by Dave Airlie · 20 years ago
  49. 1599523 Added support for command DMA on Savage4-based hardware. Unfortunately by Felix Kuehling · 20 years ago
  50. 26f04a1 add some idct type 3 packets for reference by Dave Airlie · 20 years ago
  51. bc54ede Use wrap counter to extend 16-bit hardware event tags to 32-bit logical by Felix Kuehling · 20 years ago
  52. f3cf4bc Fix VIA K8M800 PCI ID. by Thomas Hellstrom · 20 years ago
  53. 56cdeff Fix a couple of gcc warnings in DRM_INFOs. by Eric Anholt · 20 years ago
  54. baeb760 Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to by Eric Anholt · 20 years ago
  55. 49e19c8 fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.) by Michel Daenzer · 20 years ago
  56. b646515 Bug #2567: Fix reversed memset arguments. (David Krause) by Adam Jackson · 20 years ago
  57. 80d844d Run depmod after installing new modules by Keith Whitwell · 20 years ago
  58. 3e8792e Use fuword32 for DRM_GET_USER_UNCHECKED when available. May help on 64-bit by Eric Anholt · 20 years ago
  59. ed08279 Use the proper API to get PCI vendor/device number for a dev. by Eric Anholt · 20 years ago
  60. 2f7cd38 Initialize kbuf to NULL to quiet the compiler about uninit variables by Eric Anholt · 20 years ago
  61. 650c0fe Fixed Futex release bug. Bumped driver date and patchlevel. by Thomas Hellstrom · 20 years ago
  62. 0d2eb2b Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA by Eric Anholt · 20 years ago
  63. ba18d68 Add the first bits necessary for a port of savage to FreeBSD. More to by Eric Anholt · 20 years ago
  64. 5d5acf2 add support for texture micro tiling for radeon/r200. Add support for cube by Roland Scheidegger · 20 years ago
  65. 732cdc5 add support for texture micro tiling on radeon/r200. Add support for r100 by Roland Scheidegger · 20 years ago
  66. 0879029 Stephane's port of Eric's race fix by Keith Whitwell · 20 years ago
  67. 2cdfb2c fix incorrect PCI id for ATI radeon by Roland Scheidegger · 20 years ago
  68. 81459d6 Close a race which could allow for privilege escalation by users with DRI by Eric Anholt · 20 years ago
  69. dc4defe Invalid bound check of driver defined ioctls in drm_ioctl by Dave Airlie · 20 years ago
  70. a36d5b3 Cast user data to correct type in radeon_surface_free's copyin. by Roland Scheidegger · 20 years ago
  71. 03ddea5 change DRIVER_ to CORE_ makes things look nicer, also change it so the by Dave Airlie · 20 years ago
  72. 300e086 fix agp detection on linux by Dave Airlie · 20 years ago
  73. 5a332a0 Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. by Eric Anholt · 20 years ago
  74. 2239c55 Remove some annoying trailing whitespace. by Eric Anholt · 20 years ago
  75. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
  76. 270ca5f Via driver: Add missing drm_poll function to via driver in core. by Thomas Hellstrom · 20 years ago
  77. 7f7bbdc Declare r128_do_cleanup_pageflip static since it's only used here and its by Eric Anholt · 20 years ago
  78. ed31275 Cast user data to correct type in radeon_surface_free's copyin. by Eric Anholt · 20 years ago
  79. caa4212 momentary revert. libdrm build may be broken now, but no one uses it yet... by Adam Jackson · 20 years ago
  80. 0d6b7fc cleanup patch from Adrian Bunk <bunk@stusta.de> by Dave Airlie · 20 years ago
  81. 1dd948f make functions static in i915, remove unused functions by Dave Airlie · 20 years ago
  82. 62e0a58 update i830 similiar to the kernel, add statics by Dave Airlie · 20 years ago
  83. 8d4c731 make more functions static in i810 and fix pageflip cleanup by Dave Airlie · 20 years ago
  84. 4b23b5f Final pass of libdrm.so work: by Adam Jackson · 20 years ago
  85. 41cbbb4 fix radeon drv by Dave Airlie · 20 years ago
  86. cd9ef39 Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection by Thomas Hellstrom · 20 years ago
  87. 77045dc fix incorrect PCI id for ATI radeon by Dave Airlie · 20 years ago
  88. 43c3223 (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon by Roland Scheidegger · 20 years ago
  89. 408376b replace magic number with macro constant RADEON_ZBLOCK16 by Roland Scheidegger · 20 years ago
  90. 310abb3 use libdrm after it was updated by Dave Airlie · 20 years ago
  91. 311da0f hopefully fix drm_core setversion ioctl... pointed out by Eric on irc by Dave Airlie · 20 years ago
  92. 3df805b Add drm.h to the install target. by Adam Jackson · 20 years ago
  93. 39d5c83 Removed one bogus Savage3D PCI ID. Corrected another one. Restored by Felix Kuehling · 20 years ago
  94. 36ec8d8 Add a Savage3D PCI ID by Adam Jackson · 20 years ago
  95. 858e68f Corrected some confusion of vb_stride and vtx_size by Felix Kuehling · 20 years ago
  96. 9620a0b Fix cut & paste problem by Alan Hourihane · 20 years ago
  97. f5914ad Fix a cut & paste problem by Alan Hourihane · 20 years ago
  98. d29e236 Some code commenting concerning the FIFO & DMA engine. by Jose Fonseca · 20 years ago
  99. 7d0cb01 Add detection of whether the device is AGP by walking the capabilities list. by Eric Anholt · 20 years ago
  100. c74052c Add xf86drm.h to the install target. by Adam Jackson · 20 years ago