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
/
i915_dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework how drm maps are handled.
rnoland
2010-04-22
1
-7
/
+7
*
We shouldn't need to drop and reaquire the lock here.
rnoland
2009-06-25
1
-7
/
+5
*
The G45 docs indicate that all G4X chips use the new framecount register.
rnoland
2009-06-20
1
-3
/
+6
*
Intel handled the management of the breadcrumb counter inconsistently.
rnoland
2009-03-25
1
-3
/
+5
*
Sync up the rest of the code that we use with what Intel is shipping
rnoland
2009-03-19
1
-7
/
+12
*
Initialize the vblank structures at load time. Previously we did this
rnoland
2009-02-28
1
-0
/
+7
*
The GM45 handles vblank differently. Pull the changes from Intel in.
rnoland
2009-02-25
1
-0
/
+6
*
This was part of a sync to the code that Intel is shipping in linux.
rnoland
2009-02-25
1
-468
/
+211
*
The vblank_swap ioctl was fundamentally race prone. Get rid of it.
rnoland
2009-02-25
1
-2
/
+0
*
Don't report GEM capability until we actually have GEM support.
rnoland
2008-10-27
1
-1
/
+2
*
drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831)
rnoland
2008-10-25
1
-1
/
+1
*
resync to git master
rnoland
2008-10-03
1
-148
/
+215
*
We should never call drm_pci_alloc() while holding locks, due the the
rnoland
2008-09-09
1
-6
/
+12
*
Update drm kernel drivers.
rnoland
2008-08-23
1
-278
/
+657
*
Add the i915 GME device to DRM.
remko
2008-03-21
1
-1
/
+2
*
Properly initialize the dev_priv before calling the i915_dma_cleanup().
kib
2007-08-21
1
-3
/
+2
*
bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with a
kib
2007-07-12
1
-9
/
+15
*
Merge from DRM upstream:
anholt
2006-09-07
1
-13
/
+37
*
Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated
anholt
2006-04-09
1
-15
/
+34
*
Update DRM to CVS snapshot as of 2005-11-28. Notable changes:
anholt
2005-11-28
1
-30
/
+80
*
Update to DRM CVS as of 2005-04-12, bringing many changes:
anholt
2005-04-16
1
-0
/
+728