summaryrefslogtreecommitdiff
path: root/sys/dev/drm/radeon_cp.c
Commit message (Expand)AuthorAgeFilesLines
* re-write scatter gather memory allocation yet again...Robert Noland2010-04-221-9/+6
* Rework how drm maps are handled.Robert Noland2010-04-221-18/+18
* A bit of cleanup work on radeon_freelist_get()Robert Noland2009-10-301-41/+4
* Add GET_PARAM support for Z pipes.Robert Noland2009-08-231-0/+9
* Add kernel support for Radeon R6/7xx 3D.Robert Noland2009-08-231-2/+6
* Initialize max_vblank_count earlier.Robert Noland2009-06-251-6/+12
* Add regs required for occlusion queries supportRobert Noland2009-04-071-1/+1
* A little more cleanup from AMD, if we don't have the right microcodeRobert Noland2009-04-031-3/+4
* Simplify the radeon microcode loading.Robert Noland2009-03-311-69/+51
* Get rid of any remaining PZERO flags in mtx_sleep()Robert Noland2009-03-161-12/+0
* Call the right function for the right chipset.Robert Noland2009-03-091-1/+1
* Import support for ATI Radeon R600 and R700 series chips.Robert Noland2009-03-071-132/+511
* Initialize the vblank structures at load time. Previously we did thisRobert Noland2009-02-281-0/+6
* Fix error in busmaster enable logicRobert Noland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanupRobert Noland2008-10-271-5/+4
* Several of the newer radeon cards have moved around the registers for enablingRobert Noland2008-10-131-2/+14
* Add support for Radeon rs740 (HD 2100)Robert Noland2008-10-131-8/+16
* resync to git masterRobert Noland2008-10-031-3/+3
* Update drm kernel drivers.Robert Noland2008-08-231-975/+489
* Merge from DRM upstream:Eric Anholt2006-09-071-10/+23
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedEric Anholt2006-04-091-95/+179
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:Eric Anholt2005-11-281-62/+97
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedEric Anholt2005-07-201-2/+44
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperEric Anholt2005-06-281-0/+6
* Mark the permanent map for radeon registers read-only. Failure to set this flagEric Anholt2005-06-241-1/+2
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-950/+1281
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,Eric Anholt2004-01-061-7/+0
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes forEric Anholt2003-11-121-10/+21
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpngEric Anholt2003-10-241-1/+1
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andEric Anholt2003-09-091-34/+31
* Update DRM from DRI CVS as of today. Notable changes include RadeonEric Anholt2003-08-191-42/+111
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalEric Anholt2003-04-251-43/+37
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-091-302/+537
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-311-20/+20
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-291-10/+1
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-291-28/+28
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-271-0/+1458