| Age | Commit message (Expand) | Author |
| 2008-10-14 | Fix handling of lists with a single entry in list_for_each_safe(); | bjs |
| 2008-07-19 | support new drm. | mrg |
| 2008-07-08 | remove some more local changes of the form "foo.h" -> <dev/*/foo.h> | mrg |
| 2008-07-07 | revert unnecessary changes to 3rd party code. | mrg |
| 2008-07-03 | split device/softc | drochner |
| 2008-06-29 | Revert previous, i915drm works again. | jmcneill |
| 2008-06-21 | Revert to using atop(offset + map->offset) for map types _DRM_AGP, | bjs |
| 2008-06-20 | make an i386 ALL kernel build again | cegger |
| 2008-06-20 | - Don't use btop, as only three (?) platforms define this macro; use | bjs |
| 2008-06-20 | - Use the extent manager to track mappings and provide sane offset | bjs |
| 2008-06-13 | DRM_IOCTL_SG_ALLOC needs IOWR, not IOR! | bjs |
| 2008-06-09 | o Split device_t/softc for agp(4). | freza |
| 2008-06-03 | Make the atomic macros compile: do not discard 'volatile' qualification | dyoung |
| 2008-06-01 | Use symbolic names for mem->phase, make error reporting more sensible. | bjs |
| 2008-05-30 | Don't call devsw_attach/detach if _MODULE is not defined | jmcneill |
| 2008-05-28 | Add work-in-progress of NetBSD-specific code. I will be committing a lot | bjs |
| 2008-05-28 | Rework drm_atomic.h for correctness and readability: | bjs |
| 2008-05-19 | Don't use MALLOC_DECLARE / MALLOC_DEFINE if building as a module. | jmcneill |
| 2008-05-19 | NOTE: this commit message accompnies the last one for sys/dev/pci/drm. | bjs |
| 2008-05-18 | Allow building as a module. | jmcneill |
| 2008-05-18 | Oops, did not compile. Fix it. | bjs |
| 2008-05-18 | Use cv(9) instead of mtsleep/wakeup. Also, define drm_hz as | bjs |
| 2008-05-18 | atomic_add_32 -> atomic_and_32. For atomic_read/atomic_write, cast | bjs |
| 2008-05-06 | Revert all the changes this time. | bjs |
| 2008-05-06 | Revert last commit -- breaks i915. | bjs |
| 2008-05-06 | A few steps down the yellow brick road toward bus_dma-ification: | bjs |
| 2008-05-05 | Use aprint instead of DRM_INFO macro to cleanup attachment messages. | jmcneill |
| 2008-05-04 | Ugh, unbreak _DRM_SHM on amd64 again. | jmcneill |
| 2008-05-04 | Fix compilation on i386. | jmcneill |
| 2008-05-04 | For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64 | jmcneill |
| 2008-05-04 | Returning EINVAL from drm_mmap isn't a smart thing to do. | jmcneill |
| 2008-05-03 | make device lock adaptive | drochner |
| 2008-05-02 | Wedge in a smattering of updates for ati_pcigart.c and radeon support: | bjs |
| 2008-04-25 | Adapt to recent NetBSD which has an atomic MI API. With code from | xtraeme |
| 2008-04-23 | DRM_SPINLOCK() wants a spin mutex, it may be called from interrupt | xtraeme |
| 2008-04-15 | Change the DRM_SPININIT macro to call mutex_init with MUTEX_DEFAULT | bjs |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-03-13 | Don't include i810 hack if DRM_NO_AGP is defined, as it results in | bjs |
| 2008-03-04 | -map 64-bit PCI BARs | drochner |
| 2008-03-02 | Fix bus_dmamem_free() call to provide 'segs' as the second argument. | bjs |
| 2008-02-22 | Add a horrible hack to allow the DRM driver to get at the bus_space_handle | drochner |
| 2007-12-22 | membar_memory -> membar_sync | ad |
| 2007-12-21 | Use new style memory barriers. | ad |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-07 | Bring in some modest fixes from GIT that seemed appropriate to me and did not | bjs |
| 2007-12-04 | drm unbreaking, round 1: | bjs |
| 2007-11-21 | Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags. | bjs |
| 2007-11-01 | Until I have a chance to further evaluate and re-work the locking here, | bjs |