summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Add drm_bridgeSean Paul2013-09-021-19/+70
* drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter2013-07-221-16/+11
* Revert "drm: kms_helper: don't lose hotplug event"Dave Airlie2013-06-281-31/+1
* drm: kms_helper: don't lose hotplug eventDaniel Vetter2013-06-271-1/+31
* drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter2013-06-251-6/+16
* drm/crtc-helper: no need to check for fb->depth/bppDaniel Vetter2013-06-251-5/+0
* drm/crtc-helpers: Enforce sane set_config apiDaniel Vetter2013-06-251-7/+6
* drm: Sort connector modes based on vrefreshVille Syrjälä2013-06-111-2/+3
* drm: Only print a debug message when the polled connector has changedLespiau, Damien2013-05-131-6/+13
* drm: Make the HPD status updates debug logs more readableLespiau, Damien2013-05-131-4/+6
* drm: Don't prune modes loudly when a connector is disconnectedDamien Lespiau2013-05-101-1/+3
* drm: Perform a full mode set when the pixel format changedLaurent Pinchart2013-04-221-0/+3
* drm/doc: integrate crtc helper api into docbookDaniel Vetter2012-11-281-24/+42
* drm: don't unnecessarily enable the polling workDaniel Vetter2012-11-201-3/+3
* drm: don't poll forced connectorsDaniel Vetter2012-11-201-0/+4
* drm: don't start the poll engine in probe_single_connectorDaniel Vetter2012-11-201-1/+6
* drm: run the hpd irq event code directlyDaniel Vetter2012-11-201-13/+1
* drm: handle HPD and polled connectors separatelyDaniel Vetter2012-11-201-9/+42
* drm: extract drm_kms_helper_hotplug_eventDaniel Vetter2012-11-201-6/+11
* drm: fix documentation for drm_crtc_set_mode()Alex Deucher2012-11-201-2/+2
* drm: add helper to sort panels to the head of the connector listDaniel Vetter2012-11-111-0/+18
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-6/+6
|\
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-6/+6
* | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-3/+3
|/
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-221-1/+1
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-201-33/+0
* drm: allow loading an EDID as firmware to override broken monitorCarsten Emde2012-03-201-1/+7
* drm: Handle drm_object_get() failuresVille Syrjälä2012-03-151-0/+2
* drm crtc_helper: use list_for_each_entrySascha Hauer2012-02-031-6/+6
* drm: Add drm_format_num_planes() utility functionVille Syrjälä2011-12-201-0/+33
* drm: call connector dpms fxn, when setting configRob Clark2011-12-201-1/+1
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-2/+38
|\
| * drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson2011-12-021-2/+25
| * drm: try to restore previous CRTC config if mode set failsJesse Barnes2011-11-111-0/+13
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-1/+6
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-291-42/+1
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-4/+47
|/
* gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.cPaul Gortmaker2011-10-311-0/+1
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-311-0/+2
* drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson2011-10-111-0/+2
* drm: bpp and depth changes require full mode setsJesse Barnes2011-07-071-0/+5
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-041-10/+11
|\
| * drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson2011-01-311-5/+3
| * drm: Simplify and defend later checks when disabling a crtcChris Wilson2011-01-311-3/+6
| * drm: Don't switch fb when disabling an outputChris Wilson2011-01-311-2/+2
* | drm: Only set DPMS ON when actually configuring a modeKeith Packard2011-02-041-6/+6
|/
* drm: Restore the old_fb upon modeset failureChris Wilson2011-01-101-1/+4
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-051-2/+5
|\
| * drm: Include the connector name in the output_poll_execute() debug messageChris Wilson2010-12-221-1/+4
| * Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie2010-12-211-1/+1
OpenPOWER on IntegriCloud