From: <ye.xingchen@zte.com.cn>
To: <alexander.deucher@amd.com>
Cc: jani.nikula@linux.intel.com, sunpeng.li@amd.com,
harry.wentland@amd.com, qingqing.zhuo@amd.com,
xinhui.pan@amd.com, rodrigo.siqueira@amd.com,
linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org,
wenjing.liu@amd.com, dri-devel@lists.freedesktop.org,
daniel@ffwll.ch, george.shen@amd.com, airlied@gmail.com,
christian.koenig@amd.com
Subject: [PATCH v2] drm/amd/display: remove duplicate include header
Date: Thu, 9 Feb 2023 18:47:54 +0800 (CST) [thread overview]
Message-ID: <202302091847543326041@zte.com.cn> (raw)
From: Ye Xingchen <ye.xingchen@zte.com.cn>
link_hwss.h is included more than once in link_dpms.c .
Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
v1 -> v2
Fix the U+00A0 non-breaking space in the subject line.
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
index 9cdfa7f7dc77..0c26b3589608 100644
--- a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
+++ b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
@@ -51,7 +51,6 @@
#include "link_enc_cfg.h"
#include "resource.h"
#include "dsc.h"
-#include "link_hwss.h"
#include "dccg.h"
#include "clk_mgr.h"
#include "atomfirmware.h"
--
2.25.1
WARNING: multiple messages have this Message-ID (diff)
From: <ye.xingchen@zte.com.cn>
To: <alexander.deucher@amd.com>
Cc: sunpeng.li@amd.com, qingqing.zhuo@amd.com, xinhui.pan@amd.com,
rodrigo.siqueira@amd.com, linux-kernel@vger.kernel.org,
amd-gfx@lists.freedesktop.org, wenjing.liu@amd.com,
dri-devel@lists.freedesktop.org, george.shen@amd.com,
christian.koenig@amd.com
Subject: [PATCH v2] drm/amd/display: remove duplicate include header
Date: Thu, 9 Feb 2023 18:47:54 +0800 (CST) [thread overview]
Message-ID: <202302091847543326041@zte.com.cn> (raw)
From: Ye Xingchen <ye.xingchen@zte.com.cn>
link_hwss.h is included more than once in link_dpms.c .
Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
v1 -> v2
Fix the U+00A0 non-breaking space in the subject line.
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
index 9cdfa7f7dc77..0c26b3589608 100644
--- a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
+++ b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
@@ -51,7 +51,6 @@
#include "link_enc_cfg.h"
#include "resource.h"
#include "dsc.h"
-#include "link_hwss.h"
#include "dccg.h"
#include "clk_mgr.h"
#include "atomfirmware.h"
--
2.25.1
WARNING: multiple messages have this Message-ID (diff)
From: <ye.xingchen@zte.com.cn>
To: <alexander.deucher@amd.com>
Cc: <harry.wentland@amd.com>, <sunpeng.li@amd.com>,
<rodrigo.siqueira@amd.com>, <christian.koenig@amd.com>,
<xinhui.pan@amd.com>, <airlied@gmail.com>, <daniel@ffwll.ch>,
<qingqing.zhuo@amd.com>, <wenjing.liu@amd.com>,
<george.shen@amd.com>, <amd-gfx@lists.freedesktop.org>,
<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>,
<jani.nikula@linux.intel.com>
Subject: [PATCH v2] drm/amd/display: remove duplicate include header
Date: Thu, 9 Feb 2023 18:47:54 +0800 (CST) [thread overview]
Message-ID: <202302091847543326041@zte.com.cn> (raw)
From: Ye Xingchen <ye.xingchen@zte.com.cn>
link_hwss.h is included more than once in link_dpms.c .
Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
v1 -> v2
Fix the U+00A0 non-breaking space in the subject line.
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
index 9cdfa7f7dc77..0c26b3589608 100644
--- a/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
+++ b/drivers/gpu/drm/amd/display/dc/link/link_dpms.c
@@ -51,7 +51,6 @@
#include "link_enc_cfg.h"
#include "resource.h"
#include "dsc.h"
-#include "link_hwss.h"
#include "dccg.h"
#include "clk_mgr.h"
#include "atomfirmware.h"
--
2.25.1
next reply other threads:[~2023-02-09 13:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 10:47 ye.xingchen [this message]
2023-02-09 10:47 ` [PATCH v2] drm/amd/display: remove duplicate include header ye.xingchen
2023-02-09 10:47 ` ye.xingchen
2023-02-09 14:32 ` Alex Deucher
2023-02-09 14:32 ` Alex Deucher
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=202302091847543326041@zte.com.cn \
--to=ye.xingchen@zte.com.cn \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=george.shen@amd.com \
--cc=harry.wentland@amd.com \
--cc=jani.nikula@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=qingqing.zhuo@amd.com \
--cc=rodrigo.siqueira@amd.com \
--cc=sunpeng.li@amd.com \
--cc=wenjing.liu@amd.com \
--cc=xinhui.pan@amd.com \
/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.