linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Rob Clark <robdclark@gmail.com>, Sean Paul <seanpaul@chromium.org>
Cc: Kuogee Hsieh <khsieh@codeaurora.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Rob Clark <robdclark@chromium.org>
Subject: linux-next: manual merge of the drm-msm tree with Linus' tree
Date: Thu, 12 Aug 2021 11:34:50 +1000	[thread overview]
Message-ID: <20210812113450.3b351ac8@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 1421 bytes --]

Hi all,

Today's linux-next merge of the drm-msm tree got a conflict in:

  drivers/gpu/drm/msm/dp/dp_display.c

between commit:

  afc9b8b6bab8 ("drm/msm/dp: signal audio plugged change at dp_pm_resume")

from Linus' tree and commit:

  26ae419cd9ec ("drm/msm/dp: add drm debug logs to dp_pm_resume/suspend")

from the drm-msm tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/gpu/drm/msm/dp/dp_display.c
index 867388a399ad,419fd4a14cbf..000000000000
--- a/drivers/gpu/drm/msm/dp/dp_display.c
+++ b/drivers/gpu/drm/msm/dp/dp_display.c
@@@ -1312,10 -1314,10 +1315,14 @@@ static int dp_pm_resume(struct device *
  	else
  		dp->dp_display.is_connected = false;
  
 +	dp_display_handle_plugged_change(g_dp_display,
 +				dp->dp_display.is_connected);
 +
 +
+ 	DRM_DEBUG_DP("After, sink_count=%d is_connected=%d core_inited=%d power_on=%d\n",
+ 			dp->link->sink_count, dp->dp_display.is_connected,
+ 			dp->core_initialized, dp_display->power_on);
+ 
  	mutex_unlock(&dp->event_mutex);
  
  	return 0;

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2021-08-12  1:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12  1:34 Stephen Rothwell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-12 23:58 linux-next: manual merge of the drm-msm tree with Linus' tree Stephen Rothwell
2020-09-21  3:03 Stephen Rothwell
2017-10-16 12:02 Mark Brown
2017-10-16 11:56 Mark Brown
2016-09-16  0:48 Stephen Rothwell

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=20210812113450.3b351ac8@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=khsieh@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=robdclark@chromium.org \
    --cc=robdclark@gmail.com \
    --cc=seanpaul@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).