All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: ye.xingchen@zte.com.cn
Cc: haoping.liu@amd.com, ian.chen@amd.com, dingchen.zhang@amd.com,
	sunpeng.li@amd.com, wenjing.liu@amd.com, xinhui.pan@amd.com,
	rodrigo.siqueira@amd.com, linux-kernel@vger.kernel.org,
	amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	george.shen@amd.com, alexander.deucher@amd.com,
	christian.koenig@amd.com
Subject: Re: [PATCH] drm/amdgpu/display: remove duplicate include header in files
Date: Tue, 31 Jan 2023 12:18:14 -0500	[thread overview]
Message-ID: <CADnq5_NhqLdLxvFXjNgD1oLz-yzf_ozqoM4HjxRVzMZPJCaFDQ@mail.gmail.com> (raw)
In-Reply-To: <202301280939083976293@zte.com.cn>

Applied.  Thanks!

Alex

On Fri, Jan 27, 2023 at 8:39 PM <ye.xingchen@zte.com.cn> wrote:
>
> From: ye xingchen <ye.xingchen@zte.com.cn>
>
> opp.h is included more than once.
>
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
>  drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> index 6475664baa8a..1a2ab934b4bd 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> @@ -46,7 +46,6 @@
>  #include "dpcd_defs.h"
>  #include "dmcu.h"
>  #include "dsc.h"
> -#include "opp.h"
>  #include "hw/clk_mgr.h"
>  #include "dce/dmub_psr.h"
>  #include "dmub/dmub_srv.h"
> --
> 2.25.1

WARNING: multiple messages have this Message-ID (diff)
From: Alex Deucher <alexdeucher@gmail.com>
To: ye.xingchen@zte.com.cn
Cc: alexander.deucher@amd.com, haoping.liu@amd.com, ian.chen@amd.com,
	dingchen.zhang@amd.com, sunpeng.li@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: Re: [PATCH] drm/amdgpu/display: remove duplicate include header in files
Date: Tue, 31 Jan 2023 12:18:14 -0500	[thread overview]
Message-ID: <CADnq5_NhqLdLxvFXjNgD1oLz-yzf_ozqoM4HjxRVzMZPJCaFDQ@mail.gmail.com> (raw)
In-Reply-To: <202301280939083976293@zte.com.cn>

Applied.  Thanks!

Alex

On Fri, Jan 27, 2023 at 8:39 PM <ye.xingchen@zte.com.cn> wrote:
>
> From: ye xingchen <ye.xingchen@zte.com.cn>
>
> opp.h is included more than once.
>
> Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
> ---
>  drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> index 6475664baa8a..1a2ab934b4bd 100644
> --- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
> @@ -46,7 +46,6 @@
>  #include "dpcd_defs.h"
>  #include "dmcu.h"
>  #include "dsc.h"
> -#include "opp.h"
>  #include "hw/clk_mgr.h"
>  #include "dce/dmub_psr.h"
>  #include "dmub/dmub_srv.h"
> --
> 2.25.1

  reply	other threads:[~2023-01-31 17:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-28  1:39 [PATCH] drm/amdgpu/display: remove duplicate include header in files ye.xingchen
2023-01-28  1:39 ` ye.xingchen
2023-01-28  1:39 ` ye.xingchen
2023-01-31 17:18 ` Alex Deucher [this message]
2023-01-31 17:18   ` 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=CADnq5_NhqLdLxvFXjNgD1oLz-yzf_ozqoM4HjxRVzMZPJCaFDQ@mail.gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=christian.koenig@amd.com \
    --cc=dingchen.zhang@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=george.shen@amd.com \
    --cc=haoping.liu@amd.com \
    --cc=ian.chen@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rodrigo.siqueira@amd.com \
    --cc=sunpeng.li@amd.com \
    --cc=wenjing.liu@amd.com \
    --cc=xinhui.pan@amd.com \
    --cc=ye.xingchen@zte.com.cn \
    /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.