index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon
/
si.c
Age
Commit message (
Expand
)
Author
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-21
drm/radeon/si: make sure mc ucode is loaded before checking the size
Jonathan Gray
2014-02-10
drm/radeon: expose render backend mask to the userspace
Jonathan Gray
2014-02-10
drm/radeon: fix render backend setup for SI and CIK
Jonathan Gray
2014-02-10
drm/radeon/si: Add support for CP DMA to CS checker for compute v2
Jonathan Gray
2014-02-09
radeon: Fix system hang issue when using KMS with older cards
Jonathan Gray
2014-02-09
use linux style memory allocations in radeon
Jonathan Gray
2014-01-24
drm/radeon: fixup bad vram size on SI
Jonathan Gray
2014-01-24
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
Jonathan Gray
2014-01-24
drm/radeon: fix typo in cu_per_sh on verde
Jonathan Gray
2013-10-30
deprecate taskq_systq() and replace it with extern struct taskq
David Gwynne
2013-10-29
Move most of the uses of workqs in drm to the new task/taskq api.
Jonathan Gray
2013-09-01
drm/radeon: update line buffer allocation for dce6
Jonathan Gray
2013-08-18
While we forceably detach radeondrm on fatal error in init
Jonathan Gray
2013-08-12
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
Jonathan Gray