summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/radeon/si.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update drm to linux 5.7jsg2020-06-081-46/+75
* drm/radeon: fix bad DMA from INTERRUPT_CNTL2jsg2020-01-281-2/+2
* Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg2019-04-141-1200/+866
* Add back a local change to prevent interrupt handlers claiming anjsg2018-05-231-0/+2
* update ttm and radeondrm(4) to Linux 4.4.129jsg2018-04-251-836/+4292
* oops, snapshot tests not ready yetderaadt2018-04-201-4292/+836
* syncderaadt2018-04-201-836/+4292
* Fix copy/paste error, CID 1453558.mpi2017-08-121-2/+2
* switch back from howmany() to DIV_ROUND_UP()jsg2015-04-061-2/+2
* add back some more static use to reduce the diff to linuxjsg2015-04-061-10/+3
* add and use macros for wake_up/wake_up_all/wake_up_all_lockedjsg2015-04-061-7/+7
* switch back to IRQ_NONE/IRQ_HANDLEDjsg2015-02-121-5/+5
* Add and use macros for linux memory barriers. Fix the call injsg2015-02-121-2/+2
* Switch most printf style functions calls back to linux function namesjsg2015-02-111-4/+2
* switch most rwlock calls back to their linux equivalentsjsg2015-02-101-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-6/+6
* drm/radeon/si: make sure mc ucode is loaded before checking the sizejsg2014-06-211-2/+4
* drm/radeon: expose render backend mask to the userspacejsg2014-02-101-1/+3
* drm/radeon: fix render backend setup for SI and CIKjsg2014-02-101-6/+6
* drm/radeon/si: Add support for CP DMA to CS checker for compute v2jsg2014-02-101-46/+62
* radeon: Fix system hang issue when using KMS with older cardsjsg2014-02-091-5/+7
* use linux style memory allocations in radeonjsg2014-02-091-3/+2
* drm/radeon: fixup bad vram size on SIjsg2014-01-241-3/+10
* drm/radeon: Fix VRAM size calculation for VRAM >= 4GBjsg2014-01-241-3/+3
* drm/radeon: fix typo in cu_per_sh on verdejsg2014-01-241-2/+2
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-2/+2
* Move most of the uses of workqs in drm to the new task/taskq api.jsg2013-10-291-3/+2
* drm/radeon: update line buffer allocation for dce6jsg2013-09-011-5/+20
* While we forceably detach radeondrm on fatal error in initjsg2013-08-181-2/+3
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-0/+4412