summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: remove legacy drm_connector_property fxnsRob Clark2012-11-301-1/+1
* drm/doc: integrate fb helper reference into docsDaniel Vetter2012-11-281-4/+15
* drm/fb_helper: Fix potential NULL pointer dereferenceSachin Kamat2012-11-201-0/+6
* drm/drm_fb_helper: Remove unnecessary bracesSachin Kamat2012-11-201-13/+10
* drm/fb_helper: Convert printk to pr_* and dev_*Sachin Kamat2012-11-201-6/+8
* drm/fb_helper: Fix checkpatch errorsSachin Kamat2012-11-201-3/+9
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-8/+2
|\
| * drm/fb helper: don't call drm_helper_connector_dpms directlyDaniel Vetter2012-09-081-1/+1
| * Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie2012-09-031-6/+0
| |\
| | * drm/fb-helper: don't clobber output routing in setup_crtcsDaniel Vetter2012-08-171-6/+0
| * | drm: Add misssing static storage class specifier in drm_fb_helper.c fileSachin Kamat2012-08-241-1/+1
| |/
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
|/
* drm/fb helper: don't call drm_crtc_helper_set_configDaniel Vetter2012-07-191-1/+1
* drm/fb-helper: delay hotplug handling when partially boundDaniel Vetter2012-07-191-4/+4
* drm: Make the CRTC gamma_set operation optionalLaurent Pinchart2012-05-221-0/+3
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-221-4/+1
* drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson2012-04-201-1/+1
* drm: Validate requested virtual size against allocated fb sizeChris Wilson2012-04-031-2/+6
* drm fb helper: remove unused variable crtc_idSascha Hauer2012-02-031-1/+0
* drm fb helper: remove unused variable conn_limitSascha Hauer2012-02-031-1/+1
* drm fb helper: use drm_helper_connector_dpms to do dpmsSascha Hauer2012-02-031-70/+10
* drm drm_fb_helper: destroy modesSascha Hauer2012-02-031-1/+4
* drm: avoid switching to text console if there is no panic timeoutHugh Dickins2011-11-101-0/+7
* gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2011-10-311-0/+1
* drm: Remove duplicate "return" statementLin Ming2011-09-091-1/+0
* drm: Export the command-line mode parserChris Wilson2011-04-281-171/+36
* drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2011-04-281-4/+22
* drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie2011-04-271-7/+20
* Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie2011-03-161-2/+2
|\
| * drm: index i shadowed in 2nd looproel2011-03-081-2/+2
* | drm: psuedocolor support for ARGB modesRob Clark2011-02-231-0/+5
|/
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-2/+2
* Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-141-21/+20
* drm: Update fbdev fb_fix_screeninfoJames Simmons2011-01-071-20/+21
* drm/kms: load fbcon from drm_kms_helperDavid Fries2010-12-211-0/+21
* drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-0/+3
* drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel2010-10-191-3/+2
* kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel2010-10-191-0/+26
* drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel2010-10-061-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-231-1/+2
|\ \ | |/ |/|
| * drm: move dereference below checkDan Carpenter2010-08-201-1/+2
* | drm_fb_helper: Preserve capability to use atomic kmsJason Wessel2010-08-051-1/+1
* | drm: add KGDB/KDB supportJesse Barnes2010-08-051-0/+74
|/
* drm: correctly update connector DPMS status in drm_fb_helperJesse Barnes2010-07-071-3/+20
* drm/fb: Fix video= mode computationAdam Jackson2010-07-011-6/+13
* drm/fb: use printk to print out the switching to text mode error.Dave Airlie2010-06-081-1/+1
* drm/fbdev: fix cloning on fbconDave Airlie2010-05-181-5/+85
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-105/+18
OpenPOWER on IntegriCloud