summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/ttm/ttm_tt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Call ttm_tt_unpopulate() instead of directly calling ttm_tt_unpopulatejsg2020-12-081-1/+1
* correct ttm_tt error paths if bus_dmamap_create() failsjsg2020-12-081-2/+9
* drm/ttm/nouveau: don't call tt destroy callback on alloc failure.jsg2020-08-221-3/+0
* update drm to linux 5.7jsg2020-06-081-4/+4
* Use km_alloc() instead of mallocarray() when allocating ttm dma segmentsjsg2019-06-111-7/+10
* Let drm(4) allocate memory without constraints if the hardware supportskettenis2019-06-091-2/+8
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-65/+197
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-13/+36
* oops, snapshot tests not ready yetderaadt2018-04-201-36/+13
* syncderaadt2018-04-201-13/+36
* Switch most printf style functions calls back to linux function namesjsg2015-02-111-3/+3
* drm/ttm: fix the tt_populated check in ttm_tt_destroy()jsg2014-02-101-2/+2
* add static back to the ttm functionsjsg2013-12-081-35/+16
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+396