1. 690dd04 bsd: Replace other occurrences of msleep with mtx_sleep by Robert Noland · 17 years ago
  2. fbc3072 bsd: Now make secondary vblank work by Robert Noland · 17 years ago
  3. 787d500 bsd: Hook secondary vblank support. by Robert Noland · 17 years ago
  4. e6ca3f5 bsd: Fix typo in i915_drv.c by Robert Noland · 17 years ago
  5. 0c3e526 mtx_sleep is preferred to msleep by Robert Noland · 17 years ago
  6. d6295cc drm: Add _DRM_DRIVER map flag. by Robert Noland · 17 years ago
  7. 83e62be bsd: Move counter initialization to load time. by Robert Noland · 17 years ago
  8. 9be085c Fix up drm_ati_pcigart_info by Robert C. Noland III · 17 years ago
  9. c12a3a3 Bug #13233: Chase move of agp headers on FreeBSD. by Robert Noland · 17 years ago
  10. 68cdcda Add new shared header file drm_internal.h. by Kristian Høgsberg · 17 years ago
  11. 3612026 Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process. by Jung-uk Kim · 17 years ago
  12. f0fd53f FreeBSD: Fill in domain field when supported. by Eric Anholt · 17 years ago
  13. b668d6d Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux. by Eric Anholt · 17 years ago
  14. 6e93c35 BSD: Return EINVAL if drm_unlock is called on an unheld or other-owner lock. by Eric Anholt · 17 years ago
  15. a9ee144 BSD: simplify drm_ioctl() after other refactoring. by vehemens · 17 years ago
  16. 4cdd871 Bug #11989: Fix regression in getstats ioctl (kernel panic). by vehemens · 17 years ago
  17. 56133e0 BSD: Fix regression in setversion ioctl (current version not returned). by Eric Anholt · 17 years ago
  18. 5346fc5 BSD: Replace brief description in each file's first line with doxygen later on. by Eric Anholt · 17 years ago
  19. 4340f49 Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5. by vehemens · 17 years ago
  20. 3b07a37 Add doxygen and fix whitespace for drm_auth.c by Eric Anholt · 17 years ago
  21. 263775c Fix drm_auth.c locking to not recurse on dev_lock. by vehemens · 17 years ago
  22. be3099f Fix copy'n'paste-o in FreeBSD drawable code. by Eric Anholt · 17 years ago
  23. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  24. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  25. 35de486 BSD: Replace symlink building with symlinks in git. by Eric Anholt · 17 years ago
  26. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  27. f4e1c1d FreeBSD warnings cleanup. by Eric Anholt · 17 years ago
  28. e544286 FreeBSD: Fix the recently added drawable add/remove/update code. by Eric Anholt · 17 years ago
  29. 50cb405 Fix the getclient test (Need this feature for future tests). by Eric Anholt · 17 years ago
  30. 33a5041 Add dry-coded DRM drawable private information storage for FreeBSD. by Eric Anholt · 17 years ago
  31. 3f04fe7 Fix FreeBSD build. by Eric Anholt · 17 years ago
  32. 04e4922 Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ioctl wrapper by Arthur Huillet · 17 years ago
  33. b0c8d88 Update a bunch of FreeBSD port code. by Jung-uk Kim · 17 years ago
  34. 5d69640 Catch up to new interrupt API, and retire FreeBSD 4.x support here. by Eric Anholt · 17 years ago
  35. 74a92bb Core build fix for BSD. by Michel Dänzer · 18 years ago
  36. a97bb85 Unshare drm_drawable.c again for now. by Michel Dänzer · 18 years ago
  37. 7b6cd95 Fix bug #8839 - a comment by Alan Hourihane · 18 years ago
  38. 29598e5 Add support for tracking drawable information to core by Michel Dänzer · 18 years ago
  39. dddacd7 Use the DRM_INIT_WAITQUEUE argument (needed on Linux) to avoid a warning. by Eric Anholt · 18 years ago
  40. 5505766 Put the PCI device/vendor id in the drm_device_t. by Eric Anholt · 18 years ago
  41. d572676 Add a typedef for u64. by Eric Anholt · 18 years ago
  42. b9243ce .cvsignore -> .gitignore by Michel Dänzer · 18 years ago
  43. bdd381a Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support. by Eric Anholt · 18 years ago
  44. dcfcf1a Add the bits for vblank support on FreeBSD, which most importantly avoids by Eric Anholt · 18 years ago
  45. 7ea4a88 Add the workaround that's in the kernel to suppress GCC's warning about by Eric Anholt · 18 years ago
  46. 2abd1f2 Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 by Eric Anholt · 18 years ago
  47. 7f2c7f9 Merge patch from jhb to catch up with FreeBSD-current vgapci master device by Eric Anholt · 19 years ago
  48. 2911eda Remove driver.device_is_agp code duplicated in drm_device_find_capability, by Eric Anholt · 19 years ago
  49. 20fcbae Finish the last bits necessary to get the i915 DRM port working on FreeBSD by Eric Anholt · 19 years ago
  50. 422002d FreeBSD PR kern/85479: Restore the enabling of debugging by default by the by Eric Anholt · 19 years ago
  51. 1835dff Fix AGP support guessing: Implement the same bridge checking in the MGA by Eric Anholt · 19 years ago
  52. c575b7e Fix compiling and reenable build of i915 driver. by Eric Anholt · 19 years ago
  53. 19c5c56 Fix Savage DRI without ShadowStatus NO by allowing the shadow area to be by Eric Anholt · 19 years ago
  54. cc1a4dd Fix breakage from the move of driver ioctl externs to header files. by Eric Anholt · 19 years ago
  55. c7af46c Correct another LOR issue with resource allocation. This leaves the by Eric Anholt · 19 years ago
  56. a10d817 Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds by Eric Anholt · 19 years ago
  57. 4b2235d Correct a LOR related to the PCI resource allocations by simply moving the by Eric Anholt · 19 years ago
  58. 71f9b73 Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things by Eric Anholt · 19 years ago
  59. 1a256df Catch FreeBSD up to the pcie gart changes. Required minor modification to by Eric Anholt · 19 years ago
  60. 145b23b Correct a recursion on non-recursive mutex in drm_addmap from radeon's by Eric Anholt · 19 years ago
  61. 900a7e4 Re-disable the via driver while it's broken on BSD. by Eric Anholt · 19 years ago
  62. f42cdc8 Add support to turn writeback off via radeon module option by Dave Airlie · 19 years ago
  63. 4b2a94d Fix the spelling of DRM_AUTH so that the bsd core stuff builds again. Next by Eric Anholt · 19 years ago
  64. 0d346a0 convert ioctl flags to use flags instead of separate ints by Dave Airlie · 19 years ago
  65. 22ec8eb - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. by Eric Anholt · 19 years ago
  66. c425ad1 Previously, drm_get_resource_start() and drm_get_resource_len() would by Eric Anholt · 19 years ago
  67. 5105f9e Fix a lack of parenthesis in macro usage that showed up with INVARIANTS by Eric Anholt · 19 years ago
  68. 55bea95 [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the by Eric Anholt · 19 years ago
  69. 8ac2fcb add agp buffer token by Dave Airlie · 19 years ago
  70. 8c21b78 Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by by Eric Anholt · 19 years ago
  71. 4050f50 Fix build after linux-side checkin of master/root-only split. Still only by Eric Anholt · 19 years ago
  72. c789ea1 Rename the driver hooks in the DRM to something a little more by Eric Anholt · 19 years ago
  73. b0da5df Fix the MGA driver on BSD by passing in the proper chipset flags to the by Eric Anholt · 19 years ago
  74. 9425457 Correct a couple of descriptions of files in comments (were just by Eric Anholt · 19 years ago
  75. fccd351 Link in the savage files from shared-core. Submitted by: jkim by Eric Anholt · 19 years ago
  76. ab59dd2 Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, by Eric Anholt · 19 years ago
  77. c798a38 Get the BSD DRM compiling again after MGA and mapping changes. Note that by Eric Anholt · 19 years ago
  78. 72cfc79 Adds support for PCI cards to MGA DRM by Ian Romanick · 19 years ago
  79. dfc650b Completely re-initialize DMA settings by Ian Romanick · 19 years ago
  80. 751765d Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the by Eric Anholt · 19 years ago
  81. 4a84416 Modify drm_driver::device_is_agp to return a tri-state value to indicate by Ian Romanick · 19 years ago
  82. a686be5 Change the MGA initialization and cleanup a bit. The dev_private structure by Ian Romanick · 19 years ago
  83. e051cd1 Added device_is_agp callback to drm_driver. This function is called by the by Ian Romanick · 19 years ago
  84. 6aae7bd Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. by Eric Anholt · 19 years ago
  85. ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 19 years ago
  86. be9e67a Fix a panic on startup with non-initmapping drivers by assigning the by Eric Anholt · 19 years ago
  87. 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 19 years ago
  88. 926298e Fix build on FreeBSD-current, thanks to jhb@. by Eric Anholt · 19 years ago
  89. baeb760 Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to by Eric Anholt · 19 years ago
  90. 3e8792e Use fuword32 for DRM_GET_USER_UNCHECKED when available. May help on 64-bit by Eric Anholt · 19 years ago
  91. ed08279 Use the proper API to get PCI vendor/device number for a dev. by Eric Anholt · 19 years ago
  92. 0d2eb2b Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA by Eric Anholt · 19 years ago
  93. ba18d68 Add the first bits necessary for a port of savage to FreeBSD. More to by Eric Anholt · 19 years ago
  94. 81459d6 Close a race which could allow for privilege escalation by users with DRI by Eric Anholt · 19 years ago
  95. 5a332a0 Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. by Eric Anholt · 19 years ago
  96. 2239c55 Remove some annoying trailing whitespace. by Eric Anholt · 19 years ago
  97. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 19 years ago
  98. 7d0cb01 Add detection of whether the device is AGP by walking the capabilities list. by Eric Anholt · 20 years ago
  99. 3e65f52 Use SYSCTL_ADD_OID macro instead of calling function directly. by Eric Anholt · 20 years ago
  100. a1d9e5a Refine the locking of the DRM. Most significant is covering the driver by Eric Anholt · 20 years ago