linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header
@ 2018-11-21  7:11 Brajeswar Ghosh
  2018-11-21  8:15 ` Zhang, Jerry(Junwei)
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-21  7:11 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, airlied,
	Jerry.Zhang, leo.liu, andrey.grodzovsky, Emily.Deng, Rex.Zhu
  Cc: jrdr.linux, amd-gfx, dri-devel, linux-kernel, sabyasachi.linux

Remove gca/gfx_8_0_d.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
index 6dbd39730070..4e4289a06a53 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
@@ -37,7 +37,6 @@
 #include "gca/gfx_8_0_d.h"
 #include "smu/smu_7_1_2_d.h"
 #include "smu/smu_7_1_2_sh_mask.h"
-#include "gca/gfx_8_0_d.h"
 #include "gca/gfx_8_0_sh_mask.h"
 #include "ivsrcid/ivsrcid_vislands30.h"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header
  2018-11-21  7:11 [PATCH] drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-21  8:15 ` Zhang, Jerry(Junwei)
  2018-11-21 20:05   ` Alex Deucher
  0 siblings, 1 reply; 3+ messages in thread
From: Zhang, Jerry(Junwei) @ 2018-11-21  8:15 UTC (permalink / raw)
  To: Brajeswar Ghosh, alexander.deucher, christian.koenig,
	David1.Zhou, airlied, leo.liu, andrey.grodzovsky, Emily.Deng,
	Rex.Zhu
  Cc: jrdr.linux, amd-gfx, dri-devel, linux-kernel, sabyasachi.linux

On 11/21/18 3:11 PM, Brajeswar Ghosh wrote:
> Remove gca/gfx_8_0_d.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>

> ---
>   drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> index 6dbd39730070..4e4289a06a53 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> @@ -37,7 +37,6 @@
>   #include "gca/gfx_8_0_d.h"
>   #include "smu/smu_7_1_2_d.h"
>   #include "smu/smu_7_1_2_sh_mask.h"
> -#include "gca/gfx_8_0_d.h"
>   #include "gca/gfx_8_0_sh_mask.h"
>   #include "ivsrcid/ivsrcid_vislands30.h"
>   


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header
  2018-11-21  8:15 ` Zhang, Jerry(Junwei)
@ 2018-11-21 20:05   ` Alex Deucher
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2018-11-21 20:05 UTC (permalink / raw)
  To: Junwei Zhang
  Cc: brajeswar.linux, Deucher, Alexander, Christian Koenig,
	Chunming Zhou, Dave Airlie, Leo Liu, Andrey Grodzovsky,
	Emily Deng, Rex Zhu, Maling list - DRI developers,
	Sabyasachi Gupta, Souptick Joarder, amd-gfx list, LKML

Applied.  thanks!
On Wed, Nov 21, 2018 at 3:16 AM Zhang, Jerry(Junwei)
<Jerry.Zhang@amd.com> wrote:
>
> On 11/21/18 3:11 PM, Brajeswar Ghosh wrote:
> > Remove gca/gfx_8_0_d.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
>
> > ---
> >   drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 1 -
> >   1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> > index 6dbd39730070..4e4289a06a53 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
> > @@ -37,7 +37,6 @@
> >   #include "gca/gfx_8_0_d.h"
> >   #include "smu/smu_7_1_2_d.h"
> >   #include "smu/smu_7_1_2_sh_mask.h"
> > -#include "gca/gfx_8_0_d.h"
> >   #include "gca/gfx_8_0_sh_mask.h"
> >   #include "ivsrcid/ivsrcid_vislands30.h"
> >
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-21 20:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21  7:11 [PATCH] drm/amd/amdgpu/vce_v3_0.c: Remove duplicate header Brajeswar Ghosh
2018-11-21  8:15 ` Zhang, Jerry(Junwei)
2018-11-21 20:05   ` Alex Deucher

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).