Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu/vcn: include header for vcn_dec_sw_ring_emit_fence

Fixed warning: no previous prototype for 'vcn_dec_sw_ring_emit_fence'.

v2: regenerate patch after git rebase.
v3: update commit message.

Signed-off-by: James Zhu <James.Zhu@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

James Zhu and committed by
Alex Deucher
7865f22a 1b852572

+1
+1
drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
··· 22 22 */ 23 23 24 24 #include "amdgpu.h" 25 + #include "vcn_sw_ring.h" 25 26 26 27 void vcn_dec_sw_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, 27 28 u64 seq, uint32_t flags)