public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb•auug.org.au>
To: Alex Deucher <alexdeucher@gmail•com>, Dave Airlie <airlied@redhat•com>
Cc: Randy Dunlap <rdunlap@infradead•org>,
	Rodrigo Siqueira <Rodrigo.Siqueira@amd•com>,
	DRI <dri-devel@lists•freedesktop.org>,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Linux Next Mailing List <linux-next@vger•kernel.org>
Subject: Re: linux-next: build warnings after merge of the amdgpu tree
Date: Wed, 12 Jul 2023 09:15:09 +1000	[thread overview]
Message-ID: <20230712091509.4f6f7a19@canb.auug.org.au> (raw)
In-Reply-To: <20221118175545.762d1a20@canb.auug.org.au>

[-- Attachment #1: Type: text/plain, Size: 4228 bytes --]

Hi all,

On Fri, 18 Nov 2022 17:55:45 +1100 Stephen Rothwell <sfr@canb•auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced these warnings:
> 
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dispclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'actual_dispclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dppclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'actual_dppclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'disp_dpp_voltage_level_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dcfclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'socclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dcfclk_deep_sleep_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'fclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'phyclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dramclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'p_state_change_support' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'zstate_support' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dtbclk_en' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'ref_dtbclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'fclk_p_state_change_support' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'pwr_state' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'prev_p_state_change_support' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'fclk_prev_p_state_change_support' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'num_ways' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'fw_based_mclk_switching' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'fw_based_mclk_switching_shut_down' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'prev_num_ways' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'dtm_level' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'max_supported_dppclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'max_supported_dispclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'bw_dppclk_khz' not described in 'dc_clocks'
> drivers/gpu/drm/amd/display/dc/dc.h:548: warning: Function parameter or member 'bw_dispclk_khz' not described in 'dc_clocks'
> 
> Introduced by commit
> 
>   1682bd1a6b5f ("drm/amd/display: Expand kernel doc for DC")
> 
> (now also in the drm tree) but revealed by commit
> 
>   ef8d147fd442 ("drm/amd/display: fix kernel-doc issues in dc.h")

I am still getting these warnings (presumably now from Linus' tree).
The line number has changed to 558.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

  reply	other threads:[~2023-07-11 23:15 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18  6:55 linux-next: build warnings after merge of the amdgpu tree Stephen Rothwell
2023-07-11 23:15 ` Stephen Rothwell [this message]
2023-07-12  2:26   ` Randy Dunlap
2023-07-12  2:51     ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2024-05-20  3:39 Stephen Rothwell
2024-04-26  6:55 Stephen Rothwell
2024-04-26  7:20 ` Khatri, Sunil
2024-01-30  2:49 Stephen Rothwell
2024-04-21 23:52 ` Stephen Rothwell
2023-07-11 23:08 Stephen Rothwell
2023-04-12  4:41 Stephen Rothwell
2023-03-16  1:18 Stephen Rothwell
2022-08-11  2:10 Stephen Rothwell
2022-08-30 23:00 ` Stephen Rothwell
2022-10-05  0:34   ` Stephen Rothwell
2021-02-24  2:28 Stephen Rothwell
2021-02-24  4:09 ` Zhuo, Qingqing
2021-02-26  1:29   ` Stephen Rothwell
2021-01-11  3:38 Stephen Rothwell
2020-10-27  1:05 Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230712091509.4f6f7a19@canb.auug.org.au \
    --to=sfr@canb$(echo .)auug.org.au \
    --cc=Rodrigo.Siqueira@amd$(echo .)com \
    --cc=airlied@redhat$(echo .)com \
    --cc=alexdeucher@gmail$(echo .)com \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=rdunlap@infradead$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox