summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* drm: Lower priority of "EDID checksum is invalid" messagedumbbell2013-12-221-1/+1
* drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...dumbbell2013-12-214-2/+18
* ttm_bo_vm_lookup_rb: actually make use of the red-black treeavg2013-12-191-2/+5
* Do not try to probe/attach if attempt to add fbd child are failed.ray2013-12-121-1/+4
* Disable error message about failed attempt to attach fbd when drm2 built withray2013-12-102-0/+3
* drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSDdumbbell2013-12-081-1/+1
* drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytesdumbbell2013-12-081-3/+3
* Merge VT(9) project (a.k.a. newcons).ray2013-12-058-83/+158
|\
| * MFC @r258947.ray2013-12-0524-104/+120
| |\
| * | Move mode_config up one level. DRM drivers call drm_fb_helper_restore_fbdev_moderay2013-11-181-3/+5
| * | Lock mode_config before call drm_crtc_helper_set_config.ray2013-11-171-0/+2
| * | MFC @r258091.ray2013-11-133-3/+3
| |\ \
| * | | drm/radeon: Fix build of radeon_fb.c on i386dumbbell2013-11-121-1/+3
| * | | drm/radeon: Implement the FB_GETINFO() newbus callbackdumbbell2013-11-023-21/+23
| * | | drm: Log error if we fail to attach fbd devicedumbbell2013-11-021-2/+7
| * | | Change drm2 to attach fbd as device.ray2013-10-313-1/+56
| * | | MFC @r256953ray2013-10-232-1/+2
| |\ \ \
| * | | | o Update drivers according to fb_info structure changes.ray2013-10-225-184/+40
| * | | | Swap Red and Blue (too much red in dialog(1)).ray2013-10-151-2/+2
| * | | | Don't forget to include colors/vt_termcolors.h too.ray2013-10-151-0/+1
| * | | | Use generated color map.ray2013-10-151-26/+40
| * | | | Partially revert accidentally committed #if from r256528.ray2013-10-151-10/+0
| * | | | Rename bitblt method to bitbltchr.ray2013-10-151-3/+13
| * | | | Fix off-by-one-huge-fb-line copy-pasted to every driver.ray2013-10-111-1/+1
| * | | | drm/radeon: Fill "struct fb_info" for Newconsdumbbell2013-10-102-72/+13
| * | | | MFC @r256148.ray2013-10-086-12/+15
| |\ \ \ \
| * | | | | Enable fill of fb_info for i915kms driver.ray2013-10-081-5/+12
| * | | | | Add Newcons KMS driver. Based on drm_fb_helper functionality.ray2013-10-081-4/+179
| * | | | | Add fb_info structure definition. Drivers should fill it to give access toray2013-10-081-0/+13
* | | | | | Initialize modesetting sysctls in radeonkms.rmh2013-12-051-0/+7
| |_|_|_|/ |/| | | |
* | | | | drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridgedumbbell2013-12-041-1/+5
* | | | | Partial revert of r258779 and r258780:eadler2013-12-021-24/+24
* | | | | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-3019-118/+118
* | | | | Similar to the (1 << 31) case it is not defined to do (2 << 30).eadler2013-11-304-7/+7
* | | | | drm: Fix build with gcc, broken with r258549dumbbell2013-11-251-2/+2
* | | | | drm: Dereference pointers given to qsort_r()'s cmp callbackdumbbell2013-11-251-2/+2
* | | | | drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capabilitydumbbell2013-11-174-0/+12
| |_|_|/ |/| | |
* | | | drm/radeon: Wake up userland after page flipdumbbell2013-11-081-3/+1
* | | | drm: Initialize "handle" to 0 before calling drm_gem_handle_create()dumbbell2013-11-082-0/+2
| |_|/ |/| |
* | | Reset function on SandyBridge holds the gt_lock for the whole durationkib2013-10-211-1/+1
* | | drm/radeon: radeonkms depends on firmware(9)dumbbell2013-10-191-0/+1
| |/ |/|
* | drm/radeon: Add missing "return false" after unmapping invalid BIOSdumbbell2013-09-151-0/+1
* | drm/radeon: Fix usage of pci_save_state() and pci_restore_state()dumbbell2013-09-144-8/+8
* | drm/radeon: Fix usage of vga_pci_map_bios()dumbbell2013-09-141-3/+5
* | Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
|/
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.jkim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.jkim2013-08-293-8/+5
* Fix the incomplete conversion from atomic_t to long for test_bit().jkim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsjkim2013-08-292-13/+19
* - Remove test_and_set_bit() macro. It is unused since r255037.jkim2013-08-291-5/+3
OpenPOWER on IntegriCloud