All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200312113231.GD20562@mwanda>

diff --git a/a/1.txt b/N1/1.txt
index 6d7e289..8fedf71 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,18 +23,13 @@ index 9c88a92bd96a..bc109d4fc6e6 100644
 -		if (res_ctx &&
 -			res_ctx->pipe_ctx[i].stream &&
 -			res_ctx->pipe_ctx[i].stream->link &&
--			res_ctx->pipe_ctx[i].stream->link == link &&
--			res_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) {
+-			res_ctx->pipe_ctx[i].stream->link = link &&
+-			res_ctx->pipe_ctx[i].stream->link->connector_signal = SIGNAL_TYPE_EDP) {
 +		if (res_ctx->pipe_ctx[i].stream &&
-+		    res_ctx->pipe_ctx[i].stream->link == link &&
-+		    res_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) {
++		    res_ctx->pipe_ctx[i].stream->link = link &&
++		    res_ctx->pipe_ctx[i].stream->link->connector_signal = SIGNAL_TYPE_EDP) {
  			pipe_ctx = &res_ctx->pipe_ctx[i];
  			break;
  		}
 -- 
 2.20.1
-
-_______________________________________________
-amd-gfx mailing list
-amd-gfx@lists.freedesktop.org
-https://lists.freedesktop.org/mailman/listinfo/amd-gfx
diff --git a/a/content_digest b/N1/content_digest
index 26f0a71..cd905b2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Subject\0[PATCH] drm/amd/display: clean up a condition in dmub_psr_copy_settings()\0"
- "Date\0Thu, 12 Mar 2020 14:32:31 +0300\0"
+ "Date\0Thu, 12 Mar 2020 11:32:31 +0000\0"
  "To\0Harry Wentland <harry.wentland@amd.com>\0"
  "Cc\0David (ChunMing) Zhou <David1.Zhou@amd.com>"
   Leo Li <sunpeng.li@amd.com>
@@ -41,20 +41,15 @@
  "-\t\tif (res_ctx &&\n"
  "-\t\t\tres_ctx->pipe_ctx[i].stream &&\n"
  "-\t\t\tres_ctx->pipe_ctx[i].stream->link &&\n"
- "-\t\t\tres_ctx->pipe_ctx[i].stream->link == link &&\n"
- "-\t\t\tres_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) {\n"
+ "-\t\t\tres_ctx->pipe_ctx[i].stream->link = link &&\n"
+ "-\t\t\tres_ctx->pipe_ctx[i].stream->link->connector_signal = SIGNAL_TYPE_EDP) {\n"
  "+\t\tif (res_ctx->pipe_ctx[i].stream &&\n"
- "+\t\t    res_ctx->pipe_ctx[i].stream->link == link &&\n"
- "+\t\t    res_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) {\n"
+ "+\t\t    res_ctx->pipe_ctx[i].stream->link = link &&\n"
+ "+\t\t    res_ctx->pipe_ctx[i].stream->link->connector_signal = SIGNAL_TYPE_EDP) {\n"
  " \t\t\tpipe_ctx = &res_ctx->pipe_ctx[i];\n"
  " \t\t\tbreak;\n"
  " \t\t}\n"
  "-- \n"
- "2.20.1\n"
- "\n"
- "_______________________________________________\n"
- "amd-gfx mailing list\n"
- "amd-gfx@lists.freedesktop.org\n"
- https://lists.freedesktop.org/mailman/listinfo/amd-gfx
+ 2.20.1
 
-529b539b53b095b1c76f3a788da96bac7c252c16d3fdbc9771055b76ffc6a988
+6282ab8c868f3975d9b5e682fe6a4069739caeea166f39fb9cf69ec625194c3a

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.