1. 0c3e526 mtx_sleep is preferred to msleep by Robert Noland · 17 years ago
  2. d6295cc drm: Add _DRM_DRIVER map flag. by Robert Noland · 17 years ago
  3. 83e62be bsd: Move counter initialization to load time. by Robert Noland · 17 years ago
  4. 3612026 Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process. by Jung-uk Kim · 17 years ago
  5. f0fd53f FreeBSD: Fill in domain field when supported. by Eric Anholt · 17 years ago
  6. a9ee144 BSD: simplify drm_ioctl() after other refactoring. by vehemens · 17 years ago
  7. 5346fc5 BSD: Replace brief description in each file's first line with doxygen later on. by Eric Anholt · 17 years ago
  8. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  9. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  10. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  11. e544286 FreeBSD: Fix the recently added drawable add/remove/update code. by Eric Anholt · 17 years ago
  12. 33a5041 Add dry-coded DRM drawable private information storage for FreeBSD. 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. 5505766 Put the PCI device/vendor id in the drm_device_t. by Eric Anholt · 18 years ago
  16. 7f2c7f9 Merge patch from jhb to catch up with FreeBSD-current vgapci master device by Eric Anholt · 19 years ago
  17. 20fcbae Finish the last bits necessary to get the i915 DRM port working on FreeBSD by Eric Anholt · 19 years ago
  18. 422002d FreeBSD PR kern/85479: Restore the enabling of debugging by default by the by Eric Anholt · 19 years ago
  19. c7af46c Correct another LOR issue with resource allocation. This leaves the by Eric Anholt · 19 years ago
  20. a10d817 Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds by Eric Anholt · 19 years ago
  21. 4b2235d Correct a LOR related to the PCI resource allocations by simply moving the by Eric Anholt · 19 years ago
  22. 71f9b73 Fix FreeBSD DRM for latest MGA changes to agp support, which cleans things by Eric Anholt · 19 years ago
  23. 0d346a0 convert ioctl flags to use flags instead of separate ints by Dave Airlie · 19 years ago
  24. c425ad1 Previously, drm_get_resource_start() and drm_get_resource_len() would by Eric Anholt · 19 years ago
  25. 55bea95 [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the by Eric Anholt · 19 years ago
  26. 4050f50 Fix build after linux-side checkin of master/root-only split. Still only by Eric Anholt · 19 years ago
  27. c789ea1 Rename the driver hooks in the DRM to something a little more by Eric Anholt · 19 years ago
  28. b0da5df Fix the MGA driver on BSD by passing in the proper chipset flags to the by Eric Anholt · 19 years ago
  29. c798a38 Get the BSD DRM compiling again after MGA and mapping changes. Note that by Eric Anholt · 19 years ago
  30. 72cfc79 Adds support for PCI cards to MGA DRM by Ian Romanick · 19 years ago
  31. 751765d Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the by Eric Anholt · 19 years ago
  32. 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 19 years ago
  33. baeb760 Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to by Eric Anholt · 20 years ago
  34. ed08279 Use the proper API to get PCI vendor/device number for a dev. by Eric Anholt · 20 years ago
  35. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
  36. a1d9e5a Refine the locking of the DRM. Most significant is covering the driver by Eric Anholt · 20 years ago
  37. fa3fdbd Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop by Eric Anholt · 20 years ago
  38. 7bdccfd Get r128 basically working: Hook up the driver's dma ioctl, use the proper by Eric Anholt · 20 years ago
  39. ae7a171 Move the lock/unlock ioctls to a more logical place, in drm_lock.c. by Eric Anholt · 20 years ago
  40. b2f275b Hook the debug output up to a sysctl, so you can choose to enable at by Eric Anholt · 20 years ago
  41. d7510ea Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at by Eric Anholt · 20 years ago
  42. c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
  43. 5c9ed83 Merged drmfntbl-0-0-1 by Dave Airlie · 20 years ago
  44. 6c9715e bring over fix from i865-agp branch, it now probes the driver, X hangs box.. by Dave Airlie · 20 years ago
  45. 694291f MFC as of 20040705: dev_t -> struct cdev * change. by Eric Anholt · 20 years ago
  46. 853adb8 Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few by Eric Anholt · 20 years ago
  47. 51ed2f5 Warning fixes. by Eric Anholt · 20 years ago
  48. a2f7a9f Commit sysfs and drm PCI changes for 2.6 kernel by Dave Airlie · 20 years ago
  49. 93bd67e centralise pci ids into one place and use scripts to generate files for by Dave Airlie · 20 years ago
  50. 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
  51. 6e56c39 Fix a locking nit, and add asserts in some things that should be called by Eric Anholt · 21 years ago
  52. 66c9e30 - Tie the DRM to a specific device: setunique no longer succeeds when given by Eric Anholt · 21 years ago
  53. e5cad7f Remove buf_alloc which is unused since the locking commit. by Eric Anholt · 21 years ago
  54. 2655ccd Memory layout transition: by Michel Daenzer · 21 years ago
  55. 06cb132 - Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This ioctl allows the by Eric Anholt · 21 years ago
  56. 86e6325 - Add DRM_GET_PRIV_WITH_RETURN macro. This can be used in shared code to by Eric Anholt · 21 years ago
  57. ea7b4fd Fix the possibility of sleeping with locks held in sysctls by copying the by Eric Anholt · 21 years ago
  58. 6b0424f Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best by Eric Anholt · 21 years ago
  59. 0cf1887 - SMPng lock the DRM. This is only partial -- there are a few code paths by Eric Anholt · 21 years ago
  60. 2950f9e - Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them by Eric Anholt · 21 years ago
  61. ff58476 - Converted Linux drivers to initialize DRM instances based on PCI IDs, not by Eric Anholt · 21 years ago
  62. 9fbfb7c Some code cleanups done while working on locking. Reduces always-true by Eric Anholt · 21 years ago
  63. 9295361 Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side by Eric Anholt · 21 years ago
  64. a6b84f7 Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" by Eric Anholt · 21 years ago
  65. 4a55e75 Allow the DRM to attach to a "drmsub" device. This will be provided by the by Eric Anholt · 21 years ago
  66. ad78a61 - Remove $FreeBSD$ tags as they weren't too useful and merges are now being by Eric Anholt · 21 years ago
  67. 87ed795 Fix a typo: On takedown the mtrr operation is MEMRANGE_SET_REMOVE, not by Eric Anholt · 21 years ago
  68. 77ee73f Merge from FreeBSD-current. by Eric Anholt · 21 years ago
  69. 781828b Clean up the style of the linux-compat code and use ioctl() directly rather by Eric Anholt · 21 years ago
  70. a147df8 Remove more gamma DMA infrastructure. Most of this code was copied straight by Eric Anholt · 21 years ago
  71. 0117856 Remove more gamma DMA code. This isn't all of it, but it's a major portion. by Eric Anholt · 21 years ago
  72. c6d2af7 Move some common code from addbufs_<type> to addbufs. Make buf_alloc be by Eric Anholt · 21 years ago
  73. af3bfde Remove the ioctl_count variable from the device. A reference is held to the by Eric Anholt · 21 years ago
  74. bcd527e Remove a bunch of dead code and fix spelling of a couple of comments. by Eric Anholt · 21 years ago
  75. 9b2b233 Move one definition to drm_drv.h and remove the rest of drm_init.h which by Eric Anholt · 21 years ago
  76. e21473c Remove DRM_DMA_HISTOGRAM and associated code. by Eric Anholt · 21 years ago
  77. 1fc0a5e Make DRM(read) and DRM(poll) stubs and remove DRM(write) and by Eric Anholt · 21 years ago
  78. aea0418 Remove dead vma code and remove the unused devstate struct definition. by Eric Anholt · 21 years ago
  79. 6ef7926 Add DRMFILE definitions and supply filp for BSD in the by Eric Anholt · 21 years ago
  80. 0bd0dd2 Merge back from FreeBSD-current, adding FreeBSD ID tags to aid future by Eric Anholt · 22 years ago
  81. a01d26f Put cdevsw initialization in line with FreeBSD-current. (From r1.10,r1.11 by Eric Anholt · 22 years ago
  82. b487f30 Fix build on NetBSD. by Eric Anholt · 22 years ago
  83. cfa778a Merge from bsd-4-0-0-branch. by Eric Anholt · 22 years ago
  84. 9f21f02 Catch up to -current. by Eric Anholt · 22 years ago
  85. 97961e2 BSD vblank framework. by Eric Anholt · 22 years ago
  86. f1c8fe9 merged r200-0-2-branch to trunk by Keith Whitwell · 22 years ago
  87. 48cc350 merged r200-0-1-branch by Keith Whitwell · 22 years ago
  88. 77c35c0 Remove drm_linux.h, move the two useful defines into drm_drv.h (the only by Eric Anholt · 22 years ago
  89. 74ef13f merged bsd-3-0-0-branch by Alan Hourihane · 22 years ago
  90. 46cacdc first pass at merging mesa 4.0 kernel drivers into new bsd-3-0-0 branch. by Alan Hourihane · 23 years ago
  91. 16bd149 Initial revision by David Dawes · 23 years ago