aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc_helper.c
AgeCommit message (Expand)Author
2013-05-13drm: Only print a debug message when the polled connector has changedLespiau, Damien
2013-05-13drm: Make the HPD status updates debug logs more readableLespiau, Damien
2013-05-10drm: Don't prune modes loudly when a connector is disconnectedDamien Lespiau
2013-04-22drm: Perform a full mode set when the pixel format changedLaurent Pinchart
2012-11-28drm/doc: integrate crtc helper api into docbookDaniel Vetter
2012-11-20drm: don't unnecessarily enable the polling workDaniel Vetter
2012-11-20drm: don't poll forced connectorsDaniel Vetter
2012-11-20drm: don't start the poll engine in probe_single_connectorDaniel Vetter
2012-11-20drm: run the hpd irq event code directlyDaniel Vetter
2012-11-20drm: handle HPD and polled connectors separatelyDaniel Vetter
2012-11-20drm: extract drm_kms_helper_hotplug_eventDaniel Vetter
2012-11-20drm: fix documentation for drm_crtc_set_mode()Alex Deucher
2012-11-11drm: add helper to sort panels to the head of the connector listDaniel Vetter
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
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