aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/radeon_cs.c
Commit message (Collapse)AuthorAgeFilesLines
* drm(old): Remove i915 and radeon driversEmmanuel Vadot2017-03-111-856/+0
| | | | | | | | | | | | | They cannot be used anymore with the userland bits we provide. Furthermore, their KMS versions support the same hardware. Submitted by: dumbbell Reviewed by: emaste, manu Sponsored by: AsiaBSDCon Differential Revision: https://reviews.freebsd.org/D5614 Notes: svn path=/head/; revision=315045
* Make drm(4) build, if not work reliably, on PowerPC.Nathan Whitehorn2010-11-161-1/+1
| | | | Notes: svn path=/head/; revision=215367
* Rework how drm maps are handled.Robert Noland2010-04-221-1/+1
| | | | | | | | | | | | | | | * On 32 bit platforms we steal the upper 4 bits of the map handle to store a unique map id. * On 64 bit platforms we steal the upper 24 bits. Resolves issues where the offsets that are handed to mmap may overlap the VRAM on some cards. Tested on: radeon, intel, mga, and via. This will break nouveau. I will spin new patches shortly. Notes: svn path=/head/; revision=207066
* Fix offset handlingRobert Noland2009-09-281-7/+7
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=197606
* Add kernel support for Radeon R6/7xx 3D.Robert Noland2009-08-231-0/+856
You will still need Mesa from git and possibly an updated DDX driver, but this is working fairly well now. MFC after: 2 weeks Notes: svn path=/head/; revision=196470