summaryrefslogtreecommitdiff
path: root/shared-core/via_dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-16Avoid unnecessary waits for command regulator pause.Thomas Hellstrom1-4/+19
2008-03-16[via] Remove some leftover vars.Thomas Hellstrom1-2/+3
2008-03-16[via] The millionth fixup for the millionth-1 attempt to stabilize the AGPThomas Hellstrom1-6/+40
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-13/+7
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-20/+20
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-22/+22
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-59/+40
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-4/+4
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-22/+22
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-6/+6
2007-05-26whitespace fixups from kernelDave Airlie1-28/+21
2007-04-17via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom1-2/+4
2007-02-16Simple fence object sample driver for via, based on idling the GPU.Thomas Hellstrom1-14/+0
2007-02-02via: Try to improve command-buffer chaining.Thomas Hellstrom1-78/+51
2007-02-02Disable AGP DMA for chips with the new 3D engine.Thomas Hellstrom1-0/+5
2006-12-20Some via PCI posting flushes.Thomas Hellstrom1-1/+3
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-9/+9
2006-03-19make some functions static in via driverDave Airlie1-5/+5
2006-01-02Realign via driver with changes in Linux kernel (mainly whitespace)Dave Airlie1-36/+40
2005-09-25Add the via PCI DMA blit code.Thomas Hellstrom1-1/+16
2005-09-03convert ioctl flags to use flags instead of separate intsDave Airlie1-12/+12
2005-08-15Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup byEric Anholt1-7/+24
2005-07-15VIA: Fix sparse warnings (Alexey Dobriyan)Thomas Hellstrom1-5/+5
2005-05-08VIA: Fix for oops when AGP ring-buffer initialization is called and thereThomas Hellstrom1-0/+6
2005-04-18VIA:Thomas Hellstrom1-3/+27
2005-03-28Via updates:Thomas Hellstrom1-56/+14
2005-02-01cleanup patch from Adrian Bunk <bunk@stusta.de>Dave Airlie1-2/+2
2005-01-27Fixed multiple devices DMA bug. Fixed PCI path FIRE command detectionThomas Hellstrom1-13/+19
2005-01-07via updates: moved the verifier state struct to dev_priv. Implemented AGPThomas Hellstrom1-2/+2
2005-01-05VIA update:Thomas Hellstrom1-3/+3
2004-12-31VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicitThomas Hellstrom1-32/+57
2004-12-21via DRM: Tightened the security for some functions of theThomas Hellstrom1-3/+10
2004-12-19via changes: Fixed typecasting bug in via_dma.c, and possible short-circuitThomas Hellstrom1-14/+27
2004-12-13VIA drm updates:Thomas Hellstrom1-22/+138
2004-12-06Security and optimization fixes for the via drm:Thomas Hellstrom1-5/+13
2004-12-03Added 3D functionality to the via command verifier. Modified the viaThomas Hellstrom1-71/+40
2004-11-27Reworked PCI MMIO command buffer parser, and imported code from the MesaThomas Hellstrom1-32/+42
2004-11-03Fixed bug in via_dma.c. The code didn't check that the lock was held by theThomas Hellstrom1-14/+5
2004-11-01Reworked the jump-code in via_dma.c. The command regulator now seems toThomas Hellstrom1-92/+33
2004-10-30Some stabilizing work to the DMA ring-buffer code. Temporarily replaced theThomas Hellstrom1-91/+127
2004-10-12Via updates. Fixed unlikely but possible uint32_t overflow in ring-bufferThomas Hellstrom1-5/+4
2004-10-09Lindent the via stuff so I can include it in kernelDave Airlie1-16/+14
2004-10-08Changed unsigned to uint32_t in some ioctl parameters. Introduced firstThomas Hellstrom1-14/+61
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-151/+137
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-1/+0
2004-09-12Fix DRM to compile cleanly with recent kernel changes in PCI IO andJon Smirl1-2/+4
2004-09-07Added IOCTL for writing 2D DMA command buffers over PCI. Bumped minorThomas Hellstrom1-0/+88
2004-08-30Fix copy_from_user return value ignored warning at via_dma.c:168.Erdi Chen1-1/+3
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-26Rearrange things so that via_dma.c will compile with inline via_check_dmaJon Smirl1-51/+45