summaryrefslogtreecommitdiff
path: root/sys/dev/drm
AgeCommit message (Expand)Author
2007-11-01Until I have a chance to further evaluate and re-work the locking here,bjs
2007-10-19First round of DRM improvements: switch to mutex(9), make use of &bjs
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-04-04drm_do_addbufs_pci: Fix the mess of malloc()s and free()s, whichrmind
2007-03-29In drm_remove_magic, free the magic entry when it is found instead ofjmcneill
2007-03-28Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this onjmcneill
2007-03-23caddr_t -> char *, even though it's in #ifdef __FreeBSD__ sections, justdogcow
2007-03-23Free ressources more agressively.drochner
2007-03-22Use void * rather than caddr_t to fix the build.xtraeme
2007-03-22Newline after foodrm0 at vga0 message.jmcneill
2007-03-21Pass a proper vaddr to uvm_mmap.jmcneill
2007-03-21Initialize extra AGP resource slots.jmcneill
2007-03-21In drm_ioremap, provide extra slots for mapping AGP memory space; it's notjmcneill
2007-03-21remove a debug printf which I had left in accidentally,drochner
2007-03-21since no boundary restrictions apply, a zero boundary argument todrochner
2007-03-21revert previous - it doesn't work on i386 at leastdrochner
2007-03-21Try not to free NULL pointers.jmcneill
2007-03-21Fix previous, use %zd.xtraeme
2007-03-21- pass a sane boundary parameter to bus_dmamem_allocmacallan
2007-03-21we return addresses, not page numbers in *mmap() methodsmacallan
2007-03-20Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.drochner