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