summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: Prefix info printk about registering panic notifier with 'drm'Kirill Smelkov2010-05-181-2/+2
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-263/+650
|\
| * drm/fb: remove drm_fb_helper_setcolregJames Simmons2010-04-081-30/+0
| * drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-83/+124
| * drm/kms/fb: add polling support for when nothing is connected.Dave Airlie2010-04-071-6/+76
| * drm/kms/fb: provide a 1024x768 fbcon if no outputs found.Dave Airlie2010-04-071-1/+3
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-93/+103
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-190/+139
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-62/+407
* | Merge branch 'master' into export-slabhTejun Heo2010-04-051-0/+2
|\ \ | |/
| * drm: fix build error when SYSRQ is disabledRandy Dunlap2010-03-311-0/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* drm/kms: fix spelling of "CLOCK"Pavel Roskin2010-02-111-1/+1
* drivers/gpu/drm/drm_fb_helper.c: don't use private implementation of atoi()Andy Shevchenko2010-02-111-19/+5
* drm: fix regression in fb blank handlingZhenyu Wang2010-01-251-1/+1
* drm/kms/fb: check for depth changes from userspace for resizing.Dave Airlie2010-01-111-5/+4
* drm/kms: Fix &&/|| confusion in drm_fb_helper_connector_parse_command_line()Roel Kluin2010-01-071-1/+1
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-081-7/+16
|\
| * drm/kms: fix fb cmap allocation to use modeset->crtc not crtcBen Skeggs2009-12-081-1/+1
| * drm/kms: allocate framebuffer cmapClemens Ladisch2009-11-191-1/+7
| * drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handlingClemens Ladisch2009-11-191-3/+3
| * drm/kms: properly handle fbdev blankingJames Simmons2009-11-191-6/+9
| * drm/kms: fix kms/fbdev colormap support properly.Dave Airlie2009-10-281-13/+29
* | drm/fb: fix FBIOGET/PUT_VSCREENINFO pixel clock handlingClemens Ladisch2009-11-241-3/+3
* | drm/kms: typo fixJames Simmons2009-10-281-1/+1
* | drm/kms: fix kms/fbdev colormap support properly.Dave Airlie2009-10-261-13/+29
|/
* drm/fb: add more correct 8/16/24/32 bpp fb support.Dave Airlie2009-10-061-33/+62
* drm/fb: add setcmap and fix 8-bit support.Dave Airlie2009-10-051-5/+50
* drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQMikael Pettersson2009-09-291-0/+2
* drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-281-1/+0
* drm/kms: protect against fb helper not being created.Dave Airlie2009-09-261-2/+12
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-1/+223
* drm: fix drm_fb_helper handling of kernel crtcsJesse Barnes2009-09-181-37/+43
* drm/kms: fix kms helper license + KconfigDave Airlie2009-09-081-0/+4
* drm: fix two issues with fb consolidation.Dave Airlie2009-08-311-1/+1
* drm/kms: move driver specific fb common code to helper functions (v2)Dave Airlie2009-08-311-0/+697
OpenPOWER on IntegriCloud