summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-01-11import Thomas' shared-core via changes up to 2.4.1Keith Whitwell7-66/+262
2005-01-10Only try to find the agp_buffer_map if dma_type is AGP. This is all that'sFelix Kuehling2-7/+10
2005-01-09Improved workaround for Savage3D DMA lockup to emit NOPs only before theFelix Kuehling2-3/+14
2005-01-09Adjust 4 level page check for <= 2.6.10Jon Smirl1-1/+1
2005-01-08Fixed off-by-one error in savage_bci_wait_fifo_shadow.Felix Kuehling1-1/+1
2005-01-07via updates: moved the verifier state struct to dev_priv. Implemented AGPThomas Hellstrom5-63/+116
2005-01-07Updated via DRM with check for stray FIRE commands primitive list.Thomas Hellstrom2-2/+7
2005-01-06Add i915GM support Add resume functionality (must be used with later DDX)Alan Hourihane6-18/+12
2005-01-06Adjust drm-memory for 4 level page tables in 2.6.10 ifdef'd to use 3 levelsJon Smirl1-2/+7
2005-01-06via DRM: Updated the verifier to check the vertex lists more thorough. ThisThomas Hellstrom2-29/+100
2005-01-053D scissor regs are now managed by the DRM to iterate over clip rectsFelix Kuehling3-83/+283
2005-01-05Bumped driver date and minor version.Thomas Hellstrom1-3/+3
2005-01-05VIA update:Thomas Hellstrom6-5/+146
2005-01-05Fixed the DMA buffer age test. Should fix occasional "soft" lockups. BumpedFelix Kuehling1-4/+4
2005-01-01Completeley rewritten Savage DRM which can be considered secure (moduloFelix Kuehling10-622/+1990
2005-01-01Added a new DRM map type _DRM_CONSISTENT for consistent PCI memory. It usesFelix Kuehling7-8/+38
2005-01-01i810/i830 bug with Jon's file operations changesDave Airlie6-8/+29
2004-12-31VIA DRM: verifier: Added verbose palette error reporting, and support forThomas Hellstrom4-27/+85
2004-12-31VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicitThomas Hellstrom2-64/+114
2004-12-21via DRM: Tightened the security for some functions of theThomas Hellstrom4-10/+24
2004-12-20Copy HC_ParaType_Auto change to shared-core. Bump version numbers andKeith Whitwell3-4/+8
2004-12-20Add a very simple install target. I expect there are more correct ways toKeith Whitwell1-0/+4
2004-12-19via changes: Fixed typecasting bug in via_dma.c, and possible short-circuitThomas Hellstrom4-32/+58
2004-12-17Add the 'Auto' pageflipping command to the verifier. I don't think anyKeith Whitwell1-0/+4
2004-12-16drm_pciids.h should only 'cleaned' when the shared/ directory exists. WhichAlan Hourihane1-1/+1
2004-12-15Use SYSCTL_ADD_OID macro instead of calling function directly.Eric Anholt1-1/+1
2004-12-13VIA drm updates:Thomas Hellstrom10-109/+373
2004-12-10Use wbinvd macro instead of assembly for it,Dave Airlie1-1/+1
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon drm. Only fast zRoland Scheidegger9-15/+406
2004-12-07Patch from Jon Smirl from Nov. 2nd that makes older X servers behave wellThomas Hellstrom1-0/+6
2004-12-07Fix up linux 2.4 series Makefiles for via_verifier.cThomas Hellstrom2-2/+2
2004-12-06Security and optimization fixes for the via drm:Thomas Hellstrom5-14/+32
2004-12-03Added 3D functionality to the via command verifier. Modified the viaThomas Hellstrom12-151/+1436
2004-12-03Make 1-bit fields be unsigned (no sign bit :). sparse complains about them:Dave Airlie2-4/+4
2004-11-27Reworked PCI MMIO command buffer parser, and imported code from the MesaThomas Hellstrom13-83/+165
2004-11-11patch from bug 1803 - will try and push to kernel soonDave Airlie5-84/+22
2004-11-09Fix more build problems on linux-coreJon Smirl2-2/+2
2004-11-09make linux-core build againJon Smirl2-2/+2
2004-11-09add missing CHIP_RV350 to radeon_enumsRoland Scheidegger1-0/+1
2004-11-07Refine the locking of the DRM. Most significant is covering the driverEric Anholt8-93/+130
2004-11-07add some more r300 pci idsDave Airlie2-0/+21
2004-11-07respect cc and cflagsDave Airlie1-1/+1
2004-11-07Don't link in files which no longer exist.Eric Anholt1-7/+0
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt12-186/+123
2004-11-06Add the drm Makefile and update .cvsignores.Eric Anholt4-0/+58
2004-11-06Convert more drivers for bsd-core, moving the ioctl definitions to sharedEric Anholt17-176/+437
2004-11-06Remove some core stuff that ended up being unnecessary.Eric Anholt3-11/+0
2004-11-06Get r128 basically working: Hook up the driver's dma ioctl, use the properEric Anholt5-12/+41
2004-11-06Move the lock/unlock ioctls to a more logical place, in drm_lock.c.Eric Anholt2-81/+79
2004-11-06Connect up r128_ioctls in driver config.Eric Anholt1-0/+3