aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-02drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson1-2/+25
2011-11-11drm: try to restore previous CRTC config if mode set failsJesse Barnes1-0/+13
2011-10-31gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.cPaul Gortmaker1-0/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+2
2011-10-11drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson1-0/+2
2011-07-07drm: bpp and depth changes require full mode setsJesse Barnes1-0/+5
2011-02-04Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-10/+11
2011-02-04drm: Only set DPMS ON when actually configuring a modeKeith Packard1-6/+6
2011-01-31drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson1-5/+3
2011-01-31drm: Simplify and defend later checks when disabling a crtcChris Wilson1-3/+6
2011-01-31drm: Don't switch fb when disabling an outputChris Wilson1-2/+2
2011-01-10drm: Restore the old_fb upon modeset failureChris Wilson1-1/+4
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-2/+5
2010-12-22drm: Include the connector name in the output_poll_execute() debug messageChris Wilson1-1/+4
2010-12-21Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie1-1/+1
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson1-1/+12
2010-12-08drm: Don't try and disable an encoder that was never enabledChris Wilson1-1/+1
2010-11-29drm: record monitor status in output_poll_executeKeith Packard1-3/+4
2010-11-29drm: Set connector DPMS status to ON in drm_crtc_helper_set_configKeith Packard1-0/+7
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner1-1/+12
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches1-1/+1
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson1-2/+2
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-2/+2
2010-09-13drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson1-2/+2
2010-09-13drm: Fix regression in disable polling e58f637Chris Wilson1-1/+1
2010-09-07drm: Do not force 1024x768 modes on unknown connectorsChris Wilson1-4/+3
2010-09-07drm/kms: Add a module parameter to disable pollingChris Wilson1-2/+15
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-5/+5
2010-08-10drm: Only set DPMS once on the CRTC not after every encoder.Chris Wilson1-5/+5
2010-08-09drm: fix fallouts from slow-work -> wq conversionTejun Heo1-12/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+10
2010-07-22drm: use workqueue instead of slow-workTejun Heo1-19/+10
2010-07-16drm: unify crtc,connector,encoder,fb debug printingJerome Glisse1-15/+29
2010-07-13drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()Ben Skeggs1-8/+14
2010-07-07drm/kms: add crtc disable functionAlex Deucher1-1/+4
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie1-6/+22
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie1-0/+95
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-4/+0
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-390/+1
2010-03-15drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui1-0/+1
2010-02-11drm/kms: fix fb_changed = true else statementDave Airlie1-5/+1
2010-01-13drm: change drm set mode messages as DRM_DEBUGDave Young1-1/+1
2010-01-13drm: fix crtc no modes printf + typoDave Airlie1-1/+2
2010-01-11drm: reduce WARN_ON to a printk.Dave Airlie1-1/+1
2010-01-11drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2009-12-09drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui1-0/+3
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie1-1/+1
2009-11-24drm/modes: Fall back to 1024x768 instead of 800x600Adam Jackson1-1/+1
2009-11-10drm/kms: Init the CRTC info fields for modes forced from the command line.Francisco Jerez1-0/+1
2009-09-26drm/kms: protect against fb helper not being created.Dave Airlie1-2/+11