aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart1-1/+1
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä1-33/+0
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde1-1/+7
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä1-0/+2
2012-02-03drm crtc_helper: use list_for_each_entrySascha Hauer1-6/+6
2011-12-20drm: Add drm_format_num_planes() utility functionVille Syrjälä1-0/+33
2011-12-20drm: call connector dpms fxn, when setting configRob Clark1-1/+1
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-2/+38
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+6
2011-12-02drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson1-2/+25
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie1-42/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-4/+47
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