aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-14/+107
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-041-10/+11
|\
| * drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson2011-01-311-5/+3
| * drm: Simplify and defend later checks when disabling a crtcChris Wilson2011-01-311-3/+6
| * drm: Don't switch fb when disabling an outputChris Wilson2011-01-311-2/+2
* | drm: Only set DPMS ON when actually configuring a modeKeith Packard2011-02-041-6/+6
|/
* drm: Restore the old_fb upon modeset failureChris Wilson2011-01-101-1/+4
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-051-2/+5
|\
| * drm: Include the connector name in the output_poll_execute() debug messageChris Wilson2010-12-221-1/+4
| * Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie2010-12-211-1/+1
* | Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-161-1/+12
|\ \ | |/ |/|
| * drm/vblank: Add support for precise vblank timestamping.Mario Kleiner2010-11-221-1/+12
* | drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-081-1/+1
* | drm: record monitor status in output_poll_executeKeith Packard2010-11-291-3/+4
* | drm: Set connector DPMS status to ON in drm_crtc_helper_set_configKeith Packard2010-11-291-0/+7
|/
* drivers/gpu/drm: Update WARN usesJoe Perches2010-11-091-1/+1
* drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-141-2/+2
* drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-131-2/+2
* drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson2010-09-131-2/+2
* drm: Fix regression in disable polling e58f637Chris Wilson2010-09-131-1/+1
* drm: Do not force 1024x768 modes on unknown connectorsChris Wilson2010-09-071-4/+3
* drm/kms: Add a module parameter to disable pollingChris Wilson2010-09-071-2/+15
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-5/+5
|\
| * drm: Only set DPMS once on the CRTC not after every encoder.Chris Wilson2010-08-101-5/+5
* | drm: fix fallouts from slow-work -> wq conversionTejun Heo2010-08-091-12/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-19/+10
|\ \ | |/ |/|
| * drm: use workqueue instead of slow-workTejun Heo2010-07-221-19/+10
* | drm: unify crtc,connector,encoder,fb debug printingJerome Glisse2010-07-161-15/+29
* | drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()Ben Skeggs2010-07-131-8/+14
* | drm/kms: add crtc disable functionAlex Deucher2010-07-071-1/+4
|/
* drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-06-011-6/+22
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-0/+95
* drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-4/+0
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-390/+1
* drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui2010-03-151-0/+1
* drm/kms: fix fb_changed = true else statementDave Airlie2010-02-111-5/+1
* drm: change drm set mode messages as DRM_DEBUGDave Young2010-01-131-1/+1
* drm: fix crtc no modes printf + typoDave Airlie2010-01-131-1/+2
* drm: reduce WARN_ON to a printk.Dave Airlie2010-01-111-1/+1
* drm: Keep disabled outputs disabled after suspend / resumeDavid John2010-01-111-1/+23
* drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui2009-12-091-0/+3
* Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-081-1/+1
|\
| * drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson2009-11-241-1/+1
* | drm/kms: Init the CRTC info fields for modes forced from the command line.Francisco Jerez2009-11-101-0/+1
|/
* drm/kms: protect against fb helper not being created.Dave Airlie2009-09-261-2/+11
* drm/kms: start adding command line interface using fb.Dave Airlie2009-09-251-5/+74
* drm: update crtc x/y when only fb changesBen Skeggs2009-09-181-0/+3
* drm: prune modes when output is disconnected.Adam Jackson2009-09-081-2/+2
* drm/kms: remove old std mode fallback code.Dave Airlie2009-09-071-54/+2
* drm/kms/i915: Add the default mode for CRT output without EDIDykzhao2009-09-071-2/+5