aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/ttm/ttm_bo_util.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-4/+4
* Revert drm2 removal.Warner Losh2018-08-241-0/+668
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-668/+0
* Allow DRM2 code to be built on platforms without AGP.Michal Meloun2016-11-131-1/+2
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-1/+1
* Use default memory type for TTM buffer objects that may be cached.Tijl Coosemans2014-11-021-2/+1
* Partially revert r254880. The bitmap operations actually use long type now.Jung-uk Kim2013-08-291-2/+1
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64Jean-Sébastien Pédron2013-08-251-1/+2
* drm/ttm: Import Linux commit ff7c60c580d9722f820d85c9c58ca55ecc1ee7c4Jean-Sébastien Pédron2013-08-251-8/+11
* drm/ttm: Import Linux commit 630541863b29f88c7ab34e647758344e4cd1eafdJean-Sébastien Pédron2013-08-251-2/+9
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+2
* Do not call malloc(M_WAITOK) while bodev->fence_lock mutex isKonstantin Belousov2013-03-231-7/+8
* Import the preliminary port of the TTM.Konstantin Belousov2013-03-051-0/+658