| Age | Commit message (Expand) | Author |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-01-20 | Check pmf_device_register return value. NFC | maya |
| 2011-08-28 | add dependency on "drm" module | jmcneill |
| 2011-02-20 | add VirtualBox DRM driver | jmcneill |
| 2009-06-21 | remove the old drm sources. | mrg |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | you can now easily select trying external drm with "options DRM_EXTERNAL". | mrg |
| 2009-04-21 | Rework scatter / gather page allocation inspired by r186295 of FreeBSD SVN: | rafal |
| 2009-04-17 | Move initialisation of the irq spinlock into the device handling code, | joerg |
| 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 |