| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-04-08 | 1 | -0/+6 |
|\ |
|
| * | drm: export cmdline and preferred mode functions from fb helper | Jesse Barnes | 2014-02-12 | 1 | -0/+6 |
* | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
|/ |
|
* | drm: Remove pointless '-' characters from drm_fb_helper documentation | Ville Syrjälä | 2013-05-10 | 1 | -8/+8 |
* | drm: Add kernel-doc for drm_fb_helper_funcs->initial_config | Ville Syrjälä | 2013-05-10 | 1 | -0/+1 |
* | Merge tag 'drm-intel-next-2013-04-06' of git://people.freedesktop.org/~danvet... | Dave Airlie | 2013-04-16 | 1 | -0/+4 |
|\ |
|
| * | drm: add initial_config function to fb helper | Jesse Barnes | 2013-03-26 | 1 | -0/+4 |
* | | include/drm/drm_fb_helper.h: remove left over function declaration | Alon Levy | 2013-04-12 | 1 | -6/+0 |
|/ |
|
* | drm/fb-helper: remove unused members of struct drm_fb_helper | Daniel Vetter | 2013-02-14 | 1 | -2/+0 |
* | drm/fb-helper: improve kerneldoc | Daniel Vetter | 2013-02-14 | 1 | -0/+12 |
* | drm/fb-helper: unexport drm_fb_helper_single_fb_probe | Daniel Vetter | 2013-02-14 | 1 | -3/+0 |
* | drm/fb-helper: kill drm_fb_helper_restore | Daniel Vetter | 2013-02-14 | 1 | -1/+0 |
* | drm fb helper: remove unused variable crtc_id | Sascha Hauer | 2012-02-03 | 1 | -1/+0 |
* | drm fb helper: remove unused variable conn_limit | Sascha Hauer | 2012-02-03 | 1 | -1/+0 |
* | drm: Export the command-line mode parser | Chris Wilson | 2011-04-28 | 1 | -15/+1 |
* | drm: Take lock around probes for drm_fb_helper_hotplug_event | Chris Wilson | 2011-04-28 | 1 | -1/+1 |
* | drm/i915: restore only the mode of this driver on lastclose (v2) | Dave Airlie | 2011-04-27 | 1 | -0/+1 |
* | Revert "drm: Update fbdev fb_fix_screeninfo" | Dave Airlie | 2011-01-14 | 1 | -0/+3 |
* | drm: Update fbdev fb_fix_screeninfo | James Simmons | 2011-01-07 | 1 | -3/+0 |
* | drm: add KGDB/KDB support | Jesse Barnes | 2010-08-05 | 1 | -0/+5 |
* | drm/fbdev: rework output polling to be back in the core. (v4) | Dave Airlie | 2010-05-18 | 1 | -11/+2 |
* | drm/kms/fb: use slow work mechanism for normal hotplug also. | Dave Airlie | 2010-04-07 | 1 | -21/+26 |
* | drm/kms/fb: add polling support for when nothing is connected. | Dave Airlie | 2010-04-07 | 1 | -2/+10 |
* | drm/kms/fb: separate fbdev connector list from core drm connectors | Dave Airlie | 2010-04-07 | 1 | -2/+4 |
* | drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list | Dave Airlie | 2010-04-07 | 1 | -8/+13 |
* | drm/fb: fix fbdev object model + cleanup properly. | Dave Airlie | 2010-04-07 | 1 | -8/+16 |
* | drm/fb: add more correct 8/16/24/32 bpp fb support. | Dave Airlie | 2009-10-06 | 1 | -0/+3 |
* | drm/fb: add setcmap and fix 8-bit support. | Dave Airlie | 2009-10-05 | 1 | -1/+3 |
* | drm/kms: start adding command line interface using fb. | Dave Airlie | 2009-09-25 | 1 | -0/+24 |
* | drm/kms: move driver specific fb common code to helper functions (v2) | Dave Airlie | 2009-08-31 | 1 | -0/+82 |