On 2024-11-10 21:46, Srinivasan Shanmugam wrote:
This patch adds the missing parameter descriptors to the functions v4_0
_start, _stop, _set_unified_ring_funcs, and _set_irq_funcs.
Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c:1093: warning: Function parameter or
struct m
This patch adds the missing parameter descriptors to the functions v4_0
_start, _stop, _set_unified_ring_funcs, and _set_irq_funcs.
Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c:1093: warning: Function parameter or
struct member 'inst' not described in 'vcn_v4_0_start'
drive