All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu: Remove duplicate include
@ 2023-05-23  2:18 ` Jiapeng Chong
  0 siblings, 0 replies; 11+ messages in thread
From: Jiapeng Chong @ 2023-05-23  2:18 UTC (permalink / raw)
  To: alexander.deucher
  Cc: christian.koenig, Xinhui.Pan, airlied, daniel, sumit.semwal,
	amd-gfx, dri-devel, linux-kernel, linux-media, linaro-mm-sig,
	Jiapeng Chong, Abaci Robot

./drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c: amdgpu_xcp.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=5281
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
index e5cfb3adb3b3..7fb2d38b010a 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c
@@ -23,7 +23,6 @@
 #include <linux/firmware.h>
 
 #include "amdgpu.h"
-#include "amdgpu_xcp.h"
 #include "amdgpu_gfx.h"
 #include "soc15.h"
 #include "soc15d.h"
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH] drm/amdgpu: remove duplicate include
@ 2022-01-15  7:02 ` cgel.zte
  0 siblings, 0 replies; 11+ messages in thread
From: cgel.zte @ 2022-01-15  7:02 UTC (permalink / raw)
  To: alexander.deucher
  Cc: christian.koenig, Xinhui.Pan, airlied, daniel, Felix.Kuehling,
	nirmoy.das, Oak.Zeng, jonathan.kim, kevin1.wang, tzimmermann,
	Philip.Yang, amd-gfx, dri-devel, linux-kernel, Changcheng Deng,
	Zeal Robot

From: Changcheng Deng <deng.changcheng@zte.com.cn>

'drm/drm_drv.h' included in 'amdgpu_ttm.c' is duplicated. It is also
 included on 53 line.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Changcheng Deng <deng.changcheng@zte.com.cn>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index 953d68b26f0b..ebd40d1a8aff 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@ -43,7 +43,6 @@
 #include <linux/sizes.h>
 #include <linux/module.h>

-#include <drm/drm_drv.h>
 #include <drm/ttm/ttm_bo_api.h>
 #include <drm/ttm/ttm_bo_driver.h>
 #include <drm/ttm/ttm_placement.h>
--
2.25.1


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

end of thread, other threads:[~2023-05-23 15:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23  2:18 [PATCH] drm/amdgpu: Remove duplicate include Jiapeng Chong
2023-05-23  2:18 ` Jiapeng Chong
2023-05-23  2:18 ` Jiapeng Chong
2023-05-23 15:55 ` Alex Deucher
2023-05-23 15:55   ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2022-01-15  7:02 [PATCH] drm/amdgpu: remove " cgel.zte
2022-01-15  7:02 ` cgel.zte
2022-01-15  7:02 ` cgel.zte
2022-01-17  7:09 ` Christian König
2022-01-17  7:09   ` Christian König
2022-01-17  7:09   ` Christian König

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.