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
/
drm_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Update the device-independent code to match Linux 3.8.13
dumbbell
2015-03-17
1
-922
/
+281
*
An update for the i915 GPU driver, which brings the code up to Linux
kib
2015-01-21
1
-3
/
+59
*
DRM2: fix off-by-one overflow in ioctl processing
rea
2014-11-28
1
-1
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-1
/
+0
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+1
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-1
/
+0
*
drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
dumbbell
2013-11-17
1
-0
/
+6
*
drm: In drm_mmap_single, try ttm_bo_mmap_single() before drm_gem_mmap_single()
dumbbell
2013-08-25
1
-4
/
+4
*
drm: Fix cleanup if device initialization fails
dumbbell
2013-08-25
1
-3
/
+19
*
drm: Use driver-provided "use_msi" callback to determine if MSI is blacklisted
dumbbell
2013-08-25
1
-8
/
+19
*
drm: Call drm_global_init() & drm_global_release() at module load/unload
dumbbell
2013-08-24
1
-13
/
+41
*
Import the preliminary port of the TTM.
kib
2013-03-05
1
-1
/
+20
*
- 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
*
Add drm and i915 ioctl translations for 32 bit process on 64 bit host.
kib
2012-08-18
1
-3
/
+27
*
Add the code for new Intel GPU driver, which supports GEM, KMS and
kib
2012-05-22
1
-0
/
+980