| Age | Commit message (Expand) | Author |
| 2009-03-29 | drm_addmap(): | mrg |
| 2009-03-29 | include the size in a falled allocation message. | mrg |
| 2009-03-29 | add a comment explaining DRM_NETBSD_ADDR2HANDLE/DRM_NETBSD_HANDLE2ADDR: | mrg |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-07 | move a DRM_SPINUNLOCK() to where it will actually be executed. | mrg |
| 2009-02-15 | Only pull in genfb.h if _KERNEL_OPT is defined. Reported by Kurt Schreiner | jmcneill |
| 2009-02-15 | Use genfb_borrow; drm works with genfb now. | jmcneill |
| 2009-01-31 | Pass a bus_space_tag_t as first argument of bus_space_unmap, not an int. | bouyer |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2009-01-18 | Don't attempt to unload a DRM device that's in use. (Note: | mrg |
| 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 |