summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-30drm: remove legacy drm_connector_property fxnsRob Clark1-1/+1
2012-11-28drm/doc: integrate fb helper reference into docsDaniel Vetter1-4/+15
2012-11-20drm/fb_helper: Fix potential NULL pointer dereferenceSachin Kamat1-0/+6
2012-11-20drm/drm_fb_helper: Remove unnecessary bracesSachin Kamat1-13/+10
2012-11-20drm/fb_helper: Convert printk to pr_* and dev_*Sachin Kamat1-6/+8
2012-11-20drm/fb_helper: Fix checkpatch errorsSachin Kamat1-3/+9
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-09-08drm/fb helper: don't call drm_helper_connector_dpms directlyDaniel Vetter1-1/+1
2012-09-03Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie1-6/+0
2012-08-24drm: Add misssing static storage class specifier in drm_fb_helper.c fileSachin Kamat1-1/+1
2012-08-17drm/fb-helper: don't clobber output routing in setup_crtcsDaniel Vetter1-6/+0
2012-07-19drm/fb helper: don't call drm_crtc_helper_set_configDaniel Vetter1-1/+1
2012-07-19drm/fb-helper: delay hotplug handling when partially boundDaniel Vetter1-4/+4
2012-05-22drm: Make the CRTC gamma_set operation optionalLaurent Pinchart1-0/+3
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart1-4/+1
2012-04-20drm/edid: Allow drm_mode_find_dmt to hunt for reduced-blanking modesAdam Jackson1-1/+1
2012-04-03drm: Validate requested virtual size against allocated fb sizeChris Wilson1-2/+6
2012-02-03drm fb helper: remove unused variable crtc_idSascha Hauer1-1/+0
2012-02-03drm fb helper: remove unused variable conn_limitSascha Hauer1-1/+1
2012-02-03drm fb helper: use drm_helper_connector_dpms to do dpmsSascha Hauer1-70/+10
2012-02-03drm drm_fb_helper: destroy modesSascha Hauer1-1/+4
2011-11-10drm: avoid switching to text console if there is no panic timeoutHugh Dickins1-0/+7
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-09-09drm: Remove duplicate "return" statementLin Ming1-1/+0
2011-04-28drm: Export the command-line mode parserChris Wilson1-171/+36
2011-04-28drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson1-4/+22
2011-04-27drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie1-7/+20
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie1-2/+2
2011-03-08drm: index i shadowed in 2nd looproel1-2/+2
2011-02-23drm: psuedocolor support for ARGB modesRob Clark1-0/+5
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-2/+2
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie1-21/+20
2011-01-07drm: Update fbdev fb_fix_screeninfoJames Simmons1-20/+21
2010-12-21drm/kms: load fbcon from drm_kms_helperDavid Fries1-0/+21
2010-12-21drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons1-0/+3
2010-10-19drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enumJason Wessel1-3/+2
2010-10-19kdb, kms: Save and restore the LUT on atomic KMS enter/exitJason Wessel1-0/+26
2010-10-06drm, kdb, kms: Add an enter argument to mode_set_base_atomic() APIJason Wessel1-2/+3
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-23Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov1-1/+1
2010-08-20drm: move dereference below checkDan Carpenter1-1/+2
2010-08-05drm_fb_helper: Preserve capability to use atomic kmsJason Wessel1-1/+1
2010-08-05drm: add KGDB/KDB supportJesse Barnes1-0/+74
2010-07-07drm: correctly update connector DPMS status in drm_fb_helperJesse Barnes1-3/+20
2010-07-01drm/fb: Fix video= mode computationAdam Jackson1-6/+13
2010-06-08drm/fb: use printk to print out the switching to text mode error.Dave Airlie1-1/+1
2010-05-18drm/fbdev: fix cloning on fbconDave Airlie1-5/+85
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-105/+18