summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon/radeon_object.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-29/+24
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-27/+42
* drm/drivers: add support for using the arch wc mapping API.jsg2018-09-131-0/+7
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-111/+332
* oops, snapshot tests not ready yetderaadt2018-04-201-331/+111
* syncderaadt2018-04-201-111/+331
* define and use trace macrosjsg2015-04-181-5/+1
* add back some more static use to reduce the diff to linuxjsg2015-04-061-7/+5
* Switch most printf style functions calls back to linux function namesjsg2015-02-111-7/+7
* switch most mtx_* calls back to linux spinlocksjsg2015-02-101-3/+3
* switch most rwlock calls back to their linux equivalentsjsg2015-02-101-12/+11
* Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyjsg2015-02-101-3/+3
* drm/radeon: also try GART for CPU accessed buffersjsg2014-07-061-16/+24
* add a simplistic version of WARN_ON_ONCE() that doesn't warnjsg2013-11-071-3/+1
* Call drm_mtrr_add() directly instead adding a map.kettenis2013-08-131-4/+2
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+663