linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd/amdgpu: Remove duplicate header
@ 2018-11-21 13:51 Brajeswar Ghosh
  2018-11-21 20:05 ` Alex Deucher
  0 siblings, 1 reply; 4+ messages in thread
From: Brajeswar Ghosh @ 2018-11-21 13:51 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, airlied,
	andrey.grodzovsky, Pixel.Ding, Monk.Liu
  Cc: jrdr.linux, amd-gfx, dri-devel, linux-kernel, sabyasachi.linux

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

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

diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index 64e875d528dd..6a0fcd67662a 100644
--- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@ -37,7 +37,6 @@
 #include "gmc/gmc_8_2_sh_mask.h"
 #include "oss/oss_3_0_d.h"
 #include "oss/oss_3_0_sh_mask.h"
-#include "gca/gfx_8_0_sh_mask.h"
 #include "dce/dce_10_0_d.h"
 #include "dce/dce_10_0_sh_mask.h"
 #include "smu/smu_7_1_3_d.h"
-- 
2.17.1


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

* Re: [PATCH] drm/amd/amdgpu: Remove duplicate header
  2018-11-21 13:51 [PATCH] drm/amd/amdgpu: Remove duplicate header Brajeswar Ghosh
@ 2018-11-21 20:05 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-11-21 20:05 UTC (permalink / raw)
  To: brajeswar.linux
  Cc: Deucher, Alexander, Christian Koenig, Chunming Zhou, Dave Airlie,
	Andrey Grodzovsky, Pixel Ding, monk.liu,
	Maling list - DRI developers, Sabyasachi Gupta, Souptick Joarder,
	amd-gfx list, LKML

Applied.  thanks!
On Wed, Nov 21, 2018 at 9:24 AM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove gca/gfx_8_0_sh_mask.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> index 64e875d528dd..6a0fcd67662a 100644
> --- a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> +++ b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
> @@ -37,7 +37,6 @@
>  #include "gmc/gmc_8_2_sh_mask.h"
>  #include "oss/oss_3_0_d.h"
>  #include "oss/oss_3_0_sh_mask.h"
> -#include "gca/gfx_8_0_sh_mask.h"
>  #include "dce/dce_10_0_d.h"
>  #include "dce/dce_10_0_sh_mask.h"
>  #include "smu/smu_7_1_3_d.h"
> --
> 2.17.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd/amdgpu: Remove duplicate header
  2018-11-23  3:18 Brajeswar Ghosh
@ 2018-11-26 20:32 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2018-11-26 20:32 UTC (permalink / raw)
  To: brajeswar.linux
  Cc: Deucher, Alexander, Christian Koenig, Chunming Zhou, Dave Airlie,
	Li, Samuel, Daenzer, Michel, Wentland, Harry,
	Noralf Trønnes, Maling list - DRI developers,
	Sabyasachi Gupta, Souptick Joarder, amd-gfx list, LKML

On Fri, Nov 23, 2018 at 2:41 AM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove drm/drm_fb_helper.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Applied.  thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> index b9e9e8b02fb7..1cac12a26a4e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> @@ -38,7 +38,6 @@
>  #include <drm/drm_crtc_helper.h>
>  #include <drm/drm_fb_helper.h>
>  #include <drm/drm_plane_helper.h>
> -#include <drm/drm_fb_helper.h>
>  #include <linux/i2c.h>
>  #include <linux/i2c-algo-bit.h>
>  #include <linux/hrtimer.h>
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] drm/amd/amdgpu: Remove duplicate header
@ 2018-11-23  3:18 Brajeswar Ghosh
  2018-11-26 20:32 ` Alex Deucher
  0 siblings, 1 reply; 4+ messages in thread
From: Brajeswar Ghosh @ 2018-11-23  3:18 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, airlied,
	Samuel.Li, michel.daenzer, harry.wentland, noralf
  Cc: jrdr.linux, amd-gfx, dri-devel, linux-kernel, sabyasachi.linux

Remove drm/drm_fb_helper.h which is included more than once

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

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
index b9e9e8b02fb7..1cac12a26a4e 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
@@ -38,7 +38,6 @@
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_fb_helper.h>
 #include <drm/drm_plane_helper.h>
-#include <drm/drm_fb_helper.h>
 #include <linux/i2c.h>
 #include <linux/i2c-algo-bit.h>
 #include <linux/hrtimer.h>
-- 
2.17.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-21 13:51 [PATCH] drm/amd/amdgpu: Remove duplicate header Brajeswar Ghosh
2018-11-21 20:05 ` Alex Deucher
2018-11-23  3:18 Brajeswar Ghosh
2018-11-26 20:32 ` 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).