summaryrefslogtreecommitdiff
path: root/sys/dev/drm
AgeCommit message (Expand)Author
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-01-20Check pmf_device_register return value. NFCmaya
2011-08-28add dependency on "drm" modulejmcneill
2011-02-20add VirtualBox DRM driverjmcneill
2009-06-21remove the old drm sources.mrg
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-06you can now easily select trying external drm with "options DRM_EXTERNAL".mrg
2009-04-21Rework scatter / gather page allocation inspired by r186295 of FreeBSD SVN:rafal
2009-04-17Move initialisation of the irq spinlock into the device handling code,joerg
2009-03-29drm_addmap():mrg
2009-03-29include the size in a falled allocation message.mrg
2009-03-29add a comment explaining DRM_NETBSD_ADDR2HANDLE/DRM_NETBSD_HANDLE2ADDR:mrg
2009-03-18bzero -> memsetcegger
2009-03-07move a DRM_SPINUNLOCK() to where it will actually be executed.mrg
2009-02-15Only pull in genfb.h if _KERNEL_OPT is defined. Reported by Kurt Schreinerjmcneill
2009-02-15Use genfb_borrow; drm works with genfb now.jmcneill
2009-01-31Pass a bus_space_tag_t as first argument of bus_space_unmap, not an int.bouyer
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-18Don't attempt to unload a DRM device that's in use. (Note:mrg
2008-10-14Fix handling of lists with a single entry in list_for_each_safe();bjs
2008-07-19support new drm.mrg
2008-07-08remove some more local changes of the form "foo.h" -> <dev/*/foo.h>mrg
2008-07-07revert unnecessary changes to 3rd party code.mrg
2008-07-03split device/softcdrochner
2008-06-29Revert previous, i915drm works again.jmcneill
2008-06-21Revert to using atop(offset + map->offset) for map types _DRM_AGP,bjs
2008-06-20make an i386 ALL kernel build againcegger
2008-06-20- Don't use btop, as only three (?) platforms define this macro; usebjs
2008-06-20- Use the extent manager to track mappings and provide sane offsetbjs
2008-06-13DRM_IOCTL_SG_ALLOC needs IOWR, not IOR!bjs
2008-06-09o Split device_t/softc for agp(4).freza
2008-06-03Make the atomic macros compile: do not discard 'volatile' qualificationdyoung
2008-06-01Use symbolic names for mem->phase, make error reporting more sensible.bjs
2008-05-30Don't call devsw_attach/detach if _MODULE is not definedjmcneill
2008-05-28Add work-in-progress of NetBSD-specific code. I will be committing a lotbjs
2008-05-28Rework drm_atomic.h for correctness and readability:bjs
2008-05-19Don't use MALLOC_DECLARE / MALLOC_DEFINE if building as a module.jmcneill
2008-05-19NOTE: this commit message accompnies the last one for sys/dev/pci/drm.bjs
2008-05-18Allow building as a module.jmcneill
2008-05-18Oops, did not compile. Fix it.bjs
2008-05-18Use cv(9) instead of mtsleep/wakeup. Also, define drm_hz asbjs
2008-05-18atomic_add_32 -> atomic_and_32. For atomic_read/atomic_write, castbjs
2008-05-06Revert all the changes this time.bjs
2008-05-06Revert last commit -- breaks i915.bjs
2008-05-06 A few steps down the yellow brick road toward bus_dma-ification:bjs
2008-05-05Use aprint instead of DRM_INFO macro to cleanup attachment messages.jmcneill
2008-05-04Ugh, unbreak _DRM_SHM on amd64 again.jmcneill
2008-05-04Fix compilation on i386.jmcneill
2008-05-04For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64jmcneill
2008-05-04Returning EINVAL from drm_mmap isn't a smart thing to do.jmcneill