index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
drm
/
drm_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix atomic_set_xxx misuse in drm
avg
2010-12-11
1
-1
/
+1
*
Keep track of the hardware counter more aggressively while interrupts
rnoland
2009-06-25
1
-0
/
+4
*
Fix one use of atomic for refcount missed in last commit.
rnoland
2009-06-25
1
-1
/
+1
*
Additional vblank cleanups.
rnoland
2009-06-25
1
-26
/
+29
*
Ensure that we always hold the lock when calling vblank_disable_fn()
rnoland
2009-06-25
1
-0
/
+5
*
Using signals for vblank events is prone to issues. There have never
rnoland
2009-06-23
1
-48
/
+1
*
Given that vblanks generally occur 60 times a second, waiting 3 seconds
rnoland
2009-06-23
1
-1
/
+1
*
vblank[crtc].last represents the hardware counter while request.sequence
rnoland
2009-06-23
1
-1
/
+0
*
Fix up waiting on vblank again... This reverts a last minute change that
rnoland
2009-03-26
1
-5
/
+8
*
Rework the management of vblank interrupts a bit.
rnoland
2009-03-25
1
-22
/
+31
*
Only issue the wakeup and store the counter if vblank is enabled on
rnoland
2009-03-20
1
-4
/
+6
*
Rework vblank handling to try to resolve some reports of "slow" windows
rnoland
2009-03-19
1
-19
/
+36
*
Initialize the vblank structures at load time. Previously we did this
rnoland
2009-02-28
1
-3
/
+1
*
Turn on MSI if the card supports it. There is a blacklist for chips
rnoland
2009-02-25
1
-17
/
+1
*
Add some vblank related debugging and replace the DRM_WAIT_ON macro
rnoland
2009-02-25
1
-9
/
+23
*
The i915 driver was the only consumer of locked task support.
rnoland
2009-02-25
1
-46
/
+0
*
Rework memory allocation to allocate memory with different type names. This
rnoland
2008-10-13
1
-6
/
+5
*
resync to git master
rnoland
2008-10-03
1
-55
/
+35
*
Update drm kernel drivers.
rnoland
2008-08-23
1
-66
/
+345
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Update DRM to CVS snapshot as of 2005-11-28. Notable changes:
anholt
2005-11-28
1
-12
/
+21
*
Update to DRM CVS as of 2005-04-12, bringing many changes:
anholt
2005-04-16
1
-0
/
+285