summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon/radeon_ttm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change drm_vma function arguments to take struct drm_file *jsg2020-10-211-1/+2
* update drm to linux 5.7jsg2020-06-081-140/+59
* remove duplicate page tablejsg2019-05-311-18/+0
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-143/+94
* Use efifb_stolen() to prevent radeondrm from using aperture memoryjsg2019-01-101-1/+16
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-106/+498
* oops, snapshot tests not ready yetderaadt2018-04-201-498/+106
* syncderaadt2018-04-201-106/+498
* Remove an error-on-NULL condition after a mallocarray() call that cannotmmcc2015-12-181-6/+1
* add back some more static use to reduce the diff to linuxjsg2015-04-061-81/+28
* Switch most printf style functions calls back to linux function namesjsg2015-02-111-5/+1
* switch most mtx_* calls back to linux spinlocksjsg2015-02-101-3/+3
* switch most rwlock calls back to their linux equivalentsjsg2015-02-101-3/+3
* More malloc() -> mallocarray() in the kernel.doug2014-12-091-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-5/+5
* drm/radeon: TTM must be init with cpu-visible VRAM, v2jsg2014-04-121-1/+4
* Another round of reducing diffs with the Linux codebase.kettenis2014-03-241-3/+1
* use linux style memory allocations in radeonjsg2014-02-091-4/+4
* drm/radeon: Fix VRAM size calculation for VRAM >= 4GBjsg2014-01-241-2/+2
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+994