aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2023-12-241-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-6/+5
* Revert drm2 removal.Warner Losh2018-08-241-0/+1895
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1895/+0
* Introduce a new mechanism for relocating virtual pages to a new physicalAlan Cox2015-12-191-5/+5
* drm/ttm: Drain taskqueue if taskqueue_cancel_timeout() returned an errorJean-Sébastien Pédron2015-09-081-2/+1
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-6/+6
* If the vm_page_alloc_contig() failed in the ttm page allocators, doKonstantin Belousov2015-02-031-0/+9
* drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...Jean-Sébastien Pédron2013-12-211-0/+2
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-3/+3
* Partially revert r254880. The bitmap operations actually use long type now.Jung-uk Kim2013-08-291-4/+3
* drm: Use the new drm_atomic.h, following the merge of projects/atomic64Jean-Sébastien Pédron2013-08-251-3/+4
* drm/ttm: Fix a reversed condition and add missing locksJean-Sébastien Pédron2013-08-251-5/+7
* drm/ttm: Fix unmap of buffer objectJean-Sébastien Pédron2013-08-251-6/+1
* drm/ttm: Fix style errorsJean-Sébastien Pédron2013-08-251-15/+15
* drm/ttm: Import Linux commit 014b34409fb2015f63663b6cafdf557fdf289628Jean-Sébastien Pédron2013-08-251-0/+1
* drm/ttm: Import Linux commit cc4c0c4de3c775be22072ec3251f2e581b63d9a0Jean-Sébastien Pédron2013-08-251-1/+1
* drm/ttm: Import Linux commit 5e45d7dfd74100d622f9cdc70bfd1f9fae1671deJean-Sébastien Pédron2013-08-251-0/+50
* drm/ttm: Import Linux commit 7a1863084c9d90ce4b67d645bf9b0f1612e68f62Jean-Sébastien Pédron2013-08-251-2/+0
* drm/ttm: Import Linux commit 63d0a4195560362e2e00a3ad38fc331d34e1da9bJean-Sébastien Pédron2013-08-251-17/+37
* drm: Fix a call to free(9) with an incorrect malloc typeJean-Sébastien Pédron2013-03-081-1/+0
* Import the preliminary port of the TTM.Konstantin Belousov2013-03-051-0/+1820