summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon/radeon_pm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-15/+12
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-8/+20
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-101/+1132
* oops, snapshot tests not ready yetderaadt2018-04-201-1132/+101
* syncderaadt2018-04-201-101/+1132
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-011-3/+6
* Update inteldrm to the code from Linux 3.14.52 (which corresponds tokettenis2015-09-231-2/+2
* Make use of recent drm_linux.h additions to further reduce thejsg2015-07-111-32/+23
* another round of reducing the diff to linuxjsg2015-04-181-10/+1
* add back some more static use to reduce the diff to linuxjsg2015-04-061-34/+13
* switch most rwlock calls back to their linux equivalentsjsg2015-02-101-29/+28
* Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyjsg2015-02-101-4/+4
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* radeon/pm: Guard access to rdev->pm.power_state arrayjsg2014-02-151-3/+5
* use linux style memory allocations in radeonjsg2014-02-091-2/+2
* replace things like "start + interval > ticks" withdlg2013-11-111-2/+2
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-7/+7
* Move most of the uses of workqs in drm to the new task/taskq api.jsg2013-10-291-3/+9
* remove an uneeded printfjsg2013-08-261-3/+1
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+925