Re: [PATCH 1/5] drm/amdgpu: Add 'inst' parameter to kdoc in VCN v5.0.0 functions

2024-11-11 Thread Boyuan Zhang
On 2024-11-10 21:46, Srinivasan Shanmugam wrote: This patch adds the missing parameter descriptors to the functions vcn_v5_0_0_start, vcn_v5_0_0_stop, vcn_v5_0_0_set_unified_ring_funcs, and vcn_v5_0_0_set_irq_funcs. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c:767: warn

[PATCH 1/5] drm/amdgpu: Add 'inst' parameter to kdoc in VCN v5.0.0 functions

2024-11-10 Thread Srinivasan Shanmugam
This patch adds the missing parameter descriptors to the functions vcn_v5_0_0_start, vcn_v5_0_0_stop, vcn_v5_0_0_set_unified_ring_funcs, and vcn_v5_0_0_set_irq_funcs. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c:767: warning: Function parameter or struct member 'inst' not