index
:
~jbarnes/drm
X_4_0_1-20000711-merge
agpgart_2_0_branch
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
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
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-overlays
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
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-post-reloc
kms-pageflip
libdrm-1_0-branch
libdrm-2_0-branch
libdrm-2_3-branch
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
man-pages
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
nouveau-1
nv-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
r500-support
r6xx-r7xx-support
radeon-1-0-0-branch
reinit-0-0-1-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
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
svm
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
video-1-0-0-branch
xc_4_0_1-20000711-merge
xgi-0-0-1
xgi-0-0-2
xv845g-0-1-branch
Jesse's libdrm code
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
[FreeBSD] We should use dev2unit() rather than minor()
Robert Noland
2
-2
/
+2
2008-10-23
[FreeBSD] This check isn't correct and causes at least mga to lockup.
Robert Noland
1
-6
/
+4
2008-10-10
[FreeBSD] Plug memory leak in drm_rmdraw() and drm_drawable_free_all()
Robert Noland
1
-11
/
+9
2008-10-10
[FreeBSD] Rework all of the memory allocations
Robert Noland
24
-173
/
+184
2008-10-09
[FreeBSD] Fix linux list compat list_for_each_safe()
Robert Noland
1
-2
/
+2
2008-10-03
[FreeBSD] Don't explicitly bzero driver softc.
Robert Noland
9
-18
/
+0
2008-10-03
[FreeBSD] Use M_WAITOK when allocating driver memory.
Robert Noland
9
-9
/
+27
2008-10-03
[FreeBSD] Do a bit of optimization on drm_order()
Robert Noland
1
-3
/
+4
2008-10-01
Use devfs_get_cdevpriv in mmap as well.
Robert Noland
1
-9
/
+12
2008-09-17
[FreeBSD] Convert to using cdevpriv for file_priv tracking
Robert Noland
7
-89
/
+62
2008-09-10
Remove incomplete and obsolete free/net/open code.
vehemens
20
-665
/
+8
2008-09-08
[FreeBSD] We need to call drm_detach before we free dev->driver.
Robert Noland
9
-9
/
+36
2008-09-07
[FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combining
Robert Noland
2
-2
/
+12
2008-09-06
[FreeBSD] IGP gart needs to be un-cached.
Robert Noland
1
-18
/
+73
2008-09-06
Free temp_pagelist on error. Free in reverse order. Noticed by open.
vehemens
1
-1
/
+2
2008-09-06
Pass lock data like linux and open.
vehemens
4
-24
/
+21
2008-09-06
Move order to end like linux.
vehemens
1
-16
/
+16
2008-09-06
Style white space cleanup part 2.
vehemens
8
-23
/
+23
2008-09-06
[FreeBSD] Ensure that drm_pci_alloc is never called while locks are held.
Robert Noland
3
-8
/
+20
2008-09-05
Reorder lock functions like linux.
vehemens
1
-64
/
+64
2008-09-05
Style white space cleanup.
vehemens
9
-190
/
+192
2008-09-05
Need M_NOWAIT for malloc.
vehemens
9
-9
/
+9
2008-08-29
[FreeBSD] Use driver features macros and flags
vehemens
14
-72
/
+73
2008-08-29
[FreeBSD] Convert drm_driver to a pointer like linux.
vehemens
20
-306
/
+423
2008-08-29
[FreeBSD] Replace typedefs on bsd.
vehemens
12
-83
/
+83
2008-08-29
[FreeBSD] Catch up to vblank rework for via.
vehemens
1
-1
/
+3
2008-08-29
[FreeBSD] Correct debug message
vehemens
1
-1
/
+1
2008-08-29
[FreeBSD] Fix a couple of locking problems.
Robert Noland
1
-1
/
+6
2008-08-29
[FreeBSD] Increase debugging output for vblank code.
Robert Noland
1
-0
/
+7
2008-08-29
Fix drm_realloc when you're reallocing into something smaller.
Tomas Carnecky
1
-1
/
+1
2008-08-24
[FreeBSD] Add drm_drawable_free_all()
Robert Noland
3
-0
/
+24
2008-08-24
[FreeBSD] Fix long standing memory leak in drm_remove_magic.
Robert Noland
1
-1
/
+1
2008-08-24
[FreeBSD] Move vblank bits into their own structure.
vehemens
2
-82
/
+46
2008-08-24
[FreeBSD] Fix lock leak.
vehemens
1
-2
/
+4
2008-07-25
[FreeBSD] Duh, we need to actually define the drm_modeset_ctl...
Robert Noland
1
-0
/
+1
2008-07-24
[FreeBSD] Catch up to linux on vblank-rework
Robert Noland
2
-64
/
+42
2008-07-21
[FreeBSD] Improve upper_32_bits define.
Robert Noland
1
-1
/
+1
2008-07-17
[FreeBSD] drm_irq.c updates for vblank fixes.
Robert Noland
2
-23
/
+36
2008-07-16
FreeBSD: Fix radeon build
Robert Noland
1
-0
/
+2
2008-07-16
BSD: change drm_locked_task*() to use the same scheme as linux.
Owain Gordon Ainsworth
4
-22
/
+32
2008-07-15
[FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmam...
Robert Noland
1
-1
/
+4
2008-06-13
[FreeBSD] Fix another lock leak
Robert Noland
1
-2
/
+2
2008-06-08
I915 suspend/resume for FreeBSD
Robert Noland
3
-2
/
+33
2008-06-08
[FreeBSD] Rework ati_pcigart.c
Robert Noland
1
-39
/
+88
2008-06-08
[FreeBSD] We need to request busmastering support.
Robert Noland
1
-0
/
+6
2008-06-08
[FreeBSD] Incorporate vblank fixes for bsd.
Robert Noland
2
-35
/
+65
2008-06-08
[FreeBSD] Forgot to call mtx_destroy on all the locks at unload.
Robert Noland
1
-0
/
+3
2008-06-08
[FreeBSD] Remove the locks in the vblank_disable_fn
Robert Noland
1
-5
/
+1
2008-06-08
[FreeBSD] Go back to using vbl_lock and move init/destroy to load/unload.
Robert Noland
3
-22
/
+23
2008-06-01
[FreeBSD] Declare vblank_disable_fn callout MPSAFE.
Robert Noland
1
-3
/
+24
[next]