All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/vcn: fixed no previous prototype warning.
@ 2022-05-08 17:30 James Zhu
  2022-05-08 18:00 ` James Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Zhu @ 2022-05-08 17:30 UTC (permalink / raw)
  To: amd-gfx; +Cc: kernel test robot

Fixed warning: no previous prototype for 'vcn_dec_sw_ring_emit_fence'

Signed-off-by: James Zhu <James.Zhu@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
---
 drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
index 08fd61622f95..1ceda3d0cd5b 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
@@ -21,7 +21,8 @@
  *
  */
 
-#include "amdgpu_vcn.h"
+#include "amdgpu.h"
+#include "vcn_sw_ring.h"
 
 void vcn_dec_sw_ring_emit_fence(struct amdgpu_ring *ring, u64 addr,
 	u64 seq, uint32_t flags)
-- 
2.25.1


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

end of thread, other threads:[~2022-05-09 18:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08 17:30 [PATCH] drm/amdgpu/vcn: fixed no previous prototype warning James Zhu
2022-05-08 18:00 ` James Zhu
2022-05-09 11:46   ` Paul Menzel
2022-05-09  6:58 ` Christian König
2022-05-09 18:19 ` [PATCH v3] drm/amdgpu/vcn: include header for vcn_dec_sw_ring_emit_fence James Zhu
2022-05-09 18:20   ` Alex Deucher

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.