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
Age
Commit message (
Expand
)
Author
Files
Lines
2004-12-10
Use wbinvd macro instead of assembly for it,
Dave Airlie
1
-1
/
+1
2004-12-07
Patch from Jon Smirl from Nov. 2nd that makes older X servers behave well
Thomas Hellstrom
1
-0
/
+6
2004-12-03
Added 3D functionality to the via command verifier. Modified the via
Thomas Hellstrom
2
-3
/
+3
2004-11-11
patch from bug 1803 - will try and push to kernel soon
Dave Airlie
3
-64
/
+16
2004-11-09
Fix more build problems on linux-core
Jon Smirl
2
-2
/
+2
2004-11-09
make linux-core build again
Jon Smirl
2
-2
/
+2
2004-11-06
Convert more drivers for bsd-core, moving the ioctl definitions to shared
Eric Anholt
4
-59
/
+17
2004-11-06
Fix Linux build. Why won't this complile? extern int const foo; static
Jon Smirl
2
-3
/
+4
2004-11-06
Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but
Eric Anholt
2
-87
/
+6
2004-11-05
Move ati_pcigart shared routines into drm-core module
Jon Smirl
4
-5
/
+6
2004-10-31
Allow drivers to override reclaim_buffers in an OS-independent way by
Felix Kuehling
7
-16
/
+10
2004-10-29
Switch SPIN_LOCK_UNLOCKED to spin_lock_init()
Jon Smirl
1
-1
/
+1
2004-10-29
Add include of moduleparam.h
Jon Smirl
1
-0
/
+1
2004-10-28
Break poll() to make it match the Xserver's broken expectations.
Jon Smirl
1
-5
/
+6
2004-10-23
Round 2 of getting rid of inter_module_get()
Jon Smirl
4
-57
/
+33
2004-10-23
Revert symbol_get() changes from drm_drv
Jon Smirl
1
-14
/
+4
2004-10-23
fix inter module put/get
Dave Airlie
1
-2
/
+2
2004-10-23
actually 2.6.10 introduced pfn range so it should work now..
Dave Airlie
1
-1
/
+1
2004-10-23
fix pfn vs page for older kernels (2.6.9-rc kernels many not work..)
Dave Airlie
4
-3
/
+15
2004-10-23
Prepare to eliminate inter_module_get("agp")
Jon Smirl
3
-5
/
+17
2004-10-22
Bring in patch from kernel for remap_pfn_range
Jon Smirl
3
-8
/
+10
2004-10-21
Fix up the radeon i2c error handing
Jon Smirl
1
-30
/
+25
2004-10-20
Don't release an i2c channel that has not initialized correctly
Jon Smirl
1
-4
/
+8
2004-10-20
Switch linux-core from using dev->pdev->driver->name to
Jon Smirl
3
-7
/
+7
2004-10-20
Fix dd vs di version typo in drm_setversion
Jon Smirl
1
-1
/
+1
2004-10-19
Add a protective check against a possible buffer overflow
Jon Smirl
1
-2
/
+5
2004-10-19
Fix missing I2C busses to be non-fatal error.
Jon Smirl
1
-9
/
+7
2004-10-19
drm-core, Clean up bug error path on stealth mode exit
Jon Smirl
1
-3
/
+7
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
19
-32
/
+22
2004-10-15
Remove drm_init.c
Jon Smirl
1
-37
/
+0
2004-10-15
Move drm_cpu_valid out of drm_init. drm_init is empty now.
Jon Smirl
4
-20
/
+18
2004-10-15
Switch linux-core over to 2.6 parameter model to enable debug use
Jon Smirl
4
-120
/
+7
2004-10-13
Add a poll function that alternates between zero and normal poll return to
Jon Smirl
13
-0
/
+28
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
29
-423
/
+388
2004-10-10
Rename fn_tbl to driver. Core driver now uses pci_driver name which
Jon Smirl
22
-142
/
+140
2004-10-09
fix up whitespacing in Kconfig
Dave Airlie
1
-3
/
+3
2004-10-09
remove unused dma remnants that were gamma only - these could cause an oops
Dave Airlie
2
-11
/
+0
2004-10-08
Fix refcount bug in stealth mode
Jon Smirl
1
-0
/
+1
2004-10-06
Revert back to drm_order() instead of using kernel get_order(). The
Jon Smirl
2
-5
/
+31
2004-10-05
Patch for Kconfig for making i830/i915 not build together
Dave Airlie
1
-5
/
+9
2004-10-05
enable the device in the right order, remove __devinit from drm_int
Jon Smirl
2
-11
/
+11
2004-09-30
Make the debug memory functions compile for the core model.
Jon Smirl
6
-117
/
+134
2004-09-30
Remove DRM() macros from core ffb driver. DaveA says he'll make it compile
Jon Smirl
3
-14
/
+12
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
52
-4906
/
+4888
2004-09-30
savage.h not used in core builds
Jon Smirl
1
-32
/
+0
2004-09-30
core ffb.h is not used anymore
Jon Smirl
1
-12
/
+0
2004-09-30
Remove unused drm_module.h
Jon Smirl
3
-70
/
+3
2004-09-30
Move things around to reduce public symbols and even out files. Switch to
Jon Smirl
7
-585
/
+567
2004-09-30
Make fops per driver instead of global, remove default flush, poll, read
Jon Smirl
18
-78
/
+101
2004-09-28
Getting the AGP module is a global resource. Make sure a dual PCI/AGP
Jon Smirl
3
-23
/
+11
[next]