index
:
mesa/drm
103-regression-intel-mesa-buildtests-broken-by-libdrm-update
agpgart_2_0_branch
amdgpu
ati-4-0-0-branch
ati-4-0-1-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
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
cle266-0-0-1-branch
dri2-swapbuffers
driinterface-0-0-3-branch
drm-filp-0-1-branch
drm-sman-branch
drm-ttm-branch
drmcommand-0-0-1-branch
drmfntbl-0-0-1
drmfntbl-0-0-2-branch
drmlib-0-0-1-branch
gamma-1-0-0-branch
gamma-2-0-0-branch
glxmisc-1-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-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-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
main
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
pageflip
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
r6xx-r7xx-support
radeon-1-0-0-branch
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
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
trident-0-0-1-branch
trident-0-0-2-branch
vblank-event
video-1-0-0-branch
xgi-0-0-1
xv845g-0-1-branch
Direct Rendering Manager headers and kernel modules (mirrored from https://gitlab.freedesktop.org/mesa/drm)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_agpsupport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-22
drm: Strip old ttm.
Thomas Hellstrom
1
-171
/
+0
2009-03-02
drm: drop Linux < 2.6.12 support
Pekka Paalanen
1
-36
/
+1
2008-08-09
drm: TRUE/true
Dave Airlie
1
-1
/
+1
2008-07-28
Merge commit 'origin/master' into drm-gem
Eric Anholt
1
-2
/
+2
2008-06-22
agp: use true/false instead of TRUE/FALSE
Dave Airlie
1
-2
/
+2
2008-05-01
Fix offset passed to AGP to be pages instead of bytes.
Eric Anholt
1
-10
/
+6
2008-05-01
checkpoint: relocations support.
Eric Anholt
1
-4
/
+4
2008-05-01
checkpoint: gtt binding written.
Eric Anholt
1
-0
/
+47
2008-03-06
drm: reorganise minor number handling using code from modesetting branch
Dave Airlie
1
-1
/
+1
2008-02-29
agp: export the correct symbol
Dave Airlie
1
-1
/
+1
2007-12-21
Use dummy_read_page for unpopulated kernel-allocated ttm pages.
Keith Packard
1
-3
/
+13
2007-11-29
drm: oops not a cleanup..
Dave Airlie
1
-1
/
+1
2007-11-29
drm: more cleanups
Dave Airlie
1
-2
/
+2
2007-11-22
drm: major whitespace/coding style realignment with kernel
Dave Airlie
1
-3
/
+3
2007-11-06
drm/agp: kernel style fixes
Dave Airlie
1
-21
/
+18
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
1
-5
/
+5
2007-11-01
drm/ttm: add support for cached un-snooped mappings.
Dave Airlie
1
-2
/
+6
2007-10-31
drm: add chipset flushing via agp support
Dave Airlie
1
-0
/
+8
2007-09-22
Add fence error member.
Thomas Hellstrom
1
-7
/
+8
2007-08-06
Initialize the AGP structure's base address at init rather than enable.
Eric Anholt
1
-1
/
+1
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
1
-76
/
+29
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
1
-31
/
+22
2007-07-16
drm: detypedef ttm/bo/fence code
Dave Airlie
1
-6
/
+6
2007-07-16
drm: remove drmP.h internal typedefs
Dave Airlie
1
-46
/
+46
2007-07-16
drm: detypedef drm.h and fixup all problems
Dave Airlie
1
-18
/
+18
2007-05-26
drm: cleanup use of Linux list handling macros
Dave Airlie
1
-18
/
+10
2007-04-18
Simplify the ttm backend interface and the agp ttm backend.
Thomas Hellstrom
1
-58
/
+47
2007-03-19
whitespace cleanup pending a kernel merge
Dave Airlie
1
-12
/
+12
2007-02-07
Checkpoint commit.
Thomas Hellstrom
1
-4
/
+4
2007-02-06
Simplify pci map vs no pci map choice.
Thomas Hellstrom
1
-3
/
+0
2007-02-02
Make also later kernels work with buffer object vm
Thomas Hellstrom
1
-1
/
+1
2007-02-01
Fix missing ttm_open_vma call from previous commit.
Thomas Hellstrom
1
-2
/
+2
2006-12-21
Bug #9120.
Thomas Hellstrom
1
-0
/
+21
2006-12-19
drm: remove all 2.4 support for drm development tree.
Dave Airlie
1
-4
/
+0
2006-10-21
The CPU cache must be flushed _before_ we start modifying the kernel map ptes,
Thomas Hellstrom
1
-1
/
+1
2006-10-20
We apparently need this global cache flush anyway.
Thomas Hellstrom
1
-1
/
+1
2006-10-18
Avoid driver-specific AGP user-populated types, since we don't know what AGP
Thomas Hellstrom
1
-8
/
+12
2006-10-17
Add memory usage accounting to avoid DOS problems.
Thomas Hellstrom
1
-7
/
+16
2006-10-12
Bugfixes.
Thomas Hellstrom
1
-1
/
+1
2006-10-12
Simplify the AGP backend interface somewhat.
Thomas Hellstrom
1
-57
/
+28
2006-10-11
Big update:
Thomas Hellstrom
1
-0
/
+2
2006-09-27
Adapt to architecture-specific hooks for gatt pages.
Thomas Hellstrom
1
-1
/
+1
2006-09-26
Allow for a driver to overload the ttm backend object methods.
Thomas Hellstrom
1
-11
/
+17
2006-09-08
Various bugfixes.
Thomas Hellstrom
1
-0
/
+1
2006-08-22
Initial i915 buffer object driver
Thomas Hellstrom
1
-2
/
+2
2006-08-22
AGP backends for TTM.
Thomas Hellstrom
1
-0
/
+165
2006-02-18
major realigment of DRM CVS with kernel code, makes integration much easier
Dave Airlie
1
-3
/
+4
2005-11-03
Converts the remaining drm_agp_foo functions to be a drm_agp_foo and
Ian Romanick
1
-41
/
+89
2005-06-17
fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around
Dave Airlie
1
-8
/
+1
2005-06-14
Adds support for PCI cards to MGA DRM
Ian Romanick
1
-55
/
+77
[next]