summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/radeon_cp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* re-write scatter gather memory allocation yet again...rnoland2010-04-221-9/+6
* Rework how drm maps are handled.rnoland2010-04-221-18/+18
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Add GET_PARAM support for Z pipes.rnoland2009-08-231-0/+9
* Add kernel support for Radeon R6/7xx 3D.rnoland2009-08-231-2/+6
* Initialize max_vblank_count earlier.rnoland2009-06-251-6/+12
* Add regs required for occlusion queries supportrnoland2009-04-071-1/+1
* A little more cleanup from AMD, if we don't have the right microcodernoland2009-04-031-3/+4
* Simplify the radeon microcode loading.rnoland2009-03-311-69/+51
* Get rid of any remaining PZERO flags in mtx_sleep()rnoland2009-03-161-12/+0
* Call the right function for the right chipset.rnoland2009-03-091-1/+1
* Import support for ATI Radeon R600 and R700 series chips.rnoland2009-03-071-134/+513
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-281-0/+6
* Fix error in busmaster enable logicrnoland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanuprnoland2008-10-271-5/+4
* Several of the newer radeon cards have moved around the registers for enablingrnoland2008-10-131-2/+14
* Add support for Radeon rs740 (HD 2100)rnoland2008-10-131-8/+16
* resync to git masterrnoland2008-10-031-3/+3
* Update drm kernel drivers.rnoland2008-08-231-980/+494
* Merge from DRM upstream:anholt2006-09-071-10/+23
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-091-96/+180
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-62/+97
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-2/+44
* Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improperanholt2005-06-281-0/+6
* Mark the permanent map for radeon registers read-only. Failure to set this flaganholt2005-06-241-1/+2
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-961/+1292
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-2/+2
* Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128,anholt2004-01-061-7/+0
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-121-10/+21
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-241-1/+1
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-091-34/+31
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-191-42/+111
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-43/+37
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-302/+537
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-311-20/+20
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-291-10/+1
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-291-28/+28
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+1458
OpenPOWER on IntegriCloud