summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon: Fix a memory leak when radeonkms is unloadeddumbbell2014-08-281-0/+1
* drm: Don't "taskqueue" vt-switch if under DDB/panic situationdumbbell2014-08-271-1/+7
* i915 driver - enable opregion handle; program CADL.adrian2014-08-253-31/+82
* drm: fix usage of vm_phys_fictitious_to_vm_pageroyger2014-08-062-4/+10
* Remove #ifdef-s to reduce difference to upstream.ray2014-07-221-31/+0
* Merge change from upstream linux kernel submitted by OpenBSD:sbruno2014-07-212-22/+5
* Hide syscons-specific workaround under DEV_SCemaste2014-07-211-0/+5
* Revert r268543.rpaulo2014-07-126-6/+6
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-126-6/+6
* Remove ia64.marcel2014-07-072-3/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-2/+1
* Revert r267961, r267973:gjb2014-06-272-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-2/+1
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-163-7/+7
* Add missing calls to bus_dmamap_unload() when freeing static DMAjhb2014-06-131-0/+1
* Fix DMA handling in radeon_dummy_page_init():marius2014-05-281-2/+2
* drm/radeon: Add 32bit ioctls supportdumbbell2014-05-032-259/+166
* Fix two cases of recursive acquisitions of the vm object lock, onlykib2014-04-291-1/+1
* Abort when firmware isn't present in R600+ models.rmh2014-02-042-0/+12
* 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
OpenPOWER on IntegriCloud