From: Lyude Paul <lyude@redhat.com>
To: Dhinakaran Pandiyan <dhnkrn@gmail.com>, intel-gfx@lists.freedesktop.org
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>,
dri-devel@lists.freedesktop.org,
Ethan Hsieh <ethan.hsieh@canonical.com>
Subject: Re: [PATCH 2/2] drm/i915/dp: Leave the AUX block powered on for MST
Date: Mon, 14 Aug 2017 14:00:14 -0400 [thread overview]
Message-ID: <1502733614.27882.3.camel@redhat.com> (raw)
In-Reply-To: <1502414206-21989-2-git-send-email-dhinakaran.pandiyan@intel.com>
Acked-by: Lyude Paul <lyude@redhat.com>
On Thu, 2017-08-10 at 18:16 -0700, Dhinakaran Pandiyan wrote:
> Dell monitor with a built-in MST branch does not light up on boot
> when
> connected to a Thinkpad dock. The monitor also does not wake up after
> Suspend-to-Idle or dpms off in this configuration. Keeping the AUX
> powered up in the D3 power state solved this problem.
>
> This partially fixes
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90963
>
> Cc: Ethan Hsieh <ethan.hsieh@canonical.com>
> Cc: Lyude <cpaul@redhat.com>
> Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> ---
> drivers/gpu/drm/i915/intel_dp.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_dp.c
> b/drivers/gpu/drm/i915/intel_dp.c
> index 76c8a0b..5595367 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -2485,7 +2485,11 @@ void intel_dp_sink_dpms(struct intel_dp
> *intel_dp, int mode)
> return;
>
> if (mode != DRM_MODE_DPMS_ON) {
> - ret = drm_dp_dpcd_writeb(&intel_dp->aux,
> DP_SET_POWER,
> + if (intel_dp->is_mst)
> + ret = drm_dp_dpcd_writeb(&intel_dp->aux,
> DP_SET_POWER,
> + DP_SET_POWER_D3_AUX_ON);
> + else
> + ret = drm_dp_dpcd_writeb(&intel_dp->aux,
> DP_SET_POWER,
> DP_SET_POWER_D3);
> } else {
> struct intel_lspcon *lspcon =
> dp_to_lspcon(intel_dp);
--
Cheers,
Lyude
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2017-08-14 18:00 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 1:16 [PATCH 1/2] drm/dp: Bit definition for D3 power state that keeps AUX fully powered Dhinakaran Pandiyan
2017-08-11 1:16 ` [PATCH 2/2] drm/i915/dp: Leave the AUX block powered on for MST Dhinakaran Pandiyan
2017-08-14 18:00 ` Lyude Paul [this message]
2017-08-11 5:40 ` [PATCH 1/2] drm/dp: Bit definition for D3 power state that keeps AUX fully powered Jani Nikula
2017-08-11 18:10 ` [PATCH v2 " Dhinakaran Pandiyan
2017-08-14 18:06 ` Harry Wentland
2017-10-27 10:25 ` [Intel-gfx] " Jani Nikula
2017-10-27 11:37 ` Ville Syrjälä
2017-10-30 15:32 ` Jani Nikula
2017-08-11 9:55 ` ✓ Fi.CI.BAT: success for series starting with [1/2] " Patchwork
2017-08-11 18:33 ` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/dp: Bit definition for D3 power state that keeps AUX fully powered (rev2) Patchwork
2017-10-26 7:59 ` [Intel-gfx] [PATCH 1/2] drm/dp: Bit definition for D3 power state that keeps AUX fully powered Jani Nikula
2017-10-26 17:47 ` Pandiyan, Dhinakaran
2017-10-27 7:40 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1502733614.27882.3.camel@redhat.com \
--to=lyude@redhat.com \
--cc=dhinakaran.pandiyan@intel.com \
--cc=dhnkrn@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=ethan.hsieh@canonical.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.