1. 3b07a37 Add doxygen and fix whitespace for drm_auth.c by Eric Anholt · 17 years ago
  2. 263775c Fix drm_auth.c locking to not recurse on dev_lock. by vehemens · 17 years ago
  3. be3099f Fix copy'n'paste-o in FreeBSD drawable code. by Eric Anholt · 17 years ago
  4. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  5. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  6. 35de486 BSD: Replace symlink building with symlinks in git. by Eric Anholt · 17 years ago
  7. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  8. f4e1c1d FreeBSD warnings cleanup. by Eric Anholt · 17 years ago
  9. e544286 FreeBSD: Fix the recently added drawable add/remove/update code. by Eric Anholt · 17 years ago
  10. 50cb405 Fix the getclient test (Need this feature for future tests). by Eric Anholt · 17 years ago
  11. 33a5041 Add dry-coded DRM drawable private information storage for FreeBSD. by Eric Anholt · 17 years ago
  12. 3f04fe7 Fix FreeBSD build. by Eric Anholt · 17 years ago
  13. 04e4922 Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ioctl wrapper by Arthur Huillet · 17 years ago
  14. b0c8d88 Update a bunch of FreeBSD port code. by Jung-uk Kim · 17 years ago
  15. 5d69640 Catch up to new interrupt API, and retire FreeBSD 4.x support here. by Eric Anholt · 17 years ago
  16. 74a92bb Core build fix for BSD. by Michel Dänzer · 18 years ago
  17. a97bb85 Unshare drm_drawable.c again for now. by Michel Dänzer · 18 years ago
  18. 7b6cd95 Fix bug #8839 - a comment by Alan Hourihane · 18 years ago
  19. 29598e5 Add support for tracking drawable information to core by Michel Dänzer · 18 years ago
  20. dddacd7 Use the DRM_INIT_WAITQUEUE argument (needed on Linux) to avoid a warning. by Eric Anholt · 18 years ago
  21. 5505766 Put the PCI device/vendor id in the drm_device_t. by Eric Anholt · 18 years ago
  22. d572676 Add a typedef for u64. by Eric Anholt · 18 years ago
  23. b9243ce .cvsignore -> .gitignore by Michel Dänzer · 18 years ago
  24. bdd381a Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support. by Eric Anholt · 18 years ago
  25. dcfcf1a Add the bits for vblank support on FreeBSD, which most importantly avoids by Eric Anholt · 18 years ago
  26. 7ea4a88 Add the workaround that's in the kernel to suppress GCC's warning about by Eric Anholt · 18 years ago
  27. 2abd1f2 Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 by Eric Anholt · 18 years ago
  28. 7f2c7f9 Merge patch from jhb to catch up with FreeBSD-current vgapci master device by Eric Anholt · 19 years ago
  29. 2911eda Remove driver.device_is_agp code duplicated in drm_device_find_capability, by Eric Anholt · 19 years ago
  30. 20fcbae Finish the last bits necessary to get the i915 DRM port working on FreeBSD by Eric Anholt · 19 years ago
  31. 422002d FreeBSD PR kern/85479: Restore the enabling of debugging by default by the by Eric Anholt · 19 years ago
  32. 1835dff Fix AGP support guessing: Implement the same bridge checking in the MGA by Eric Anholt · 19 years ago
  33. c575b7e Fix compiling and reenable build of i915 driver. by Eric Anholt · 19 years ago
  34. 19c5c56 Fix Savage DRI without ShadowStatus NO by allowing the shadow area to be by Eric Anholt · 19 years ago
  35. cc1a4dd Fix breakage from the move of driver ioctl externs to header files. by Eric Anholt · 19 years ago
  36. c7af46c Correct another LOR issue with resource allocation. This leaves the by Eric Anholt · 19 years ago
  37. a10d817 Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds by Eric Anholt · 19 years ago
  38. 4b2235d Correct a LOR related to the PCI resource allocations by simply moving the by Eric Anholt · 19 years ago
  39. 71f9b73 Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things by Eric Anholt · 19 years ago
  40. 1a256df Catch FreeBSD up to the pcie gart changes. Required minor modification to by Eric Anholt · 19 years ago
  41. 145b23b Correct a recursion on non-recursive mutex in drm_addmap from radeon's by Eric Anholt · 19 years ago
  42. 900a7e4 Re-disable the via driver while it's broken on BSD. by Eric Anholt · 19 years ago
  43. f42cdc8 Add support to turn writeback off via radeon module option by Dave Airlie · 19 years ago
  44. 4b2a94d Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next by Eric Anholt · 19 years ago
  45. 0d346a0 convert ioctl flags to use flags instead of separate ints by Dave Airlie · 19 years ago
  46. 22ec8eb - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. by Eric Anholt · 19 years ago
  47. c425ad1 Previously, drm_get_resource_start() and drm_get_resource_len() would by Eric Anholt · 19 years ago
  48. 5105f9e Fix a lack of parenthesis in macro usage that showed up with INVARIANTS by Eric Anholt · 19 years ago
  49. 55bea95 [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the by Eric Anholt · 19 years ago
  50. 8ac2fcb add agp buffer token by Dave Airlie · 19 years ago
  51. 8c21b78 Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by by Eric Anholt · 19 years ago
  52. 4050f50 Fix build after linux-side checkin of master/root-only split. Still only by Eric Anholt · 19 years ago
  53. c789ea1 Rename the driver hooks in the DRM to something a little more by Eric Anholt · 19 years ago
  54. b0da5df Fix the MGA driver on BSD by passing in the proper chipset flags to the by Eric Anholt · 19 years ago
  55. 9425457 Correct a couple of descriptions of files in comments (were just by Eric Anholt · 19 years ago
  56. fccd351 Link in the savage files from shared-core. Submitted by: jkim by Eric Anholt · 19 years ago
  57. ab59dd2 Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, by Eric Anholt · 19 years ago
  58. c798a38 Get the BSD DRM compiling again after MGA and mapping changes. Note that by Eric Anholt · 19 years ago
  59. 72cfc79 Adds support for PCI cards to MGA DRM by Ian Romanick · 19 years ago
  60. dfc650b Completely re-initialize DMA settings by Ian Romanick · 19 years ago
  61. 751765d Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the by Eric Anholt · 19 years ago
  62. 4a84416 Modify drm_driver::device_is_agp to return a tri-state value to indicate by Ian Romanick · 19 years ago
  63. a686be5 Change the MGA initialization and cleanup a bit. The dev_private structure by Ian Romanick · 19 years ago
  64. e051cd1 Added device_is_agp callback to drm_driver. This function is called by the by Ian Romanick · 19 years ago
  65. 6aae7bd Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. by Eric Anholt · 19 years ago
  66. ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 19 years ago
  67. be9e67a Fix a panic on startup with non-initmapping drivers by assigning the by Eric Anholt · 19 years ago
  68. 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 19 years ago
  69. 926298e Fix build on FreeBSD-current, thanks to jhb@. by Eric Anholt · 19 years ago
  70. baeb760 Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to by Eric Anholt · 19 years ago
  71. 3e8792e Use fuword32 for DRM_GET_USER_UNCHECKED when available. May help on 64-bit by Eric Anholt · 19 years ago
  72. ed08279 Use the proper API to get PCI vendor/device number for a dev. by Eric Anholt · 19 years ago
  73. 0d2eb2b Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA by Eric Anholt · 19 years ago
  74. ba18d68 Add the first bits necessary for a port of savage to FreeBSD. More to by Eric Anholt · 19 years ago
  75. 81459d6 Close a race which could allow for privilege escalation by users with DRI by Eric Anholt · 19 years ago
  76. 5a332a0 Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. by Eric Anholt · 19 years ago
  77. 2239c55 Remove some annoying trailing whitespace. by Eric Anholt · 19 years ago
  78. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 19 years ago
  79. 7d0cb01 Add detection of whether the device is AGP by walking the capabilities list. by Eric Anholt · 20 years ago
  80. 3e65f52 Use SYSCTL_ADD_OID macro instead of calling function directly. by Eric Anholt · 20 years ago
  81. a1d9e5a Refine the locking of the DRM. Most significant is covering the driver by Eric Anholt · 20 years ago
  82. 67f6c5e Don't link in files which no longer exist. by Eric Anholt · 20 years ago
  83. fa3fdbd Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop by Eric Anholt · 20 years ago
  84. d37457b Add the drm Makefile and update .cvsignores. by Eric Anholt · 20 years ago
  85. cb5aaa8 Convert more drivers for bsd-core, moving the ioctl definitions to shared by Eric Anholt · 20 years ago
  86. 7ddbd38 Remove some core stuff that ended up being unnecessary. by Eric Anholt · 20 years ago
  87. 7bdccfd Get r128 basically working: Hook up the driver's dma ioctl, use the proper by Eric Anholt · 20 years ago
  88. ae7a171 Move the lock/unlock ioctls to a more logical place, in drm_lock.c. by Eric Anholt · 20 years ago
  89. cca29ac Connect up r128_ioctls in driver config. by Eric Anholt · 20 years ago
  90. b2f275b Hook the debug output up to a sysctl, so you can choose to enable at by Eric Anholt · 20 years ago
  91. 7adee84 Add file missed in last commit: Commit first pieces of port to OpenBSD, by Eric Anholt · 20 years ago
  92. d7510ea Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at by Eric Anholt · 20 years ago
  93. cf259f1 Remove the vestiges of the memory-debug code. by Eric Anholt · 20 years ago
  94. c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
  95. 25e319c This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver: by Erdi Chen · 20 years ago
  96. 5c9ed83 Merged drmfntbl-0-0-1 by Dave Airlie · 20 years ago
  97. 740ddb9 Remove unused pcigart/sg header stuff from i915 driver. by Eric Anholt · 20 years ago
  98. dd83f39 Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an by Eric Anholt · 20 years ago
  99. 2376ec4 Hopefully proper fix for corrupted driver name in memcontrol list. by Eric Anholt · 20 years ago
  100. d78db7c Enable MTRR usage on AMD64, and use DELAY() instead of rolling our own by Eric Anholt · 20 years ago