summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/radeon_state.c
Commit message (Expand)AuthorAgeFilesLines
* In sys/dev/drm/radeon_state.c, use the correct printf length modifiersdim2011-12-301-1/+1
* Rework how drm maps are handled.rnoland2010-04-221-4/+4
* R600 doesn't support IRQs yet, so don't try to use them.rnoland2009-09-281-1/+4
* Add GET_PARAM support for Z pipes.rnoland2009-08-231-0/+3
* Add kernel support for Radeon R6/7xx 3D.rnoland2009-08-231-4/+19
* Import support for ATI Radeon R600 and R700 series chips.rnoland2009-03-071-115/+71
* Update drm kernel drivers.rnoland2008-08-231-472/+546
* Merge from DRM upstream:anholt2006-09-071-14/+56
* Re-apply changes to make this compile with -Wundef:ru2006-04-131-1/+1
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-091-242/+289
* Use compile-time detection of 64-bit addressing.ru2005-12-041-3/+3
* Fix -Wundef warnings and properly check the size of long, FWIW.ru2005-12-041-3/+3
* Update DRM to CVS snapshot as of 2005-11-28. Notable changes:anholt2005-11-281-134/+147
* Add the latest r300 code from r300.sf.net. This is based on the patch suppliedanholt2005-07-201-32/+41
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-1092/+1622
* move ptr deref's to after null checkssam2005-02-261-3/+6
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newanholt2004-06-111-32/+134
* Use a long as the opaque type so that it matches the size of a pointerobrien2004-03-031-2/+2
* Update from DRI CVS. Includes locking fixes (including PR 59202), changes foranholt2003-11-121-42/+281
* Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver andanholt2003-09-091-9/+9
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-191-30/+18
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-27/+42
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-759/+1495
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-311-25/+25
* More diff reduction: Shuffle around some header code as was done inanholt2002-04-291-0/+1
* Diff reduction to my experimental code: clean up return code handling.anholt2002-04-291-27/+27
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+1467
OpenPOWER on IntegriCloud