Re: [PATCH v2] drm/amd/display: fix documentation warnings for mpc.h

2024-05-13 Thread Alex Deucher
On Sat, May 11, 2024 at 12:22 AM Stephen Rothwell wrote: > > Hi Marcelo, > > On Sat, 11 May 2024 13:37:17 +1000 Stephen Rothwell > wrote: > > > > Thanks for doing this. > > > > I haven't tested it, but just a couple of little things: > > > > On Fri, 10 May 2024 21:02:02 -0300 Marcelo Mendes

Re: [PATCH v2] drm/amd/display: fix documentation warnings for mpc.h

2024-05-10 Thread Stephen Rothwell
Hi Marcelo, On Sat, 11 May 2024 13:37:17 +1000 Stephen Rothwell wrote: > > Thanks for doing this. > > I haven't tested it, but just a couple of little things: > > On Fri, 10 May 2024 21:02:02 -0300 Marcelo Mendes Spessoto Junior > wrote: > > > > Fix most of the display documentation

Re: [PATCH v2] drm/amd/display: fix documentation warnings for mpc.h

2024-05-10 Thread Stephen Rothwell
Hi Marcelo, Thanks for doing this. I haven't tested it, but just a couple of little things: On Fri, 10 May 2024 21:02:02 -0300 Marcelo Mendes Spessoto Junior wrote: > > Fix most of the display documentation compile warnings by > documenting struct mpc_funcs functions in dc/inc/hw/mpc.h file.

[PATCH v2] drm/amd/display: fix documentation warnings for mpc.h

2024-05-10 Thread Marcelo Mendes Spessoto Junior
Fix most of the display documentation compile warnings by documenting struct mpc_funcs functions in dc/inc/hw/mpc.h file. Remove the following warnings: ./drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:579: warning: Function parameter or struct member 'read_mpcc_state' not described in 'mpc_funcs'