index
:
~anholt/drm
X_4_0_1-20000711-merge
agpgart_2_0_branch
android
arb_timer_query
ati-4-0-0-branch
ati-4-0-1-branch
ati-4-0-2-branch
ati-4-1-0-branch
ati-4-1-1-branch
ati-5-0-0-branch
ati-5-0-1-branch
ati-pcigart-0-0-1-branch
ati-pcigart-1-0-0-branch
aub
batch
bsd-1-0-0-branch
bsd-1-0-1-branch
bsd-2-0-0-branch
bsd-3-0-0-branch
bsd-4-0-0-branch
cache-buckets
cairo-gl
cle266-0-0-1-branch
config-0-0-1-branch
dispatch-0-0-1-branch
dispatch-0-0-2-branch
dispatch-0-0-3-branch
dmx-0-1-branch
dmx-1-0-branch
dri2-swapbuffers
driinterface-0-0-1-branch
driinterface-0-0-2-branch
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-gem
drm-sman-branch
drm-ttm-0-2-branch
drm-ttm-branch
drm-ttm-cleanup-branch
drm-ttm-finalize
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
drmpci-0-0-1
execbuf2
full-0-0-1-branch
full-0-0-2-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
geode-0-0-1-branch
glxmisc-1-0-0-branch
glxmisc-2-0-0-branch
glxmisc-3-0-0-branch
i865-agp-0-1-branch
i915-pageflip
i915-zone-rendering
i915tex-compat
import-1.1.1
intel-decode
intel-decode-gen7
intel-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
likely
m3-0-0-1-branch
mach64-0-0-0-branch
mach64-0-0-1-branch
mach64-0-0-2-branch
mach64-0-0-3-branch
mach64-0-0-3-dma-branch
mach64-0-0-4-branch
mach64-0-0-4-dma-branch
mach64-0-0-5-branch
mach64-0-0-6-branch
mach64-0-0-7-branch
master
mesa-3-5-branch
mesa-4-0-4-branch
mesa-4-0-branch
mesa-4-1-branch
mga-0-0-1-branch
mga-0-0-2-branch
mga-0-0-3-branch
mga-1-0-0-branch
mga-lock-debug-0-0-1-branch
mga-lock-debug-0-2-0-branch
mga-readpix-0-0-1-branch
mgadh-0-0-3-branch
modesetting-101
modesetting-101-hotplug
modesetting-dirty
modesetting-gem
modesetting-newttm
multihead-1-0-0-branch
newdrm-0-0-1-branch
newioctl-0.1
newmesa-0-0-1-branch
no-more-buckets
nouveau-1
nv-0-0-1-branch
ppc-1-0-0-branch
ppc-1-0-1-branch
pre-superioctl-branch
r200-0-1-branch
r200-0-2-branch
r200-stable-1-0-branch
r500-support
r6xx-r7xx-support
radeon-1-0-0-branch
reinit-0-0-1-branch
reloc-reset
s3virge-0-0-1-branch
sarea-1-0-0-branch
savage-0-0-1-branch
savage-1_0_0-branch
savage-2-0-0-branch
smt-0-0-1-branch
smt-0-0-1-stage2b
smt-0-0-2-branch
sse-1-0-0-branch
sse-1-0-1-branch
stable-1-0-branch
tcl-0-0-branch
tdfx-1-1
tdfx-2-0-branch
tdfx-2-1-branch
tdfx-3-0-0-branch
tdfx-3-1-0-branch
tdlabs-0-0-1-branch
texmem-0-0-1
texmem-1.0
trident-0-0-1-branch
trident-0-0-2-branch
ttm-vram-0-1-branch
vblank
vblank-event
vblank-rework
vc4-android
vc4-label
video-1-0-0-branch
xc_4_0_1-20000711-merge
xgi-0-0-1
xgi-0-0-2
xv845g-0-1-branch
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
via_dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-59
/
+40
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-4
/
+4
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
1
-22
/
+22
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-6
/
+6
2007-05-26
whitespace fixups from kernel
Dave Airlie
1
-28
/
+21
2007-04-17
via: Make sure we flush write-combining using a follow-up read.
Thomas Hellstrom
1
-2
/
+4
2007-02-16
Simple fence object sample driver for via, based on idling the GPU.
Thomas Hellstrom
1
-14
/
+0
2007-02-02
via: Try to improve command-buffer chaining.
Thomas Hellstrom
1
-78
/
+51
2007-02-02
Disable AGP DMA for chips with the new 3D engine.
Thomas Hellstrom
1
-0
/
+5
2006-12-20
Some via PCI posting flushes.
Thomas Hellstrom
1
-1
/
+3
2006-08-28
drm: lots of small cleanups and whitespace issues fixed up
Dave Airlie
1
-9
/
+9
2006-03-19
make some functions static in via driver
Dave Airlie
1
-5
/
+5
2006-01-02
Realign via driver with changes in Linux kernel (mainly whitespace)
Dave Airlie
1
-36
/
+40
2005-09-25
Add the via PCI DMA blit code.
Thomas Hellstrom
1
-1
/
+16
2005-09-03
convert ioctl flags to use flags instead of separate ints
Dave Airlie
1
-12
/
+12
2005-08-15
Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by
Eric Anholt
1
-7
/
+24
2005-07-15
VIA: Fix sparse warnings (Alexey Dobriyan)
Thomas Hellstrom
1
-5
/
+5
2005-05-08
VIA: Fix for oops when AGP ring-buffer initialization is called and there
Thomas Hellstrom
1
-0
/
+6
2005-04-18
VIA:
Thomas Hellstrom
1
-3
/
+27
2005-03-28
Via updates:
Thomas Hellstrom
1
-56
/
+14
2005-02-01
cleanup patch from Adrian Bunk <bunk@stusta.de>
Dave Airlie
1
-2
/
+2
2005-01-27
Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection
Thomas Hellstrom
1
-13
/
+19
2005-01-07
via updates: moved the verifier state struct to dev_priv. Implemented AGP
Thomas Hellstrom
1
-2
/
+2
2005-01-05
VIA update:
Thomas Hellstrom
1
-3
/
+3
2004-12-31
VIA DRM: Stability enhancements and cleanups in via_dma.c Added explicit
Thomas Hellstrom
1
-32
/
+57
2004-12-21
via DRM: Tightened the security for some functions of the
Thomas Hellstrom
1
-3
/
+10
2004-12-19
via changes: Fixed typecasting bug in via_dma.c, and possible short-circuit
Thomas Hellstrom
1
-14
/
+27
2004-12-13
VIA drm updates:
Thomas Hellstrom
1
-22
/
+138
2004-12-06
Security and optimization fixes for the via drm:
Thomas Hellstrom
1
-5
/
+13
2004-12-03
Added 3D functionality to the via command verifier. Modified the via
Thomas Hellstrom
1
-71
/
+40
2004-11-27
Reworked PCI MMIO command buffer parser, and imported code from the Mesa
Thomas Hellstrom
1
-32
/
+42
2004-11-03
Fixed bug in via_dma.c. The code didn't check that the lock was held by the
Thomas Hellstrom
1
-14
/
+5
2004-11-01
Reworked the jump-code in via_dma.c. The command regulator now seems to
Thomas Hellstrom
1
-92
/
+33
2004-10-30
Some stabilizing work to the DMA ring-buffer code. Temporarily replaced the
Thomas Hellstrom
1
-91
/
+127
2004-10-12
Via updates. Fixed unlikely but possible uint32_t overflow in ring-buffer
Thomas Hellstrom
1
-5
/
+4
2004-10-09
Lindent the via stuff so I can include it in kernel
Dave Airlie
1
-16
/
+14
2004-10-08
Changed unsigned to uint32_t in some ioctl parameters. Introduced first
Thomas Hellstrom
1
-14
/
+61
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
1
-151
/
+137
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
1
-1
/
+0
2004-09-12
Fix DRM to compile cleanly with recent kernel changes in PCI IO and
Jon Smirl
1
-2
/
+4
2004-09-07
Added IOCTL for writing 2D DMA command buffers over PCI. Bumped minor
Thomas Hellstrom
1
-0
/
+88
2004-08-30
Fix copy_from_user return value ignored warning at via_dma.c:168.
Erdi Chen
1
-1
/
+3
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
1
-1
/
+0
2004-08-26
Rearrange things so that via_dma.c will compile with inline via_check_dma
Jon Smirl
1
-51
/
+45
2004-08-24
This patch adds three new ioctl's to the VIA Unichrome/Pro DRM driver:
Erdi Chen
1
-0
/
+517