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
/
drm2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not call malloc(M_WAITOK) while bodev->fence_lock mutex is
kib
2013-03-23
1
-7
/
+8
*
drm/ttm: Fix a typo: s/pTTM]/[TTM]/
dumbbell
2013-03-23
1
-1
/
+1
*
drm/ttm: Explain why we don't need to acquire a ref in ttm_bo_vm_ctor()
dumbbell
2013-03-23
1
-0
/
+5
*
drm/ttm: Fix TTM buffer object refcount
dumbbell
2013-03-23
1
-5
/
+1
*
MFC
attilio
2013-03-09
4
-4
/
+5
*
MFC
attilio
2013-03-08
28
-8
/
+10154
|
\
|
*
Fix build with gcc, do not use unnamed union.
kib
2013-03-05
1
-8
/
+14
|
*
Fix build with gcc, remove redundand declarations.
kib
2013-03-05
1
-21
/
+0
|
*
drm_global.c: Destroy sx in drm_global_release()
dumbbell
2013-03-05
1
-0
/
+1
|
*
Correct the r247832.
kib
2013-03-05
1
-1
/
+1
|
*
Import the preliminary port of the TTM.
kib
2013-03-05
24
-8
/
+9963
|
*
Import the drm_global references helpers.
kib
2013-03-05
2
-0
/
+165
|
*
Import the drm_mm_debug_table() function.
kib
2013-03-05
2
-0
/
+39
|
*
Import the likely() compat macro.
kib
2013-03-05
1
-0
/
+1
*
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-1
/
+1
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-24
/
+24
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
2
-1
/
+2
|
/
*
- If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi to
glebius
2012-11-02
1
-2
/
+3
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Reduce delays in several wait loops from 10ms to 10us, same is it is done
mav
2012-09-25
1
-5
/
+5
*
Prefer __containerof() above member2struct().
ed
2012-09-15
2
-2
/
+2
*
Add drm and i915 ioctl translations for 32 bit process on 64 bit host.
kib
2012-08-18
6
-6
/
+976
*
Streamline use of cdevpriv and correct some corner cases.
hselasky
2012-08-15
1
-8
/
+6
*
Fix millisecond to ticks conversion in drm_msleep().
mav
2012-06-28
1
-1
/
+1
*
Add PCI IDs for Ivy Bridge
emaste
2012-06-21
1
-0
/
+6
*
Use right size when freeing unneeded GTT mapping.
kib
2012-06-15
1
-1
/
+1
*
A small simplification to i915_gem_pager_fault().
alc
2012-05-28
1
-1
/
+1
*
Disable end of buffer fixup by default. New DDX does not need this, and
kib
2012-05-28
1
-1
/
+1
*
Fix calculation of the execution buffer end in the mapped pages
kib
2012-05-28
1
-3
/
+3
*
Fix the following clang warning in drm2:
dim
2012-05-24
1
-1
/
+1
*
Add the code for new Intel GPU driver, which supports GEM, KMS and
kib
2012-05-22
81
-0
/
+72060