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
/
radeon_object.c
Age
Commit message (
Expand
)
Author
2013-08-12
reduce dmesg spam
Jonathan Gray
2013-08-12
use bus_space_mmap to map bus addresses into physical addresses
Mark Kettenis
2013-08-12
manage pages in the VRAM aperture
Mark Kettenis
2013-08-12
let the driver allocate and free GEM objects
Mark Kettenis
2013-08-12
fix some reference counting issues
Mark Kettenis
2013-08-12
replace rdev->drmdev with rdev->ddev
Mark Kettenis
2013-08-12
don't try to free non malloc'd memory
Jonathan Gray
2013-08-12
unstub radeon_bo_clear_va
Jonathan Gray
2013-08-12
unstub radeon_bo_move_notify
Jonathan Gray
2013-08-12
unstub radeon_bo_create
Jonathan Gray
2013-08-12
unstub radeon_bo_init and radeon_bo_fini
Jonathan Gray
2013-08-12
change DEV_INFO so it doesn't assume a dev_priv variable
Jonathan Gray
2013-08-12
stub some more functions so we can link a minimal subset
Jonathan Gray
2013-08-12
make radeon_object.c compile
Jonathan Gray
2013-08-12
rw_semaphore -> rwlock
Jonathan Gray
2013-08-12
kfree -> free
Jonathan Gray
2013-08-12
kzalloc -> malloc
Jonathan Gray
2013-08-12
correct the path to drm includes and remove linux includes
Jonathan Gray
2013-08-12
spinlock -> mutex
Jonathan Gray
2013-08-12
mutex -> rwlock
Jonathan Gray
2013-08-12
add new files in radeon drm dir from linux 3.8.10
Jonathan Gray