aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/via_dmablit.c
Commit message (Expand)AuthorAgeFilesLines
* Revert drm2 removal.Warner Losh2018-08-241-0/+790
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-790/+0
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* Cast VIA_READ to (void) where the result is unused.Roman Divacky2012-11-091-1/+1
* Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox2010-12-251-25/+14
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-051-2/+0
* Add page locking to the vm_page_cow* functions.Alan Cox2010-05-041-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend theAlan Cox2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Welcome drm support for VIA unichrome chips.Robert Noland2010-01-311-0/+801