summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-171-286/+233
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-011-5/+7
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-211-1/+4
* drm: When reading connector mode tunables, list connectorsdumbbell2014-11-031-0/+3
* drm: Take vt(4) default mode from loader tunablesdumbbell2014-11-031-166/+64
* drm: Don't "taskqueue" vt-switch if under DDB/panic situationdumbbell2014-08-271-1/+7
* Remove #ifdef-s to reduce difference to upstream.ray2014-07-221-31/+0
* 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-101-0/+2
* 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
* drm: Log error if we fail to attach fbd devicedumbbell2013-11-021-2/+7
* Change drm2 to attach fbd as device.ray2013-10-311-1/+4
* o Update drivers according to fb_info structure changes.ray2013-10-221-170/+32
* 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
* Add Newcons KMS driver. Based on drm_fb_helper functionality.ray2013-10-081-4/+179
* Import Linux commit a1b7736dac5f2d5876e68c47a0fce3f423840070dumbbell2013-03-081-1/+4
* Add the code for new Intel GPU driver, which supports GEM, KMS andkib2012-05-221-0/+1568
OpenPOWER on IntegriCloud