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
/
linux-core
/
savage_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-14
remove config.h from build no longer exists kbuild does it
Dave Airlie
1
-1
/
+0
2005-11-11
cleanup ioctl/max_ioctl to use header file for extern symbols
Dave Airlie
1
-3
/
+0
2005-08-07
make some functions static in the savage drm driver
Dave Airlie
1
-8
/
+4
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
1
-32
/
+12
2005-08-04
Split the control of master vs root priv. Everything is still marked as
Jon Smirl
1
-4
/
+4
2005-01-15
Setup MTRRs for frame buffer and aperture manually on Savage3D and
Felix Kuehling
1
-0
/
+1
2005-01-01
Completeley rewritten Savage DRM which can be considered secure (modulo
Felix Kuehling
1
-233
/
+23
2004-10-13
Add a poll function that alternates between zero and normal poll return to
Jon Smirl
1
-0
/
+1
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
1
-11
/
+11
2004-10-10
Rename fn_tbl to driver. Core driver now uses pci_driver name which
Jon Smirl
1
-5
/
+5
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
1
-30
/
+30
2004-09-30
Make fops per driver instead of global, remove default flush, poll, read
Jon Smirl
1
-0
/
+8
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
1
-14
/
+83
2004-09-23
1) switches from class_sysfs to drm sysfs implementation to allow
Jon Smirl
1
-18
/
+1
2004-09-20
remove HAVE_COUNTERS
Dave Airlie
1
-5
/
+0
2004-08-24
Merged drmfntbl-0-0-2
drmfntbl-0-0-2-20040824-merge
Dave Airlie
1
-0
/
+2
2004-04-08
disable PCI DMA ioctls as they are not used currently until SAVAGE_CMD_DMA
Alan Hourihane
1
-4
/
+4
2004-02-24
Use DO_MUNMAP_4_ARGS macro defined in Makefile.linux (Steve Holland).
Felix Kuehling
1
-2
/
+2
2004-02-22
Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk.
Felix Kuehling
1
-0
/
+275