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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-08-19
add free filp private pointer to cleanup after open_helper
drmfntbl-0-0-2-20040824-freeze
Dave Airlie
2
-0
/
+6
2004-08-19
convert DRIVER_FILE_FIELDS to a private pointer structure
Dave Airlie
2
-5
/
+11
2004-08-19
get rid of last batch of defines... some of these were gamma specific so
Dave Airlie
13
-89
/
+68
2004-08-19
fix bug .. all drivers have CTX_BITMAP
Dave Airlie
2
-13
/
+8
2004-08-19
get rid of HAVE_IRQ and HAVE_DMA this is a big change - as there were lots
Dave Airlie
19
-143
/
+125
2004-08-18
remove HAVE_SG
Dave Airlie
13
-26
/
+23
2004-08-18
remove HAVE_CTX_BITMAP and HAVE_PCI_DMA
Dave Airlie
12
-68
/
+70
2004-08-18
Remove HAVE_AGP and HAVE_MTRR
Dave Airlie
17
-94
/
+99
2004-08-17
Merged drmfntbl-0-0-1
drmfntbl-0-0-1-20040817-merge
Dave Airlie
24
-442
/
+402
2004-08-17
2.6.8.1 has changed the links in /lib/modules
Dave Airlie
1
-1
/
+3
2004-08-15
Fix warning about unused ddev variable
Jon Smirl
1
-1
/
+1
2004-08-15
Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will
Jon Smirl
2
-2
/
+3
2004-08-14
Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an
Eric Anholt
1
-2
/
+2
2004-08-11
minor patch from Jon Smirl : sets up some things for later use
Dave Airlie
3
-8
/
+9
2004-08-10
Patch from Jon Smirl to add attribute field to the pciids, and use this for
Dave Airlie
2
-20
/
+13
2004-08-04
2.4 compat
Dave Airlie
1
-1
/
+1
2004-08-04
2.4 hotplug compat
Dave Airlie
3
-2
/
+9
2004-08-03
fix for drm in /proc - from Jon Smirl
Dave Airlie
4
-31
/
+33
2004-07-31
Add a hotplug event to DRM. Parameters match the ones from the general PCI
Jon Smirl
2
-3
/
+73
2004-07-31
fixes for using userspace pointers found by sparse utility
Dave Airlie
1
-16
/
+46
2004-07-31
athe patch below optimises the drm code to not do put_user() on memory the
Dave Airlie
2
-11
/
+8
2004-07-25
sync up with current 2.6 kernel bk tree - mostly __user annotations
Dave Airlie
9
-56
/
+58
2004-07-25
whitespace merge with kernel
Dave Airlie
1
-5
/
+3
2004-07-25
if the driver has already register don't do another intermodule register
Dave Airlie
2
-30
/
+41
2004-07-25
Patch from Tom Arbuckle for missing bus_address
Dave Airlie
1
-0
/
+1
2004-07-22
another logic error returns 0 or greater for success
Dave Airlie
1
-1
/
+1
2004-07-21
ATI Rage 128 and Radeon DRM unconditionally depend on PCI
Dave Airlie
1
-3
/
+3
2004-07-21
add some more debugging fix ++ and --
Dave Airlie
1
-4
/
+9
2004-07-20
first set of __user annotations from kernel (Al Viro)
Dave Airlie
15
-106
/
+114
2004-07-20
Kconfig update add i915 bring over some stuff from kernel
Dave Airlie
1
-2
/
+12
2004-07-20
add x86_64 architecture defines from kernel (leave AMD64 defines in for
Dave Airlie
2
-4
/
+4
2004-07-20
fix some more NULLs from kernel
Dave Airlie
2
-3
/
+3
2004-07-20
attempt to clean up stub_register, register_chrdev isn't good enough to
Dave Airlie
1
-12
/
+16
2004-07-15
sparse cleanups from kernel: Al Viro
Dave Airlie
2
-4
/
+4
2004-07-14
Fix reference counting for stub for new Linux PCI probe
Dave Airlie
2
-2
/
+12
2004-07-14
allow O= usage for Linux 2.6 kernel building in another directory
Dave Airlie
1
-0
/
+11
2004-07-11
split out backwards compat into a separate file makes it easier for merging
Dave Airlie
2
-115
/
+154
2004-07-11
fix issue in 2.4 kernels with returning NULL from this function
Dave Airlie
1
-1
/
+1
2004-07-08
Add two items to Makefile clean XFree86 bug: Reported by: Submitted by:
Jon Smirl
1
-2
/
+2
2004-07-05
fixes from kernel for 0 vs NULL - mika
Dave Airlie
3
-5
/
+5
2004-06-21
fix bug with pci_disable_device in the wrong place (Paul Mackerras) remove
Dave Airlie
1
-6
/
+3
2004-06-12
dirty hack to make mach64 work, (don't worry I'll get around to fixing it
Dave Airlie
1
-0
/
+4
2004-06-10
A few changes for recent redhat.
Keith Whitwell
3
-0
/
+13
2004-06-10
i915 drm module
Keith Whitwell
3
-3
/
+47
2004-06-10
gamma_dma_priority and gamma_dma_send_buffers both deref d->send_indices
Dave Airlie
1
-6
/
+39
2004-06-07
The dev->devname being passed to request_irq in drm_irq.h is null. With the
Dave Airlie
1
-0
/
+7
2004-05-30
2.4 compat
Dave Airlie
1
-0
/
+4
2004-05-30
fixes from kernel: Make users of page->count use the provided macros
Dave Airlie
2
-3
/
+3
2004-05-18
another 2.4 fix
Dave Airlie
1
-0
/
+2
2004-05-18
2.4 compat fix
Dave Airlie
1
-0
/
+1
[next]