Re: [PATCH -next] drm/amd/display: fix kernel-doc issues in dc.h

2022-11-17 Thread Alex Deucher
Applied. Thanks! Alex On Thu, Nov 17, 2022 at 2:39 PM Harry Wentland wrote: > > > > On 11/17/22 12:20, Randy Dunlap wrote: > > Fix these kernel-doc complaints: > > > > drivers/gpu/drm/amd/display/dc/dc.h:505: warning: cannot understand > > function prototype: 'struct dc_clocks ' > > dc.h:472:

Re: [PATCH -next] drm/amd/display: fix kernel-doc issues in dc.h

2022-11-17 Thread Harry Wentland
On 11/17/22 12:20, Randy Dunlap wrote: > Fix these kernel-doc complaints: > > drivers/gpu/drm/amd/display/dc/dc.h:505: warning: cannot understand function > prototype: 'struct dc_clocks ' > dc.h:472: warning: Enum value 'MPC_SPLIT_AVOID' not described in enum > 'pipe_split_policy' > dc.h:472:

[PATCH -next] drm/amd/display: fix kernel-doc issues in dc.h

2022-11-17 Thread Randy Dunlap
Fix these kernel-doc complaints: drivers/gpu/drm/amd/display/dc/dc.h:505: warning: cannot understand function prototype: 'struct dc_clocks ' dc.h:472: warning: Enum value 'MPC_SPLIT_AVOID' not described in enum 'pipe_split_policy' dc.h:472: warning: Enum value 'MPC_SPLIT_AVOID_MULT_DISP' not des