summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc_helper.c
AgeCommit message (Expand)Author
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart
2012-04-20drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä
2012-03-20drm: allow loading an EDID as firmware to override broken monitorCarsten Emde
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä
2012-02-03drm crtc_helper: use list_for_each_entrySascha Hauer
2011-12-20drm: Add drm_format_num_planes() utility functionVille Syrjälä
2011-12-20drm: call connector dpms fxn, when setting configRob Clark
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä
2011-12-02drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson
2011-11-29drm: move the fb bpp/depth helper into the core.Dave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-11drm: try to restore previous CRTC config if mode set failsJesse Barnes
2011-10-31gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.cPaul Gortmaker
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-10-11drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson
2011-07-07drm: bpp and depth changes require full mode setsJesse Barnes
2011-02-04Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2011-02-04drm: Only set DPMS ON when actually configuring a modeKeith Packard
2011-01-31drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson
2011-01-31drm: Simplify and defend later checks when disabling a crtcChris Wilson
2011-01-31drm: Don't switch fb when disabling an outputChris Wilson
2011-01-10drm: Restore the old_fb upon modeset failureChris Wilson
2011-01-05Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie
2010-12-22drm: Include the connector name in the output_poll_execute() debug messageChris Wilson
2010-12-21Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson
2010-12-08drm: Don't try and disable an encoder that was never enabledChris Wilson
2010-11-29drm: record monitor status in output_poll_executeKeith Packard
2010-11-29drm: Set connector DPMS status to ON in drm_crtc_helper_set_configKeith Packard
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner
2010-11-09drivers/gpu/drm: Update WARN usesJoe Perches
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson
2010-09-13drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson
2010-09-13drm: Fix regression in disable polling e58f637Chris Wilson
2010-09-07drm: Do not force 1024x768 modes on unknown connectorsChris Wilson
2010-09-07drm/kms: Add a module parameter to disable pollingChris Wilson
2010-08-12Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-08-10drm: Only set DPMS once on the CRTC not after every encoder.Chris Wilson
2010-08-09drm: fix fallouts from slow-work -> wq conversionTejun Heo
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-07-22drm: use workqueue instead of slow-workTejun Heo
2010-07-16drm: unify crtc,connector,encoder,fb debug printingJerome Glisse
2010-07-13drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()Ben Skeggs
2010-07-07drm/kms: add crtc disable functionAlex Deucher
2010-06-01drm/kms: disable/enable poll around switcheroo on/offDave Airlie
2010-05-18drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie