summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon/radeon_object.c
AgeCommit message (Expand)Author
2013-08-12reduce dmesg spamJonathan Gray
2013-08-12use bus_space_mmap to map bus addresses into physical addressesMark Kettenis
2013-08-12manage pages in the VRAM apertureMark Kettenis
2013-08-12let the driver allocate and free GEM objectsMark Kettenis
2013-08-12fix some reference counting issuesMark Kettenis
2013-08-12replace rdev->drmdev with rdev->ddevMark Kettenis
2013-08-12don't try to free non malloc'd memoryJonathan Gray
2013-08-12unstub radeon_bo_clear_vaJonathan Gray
2013-08-12unstub radeon_bo_move_notifyJonathan Gray
2013-08-12unstub radeon_bo_createJonathan Gray
2013-08-12unstub radeon_bo_init and radeon_bo_finiJonathan Gray
2013-08-12change DEV_INFO so it doesn't assume a dev_priv variableJonathan Gray
2013-08-12stub some more functions so we can link a minimal subsetJonathan Gray
2013-08-12make radeon_object.c compileJonathan Gray
2013-08-12rw_semaphore -> rwlockJonathan Gray
2013-08-12kfree -> freeJonathan Gray
2013-08-12kzalloc -> mallocJonathan Gray
2013-08-12correct the path to drm includes and remove linux includesJonathan Gray
2013-08-12spinlock -> mutexJonathan Gray
2013-08-12mutex -> rwlockJonathan Gray
2013-08-12add new files in radeon drm dir from linux 3.8.10Jonathan Gray