i915: fix off by one in VGA save/restore of AR & CR regs
[profile/ivi/libdrm.git] / shared-core / via_dma.c
2008-03-16 Thomas HellstromAvoid unnecessary waits for command regulator pause.
2008-03-16 Thomas Hellstrom[via] Remove some leftover vars.
2008-03-16 Thomas Hellstrom[via] The millionth fixup for the millionth-1 attempt...
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-03 Márton Némethdrm: cleanup DRM_DEBUG() parameters
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-05-25 Dave Airliewhitespace fixups from kernel
2007-04-17 Thomas Hellstromvia: Make sure we flush write-combining using a follow...
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-16 Thomas HellstromSimple fence object sample driver for via, based on...
2007-02-14 Thomas HellstromMerge branch 'ttm-vram-0-1-branch'
2007-02-13 Wang ZhenyuMerge branch 'master' into crestline
2007-02-02 Thomas Hellstromvia: Try to improve command-buffer chaining.
2007-02-02 Thomas HellstromDisable AGP DMA for chips with the new 3D engine.
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-20 Thomas HellstromSome via PCI posting flushes.
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-19 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-03-19 Dave Airliemake some functions static in via driver
2006-01-02 Dave AirlieRealign via driver with changes in Linux kernel (mainly...
2005-09-25 Thomas HellstromAdd the via PCI DMA blit code.
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-15 Eric AnholtPort the VIA DRM to FreeBSD. Original patch by Jake...
2005-07-15 Thomas HellstromVIA: Fix sparse warnings (Alexey Dobriyan)
2005-05-08 Thomas HellstromVIA: Fix for oops when AGP ring-buffer initialization...
2005-04-18 Thomas HellstromVIA:
2005-03-28 Thomas HellstromVia updates:
2005-02-01 Dave Airliecleanup patch from Adrian Bunk <bunk@stusta.de>
2005-01-27 Thomas HellstromFixed multiple devices DMA bug. Fixed PCI path FIRE...
2005-01-07 Thomas Hellstromvia updates: moved the verifier state struct to dev_pri...
2005-01-05 Thomas HellstromVIA update:
2004-12-31 Thomas HellstromVIA DRM: Stability enhancements and cleanups in via_dma...
2004-12-21 Thomas Hellstromvia DRM: Tightened the security for some functions...
2004-12-19 Thomas Hellstromvia changes: Fixed typecasting bug in via_dma.c, and...
2004-12-13 Thomas HellstromVIA drm updates:
2004-12-06 Thomas HellstromSecurity and optimization fixes for the via drm:
2004-12-03 Thomas HellstromAdded 3D functionality to the via command verifier...
2004-11-27 Thomas HellstromReworked PCI MMIO command buffer parser, and imported...
2004-11-03 Thomas HellstromFixed bug in via_dma.c. The code didn't check that...
2004-11-01 Thomas HellstromReworked the jump-code in via_dma.c. The command regula...
2004-10-30 Thomas HellstromSome stabilizing work to the DMA ring-buffer code....
2004-10-12 Thomas HellstromVia updates. Fixed unlikely but possible uint32_t overf...
2004-10-09 Dave AirlieLindent the via stuff so I can include it in kernel
2004-10-08 Thomas HellstromChanged unsigned to uint32_t in some ioctl parameters...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-12 Jon SmirlFix DRM to compile cleanly with recent kernel changes...
2004-09-07 Thomas HellstromAdded IOCTL for writing 2D DMA command buffers over...
2004-08-30 Erdi ChenFix copy_from_user return value ignored warning at...
2004-08-27 Dave Airlie__NO_VERSION__ hasn't been needed since 2.3 days ditch...
2004-08-26 Jon SmirlRearrange things so that via_dma.c will compile with...
2004-08-24 Erdi ChenThis patch adds three new ioctl's to the VIA Unichrome...