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
*
Add missing calls to bus_dmamap_unload() when freeing static DMA
jhb
2014-06-13
1
-0
/
+1
*
Fix DMA handling in radeon_dummy_page_init():
marius
2014-05-28
1
-2
/
+2
*
drm/radeon: Add 32bit ioctls support
dumbbell
2014-05-03
2
-259
/
+166
*
Fix two cases of recursive acquisitions of the vm object lock, only
kib
2014-04-29
1
-1
/
+1
*
Abort when firmware isn't present in R600+ models.
rmh
2014-02-04
2
-0
/
+12
*
drm: Lower priority of "EDID checksum is invalid" message
dumbbell
2013-12-22
1
-1
/
+1
*
drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...
dumbbell
2013-12-21
4
-2
/
+18
*
ttm_bo_vm_lookup_rb: actually make use of the red-black tree
avg
2013-12-19
1
-2
/
+5
*
Do not try to probe/attach if attempt to add fbd child are failed.
ray
2013-12-12
1
-1
/
+4
*
Disable error message about failed attempt to attach fbd when drm2 built with
ray
2013-12-10
2
-0
/
+3
*
drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSD
dumbbell
2013-12-08
1
-1
/
+1
*
drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytes
dumbbell
2013-12-08
1
-3
/
+3
*
Merge VT(9) project (a.k.a. newcons).
ray
2013-12-05
8
-83
/
+158
|
\
|
*
MFC @r258947.
ray
2013-12-05
24
-104
/
+120
|
|
\
|
*
|
Move mode_config up one level. DRM drivers call drm_fb_helper_restore_fbdev_mode
ray
2013-11-18
1
-3
/
+5
|
*
|
Lock mode_config before call drm_crtc_helper_set_config.
ray
2013-11-17
1
-0
/
+2
|
*
|
MFC @r258091.
ray
2013-11-13
3
-3
/
+3
|
|
\
\
|
*
|
|
drm/radeon: Fix build of radeon_fb.c on i386
dumbbell
2013-11-12
1
-1
/
+3
|
*
|
|
drm/radeon: Implement the FB_GETINFO() newbus callback
dumbbell
2013-11-02
3
-21
/
+23
|
*
|
|
drm: Log error if we fail to attach fbd device
dumbbell
2013-11-02
1
-2
/
+7
|
*
|
|
Change drm2 to attach fbd as device.
ray
2013-10-31
3
-1
/
+56
|
*
|
|
MFC @r256953
ray
2013-10-23
2
-1
/
+2
|
|
\
\
\
|
*
|
|
|
o Update drivers according to fb_info structure changes.
ray
2013-10-22
5
-184
/
+40
|
*
|
|
|
Swap Red and Blue (too much red in dialog(1)).
ray
2013-10-15
1
-2
/
+2
|
*
|
|
|
Don't forget to include colors/vt_termcolors.h too.
ray
2013-10-15
1
-0
/
+1
|
*
|
|
|
Use generated color map.
ray
2013-10-15
1
-26
/
+40
|
*
|
|
|
Partially revert accidentally committed #if from r256528.
ray
2013-10-15
1
-10
/
+0
|
*
|
|
|
Rename bitblt method to bitbltchr.
ray
2013-10-15
1
-3
/
+13
|
*
|
|
|
Fix off-by-one-huge-fb-line copy-pasted to every driver.
ray
2013-10-11
1
-1
/
+1
|
*
|
|
|
drm/radeon: Fill "struct fb_info" for Newcons
dumbbell
2013-10-10
2
-72
/
+13
|
*
|
|
|
MFC @r256148.
ray
2013-10-08
6
-12
/
+15
|
|
\
\
\
\
|
*
|
|
|
|
Enable fill of fb_info for i915kms driver.
ray
2013-10-08
1
-5
/
+12
|
*
|
|
|
|
Add Newcons KMS driver. Based on drm_fb_helper functionality.
ray
2013-10-08
1
-4
/
+179
|
*
|
|
|
|
Add fb_info structure definition. Drivers should fill it to give access to
ray
2013-10-08
1
-0
/
+13
*
|
|
|
|
|
Initialize modesetting sysctls in radeonkms.
rmh
2013-12-05
1
-0
/
+7
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridge
dumbbell
2013-12-04
1
-1
/
+5
*
|
|
|
|
Partial revert of r258779 and r258780:
eadler
2013-12-02
1
-24
/
+24
*
|
|
|
|
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
19
-118
/
+118
*
|
|
|
|
Similar to the (1 << 31) case it is not defined to do (2 << 30).
eadler
2013-11-30
4
-7
/
+7
*
|
|
|
|
drm: Fix build with gcc, broken with r258549
dumbbell
2013-11-25
1
-2
/
+2
*
|
|
|
|
drm: Dereference pointers given to qsort_r()'s cmp callback
dumbbell
2013-11-25
1
-2
/
+2
*
|
|
|
|
drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
dumbbell
2013-11-17
4
-0
/
+12
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
drm/radeon: Wake up userland after page flip
dumbbell
2013-11-08
1
-3
/
+1
*
|
|
|
drm: Initialize "handle" to 0 before calling drm_gem_handle_create()
dumbbell
2013-11-08
2
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Reset function on SandyBridge holds the gt_lock for the whole duration
kib
2013-10-21
1
-1
/
+1
*
|
|
drm/radeon: radeonkms depends on firmware(9)
dumbbell
2013-10-19
1
-0
/
+1
|
|
/
|
/
|
*
|
drm/radeon: Add missing "return false" after unmapping invalid BIOS
dumbbell
2013-09-15
1
-0
/
+1
*
|
drm/radeon: Fix usage of pci_save_state() and pci_restore_state()
dumbbell
2013-09-14
4
-8
/
+8
*
|
drm/radeon: Fix usage of vga_pci_map_bios()
dumbbell
2013-09-14
1
-3
/
+5
*
|
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-1
/
+1
|
/
[next]