dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the amdgpu tree
@ 2019-12-18 23:18 Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2019-12-18 23:18 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Dave Airlie, DRI, Linux Next Mailing List,
	Linux Kernel Mailing List, Jane Jian


[-- Attachment #1.1: Type: text/plain, Size: 497 bytes --]

Hi all,

After merging the amdgpu tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c: In function 'vcn_v2_5_hw_init':
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:288:5: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
  288 |  if (!r)
      |     ^

Introduced by commit

  99bcbf833e6a ("drm/amdgpu: enable VCN0 and VCN1 sriov instances support for Arcturus")

-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20201117154514.2c378d99@canb.auug.org.au>
@ 2020-12-14 19:56 ` Stephen Rothwell
  2020-12-15  2:49   ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2020-12-14 19:56 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Alex Deucher, Linux Next Mailing List, Linux Kernel Mailing List,
	Wayne Lin


[-- Attachment #1.1: Type: text/plain, Size: 1062 bytes --]

Hi all,

On Tue, 17 Nov 2020 15:45:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_x_start_property' not described in 'amdgpu_display_manager'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_y_start_property' not described in 'amdgpu_display_manager'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_x_end_property' not described in 'amdgpu_display_manager'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_y_end_property' not described in 'amdgpu_display_manager'
> 
> Introduced by commit
> 
>   c920888c604d ("drm/amd/display: Expose new CRC window property")

I am still getting those warnings.  That commit is now in the drm tree.
-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2020-12-14 19:56 ` Stephen Rothwell
@ 2020-12-15  2:49   ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2020-12-15  2:49 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Alex Deucher, Linux Next Mailing List, Linux Kernel Mailing List,
	Wayne Lin


[-- Attachment #1.1: Type: text/plain, Size: 1226 bytes --]

Hi all,

On Tue, 15 Dec 2020 06:56:08 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Tue, 17 Nov 2020 15:45:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the amdgpu tree, today's linux-next build (htmldocs)
> > produced this warning:
> > 
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_x_start_property' not described in 'amdgpu_display_manager'
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_y_start_property' not described in 'amdgpu_display_manager'
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_x_end_property' not described in 'amdgpu_display_manager'
> > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:353: warning: Function parameter or member 'crc_win_y_end_property' not described in 'amdgpu_display_manager'
> > 
> > Introduced by commit
> > 
> >   c920888c604d ("drm/amd/display: Expose new CRC window property")  
> 
> I am still getting those warnings.  That commit is now in the drm tree.

These warnings are now from Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] ` <20210120171501.61aa0786@canb.auug.org.au>
@ 2021-01-21  0:53   ` Stephen Rothwell
  2021-01-21  3:07     ` Alex Deucher
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2021-01-21  0:53 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Bhawanpreet Lakha,
	Linux Kernel Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 863 bytes --]

Hi all,

On Wed, 20 Jan 2021 17:15:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Fri, 15 Jan 2021 12:00:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > 
> > After merging the amdgpu tree, today's linux-next build (x86_64
> > allmodconfig) failed like this:
> > 
> > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'dm_set_vblank':
> > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5380:33: warning: unused variable 'dm' [-Wunused-variable]
> >  5380 |  struct amdgpu_display_manager *dm = &adev->dm;
> >       |                                 ^~
> > 
> > Caused by commit
> > 
> >   98ab5f3513f9 ("drm/amd/display: Fix deadlock during gpu reset v3")  
> 
> I am still getting this warning.

I now get this warning from the drm tree merge.

-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2021-01-21  0:53   ` Stephen Rothwell
@ 2021-01-21  3:07     ` Alex Deucher
  2021-01-21  8:32       ` Daniel Vetter
  0 siblings, 1 reply; 30+ messages in thread
From: Alex Deucher @ 2021-01-21  3:07 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Dave Airlie, Linux Next Mailing List, Bhawanpreet Lakha,
	Linux Kernel Mailing List, DRI

On Wed, Jan 20, 2021 at 7:53 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> On Wed, 20 Jan 2021 17:15:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Fri, 15 Jan 2021 12:00:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > After merging the amdgpu tree, today's linux-next build (x86_64
> > > allmodconfig) failed like this:
> > >
> > > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'dm_set_vblank':
> > > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5380:33: warning: unused variable 'dm' [-Wunused-variable]
> > >  5380 |  struct amdgpu_display_manager *dm = &adev->dm;
> > >       |                                 ^~
> > >
> > > Caused by commit
> > >
> > >   98ab5f3513f9 ("drm/amd/display: Fix deadlock during gpu reset v3")
> >
> > I am still getting this warning.
>
> I now get this warning from the drm tree merge.

Bhawan sent out the fix today:
https://patchwork.freedesktop.org/patch/415092/

Alex

>
> --
> Cheers,
> Stephen Rothwell
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2021-01-21  3:07     ` Alex Deucher
@ 2021-01-21  8:32       ` Daniel Vetter
  0 siblings, 0 replies; 30+ messages in thread
From: Daniel Vetter @ 2021-01-21  8:32 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Stephen Rothwell, Dave Airlie, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Bhawanpreet Lakha

On Thu, Jan 21, 2021 at 4:07 AM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> On Wed, Jan 20, 2021 at 7:53 PM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > Hi all,
> >
> > On Wed, 20 Jan 2021 17:15:01 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > >
> > > On Fri, 15 Jan 2021 12:00:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > > >
> > > > After merging the amdgpu tree, today's linux-next build (x86_64
> > > > allmodconfig) failed like this:
> > > >
> > > > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'dm_set_vblank':
> > > > drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5380:33: warning: unused variable 'dm' [-Wunused-variable]
> > > >  5380 |  struct amdgpu_display_manager *dm = &adev->dm;
> > > >       |                                 ^~
> > > >
> > > > Caused by commit
> > > >
> > > >   98ab5f3513f9 ("drm/amd/display: Fix deadlock during gpu reset v3")
> > >
> > > I am still getting this warning.
> >
> > I now get this warning from the drm tree merge.

Drat, I missed that when merging.

> Bhawan sent out the fix today:
> https://patchwork.freedesktop.org/patch/415092/

Applied directly to drm-next, thanks.
-Daniel

>
> Alex
>
> >
> > --
> > Cheers,
> > Stephen Rothwell
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel



-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20210311220033.7c5fe548@canb.auug.org.au>
@ 2021-04-21  6:10 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2021-04-21  6:10 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Zhan Liu, Linux Next Mailing List, Linux Kernel Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 1099 bytes --]

Hi all,

On Thu, 11 Mar 2021 22:00:33 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:143: warning: Function parameter or member 'list' not described in 'dal_allocation'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:143: warning: Function parameter or member 'bo' not described in 'dal_allocation'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:143: warning: Function parameter or member 'cpu_ptr' not described in 'dal_allocation'
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:143: warning: Function parameter or member 'gpu_addr' not described in 'dal_allocation'
> 
> Introduced by commit
> 
>   1ace37b873c2 ("drm/amdgpu/display: Implement functions to let DC allocate GPU memory")

I am still seeing these warnings (as of next-20210420).  That is now
commit

  0dd795323405 ("drm/amdgpu/display: Implement functions to let DC allocate GPU memory")

in the drm tree.
-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20210322170014.3e022928@canb.auug.org.au>
@ 2021-04-21  6:15 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2021-04-21  6:15 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Leo (Hanghong) Ma, Linux Next Mailing List,
	Linux Kernel Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 696 bytes --]

Hi all,

On Mon, 22 Mar 2021 17:00:14 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:405: warning: Function parameter or member 'dmcub_trace_event_en' not described in 'amdgpu_display_manager'
> 
> Introduced by commit
> 
>   4057828a1283 ("drm/amd/display: Add debugfs to control DMUB trace buffer events")

I am still seeing this warning (as of next-20210420).  That is now
commit

  46a83eba276c ("drm/amd/display: Add debugfs to control DMUB trace buffer events")

in the drm tree.

-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20210416124044.53d4beee@canb.auug.org.au>
@ 2021-04-21  6:40 ` Stephen Rothwell
  2021-04-23 20:36   ` Alex Deucher
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2021-04-21  6:40 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Shyam Sundar S K, Dave Airlie, Linux Kernel Mailing List, DRI,
	Prike Liang, Linux Next Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 624 bytes --]

Hi all,

On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
> 
> drivers/pci/quirks.c: In function 'quirk_amd_nvme_fixup':
> drivers/pci/quirks.c:312:18: warning: unused variable 'rdev' [-Wunused-variable]
>   312 |  struct pci_dev *rdev;
>       |                  ^~~~
> 
> Introduced by commit
> 
>   9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")

I am still seeing this warning.

-- 
Cheers,
Stephen Rothwell

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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2021-04-21  6:40 ` Stephen Rothwell
@ 2021-04-23 20:36   ` Alex Deucher
  2021-04-23 22:39     ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Alex Deucher @ 2021-04-23 20:36 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Shyam Sundar S K, Dave Airlie, Linux Kernel Mailing List, DRI,
	Prike Liang, Linux Next Mailing List

On Wed, Apr 21, 2021 at 2:40 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
>
> On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the amdgpu tree, today's linux-next build (powerpc
> > ppc64_defconfig) produced this warning:
> >
> > drivers/pci/quirks.c: In function 'quirk_amd_nvme_fixup':
> > drivers/pci/quirks.c:312:18: warning: unused variable 'rdev' [-Wunused-variable]
> >   312 |  struct pci_dev *rdev;
> >       |                  ^~~~
> >
> > Introduced by commit
> >
> >   9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")
>
> I am still seeing this warning.

I no longer have that patch in my tree.  Was this an old build?

Alex

>
> --
> Cheers,
> Stephen Rothwell
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2021-04-23 20:36   ` Alex Deucher
@ 2021-04-23 22:39     ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2021-04-23 22:39 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Stephen Rothwell, Shyam Sundar S K, Dave Airlie,
	Linux Kernel Mailing List, DRI, Prike Liang,
	Linux Next Mailing List

Hi Alex,

On Fri, 23 Apr 2021 16:36:50 -0400 Alex Deucher <alexdeucher@gmail.com> wrote:
>
> On Wed, Apr 21, 2021 at 2:40 AM Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > On Fri, 16 Apr 2021 12:40:44 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:  
> > >
> > > After merging the amdgpu tree, today's linux-next build (powerpc
> > > ppc64_defconfig) produced this warning:
> > >
> > > drivers/pci/quirks.c: In function 'quirk_amd_nvme_fixup':
> > > drivers/pci/quirks.c:312:18: warning: unused variable 'rdev' [-Wunused-variable]
> > >   312 |  struct pci_dev *rdev;
> > >       |                  ^~~~
> > >
> > > Introduced by commit
> > >
> > >   9597624ef606 ("nvme: put some AMD PCIE downstream NVME device to simple suspend/resume path")  
> >
> > I am still seeing this warning.  
> 
> I no longer have that patch in my tree.  Was this an old build?

I guess my email crossed with the patch removal as I not longer get the
warning. Thanks.

-- 
Cheers,
Stephen Rothwell
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2023-06-07  2:45 Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2023-06-07  2:45 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Linux Kernel Mailing List, DRI, Linux Next Mailing List,
	Alvin Lee, Alex Deucher, Dave Airlie

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/amd/display/dc/dc.h:900: warning: Function parameter or member 'enable_legacy_fast_update' not described in 'dc_debug_options'

Introduced by commit

  4164998e0a9c ("drm/amd/display: Refactor fast update to use new HWSS build sequence")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2023-06-09  4:02 Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2023-06-09  4:02 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Linux Kernel Mailing List, DRI, Linux Next Mailing List,
	Alex Deucher, Dave Airlie

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/drm_connector.c:2215: warning: Function parameter or member 'supported_colorspaces' not described in 'drm_mode_create_hdmi_colorspace_property'
drivers/gpu/drm/drm_connector.c:2239: warning: Function parameter or member 'supported_colorspaces' not described in 'drm_mode_create_dp_colorspace_property'

Introduced by commit

  4d1be821b795 ("drm/connector: Allow drivers to pass list of supported colorspaces")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20221026121428.5181969a@canb.auug.org.au>
@ 2023-07-11 23:12 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2023-07-11 23:12 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Rodrigo Siqueira, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Aurabindo Pillai, Dave Airlie

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

Hi all,

On Wed, 26 Oct 2022 12:14:28 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/dc/dc.h:1289: warning: Function parameter or member 'plane_states' not described in 'dc_validation_set'
> 
> Introduced by commit
> 
>   f6ae69f49fcf ("drm/amd/display: Include surface of unaffected streams")

I am still getting this warning (presumably now from Linus' tree).

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20230815210747.6c409362@canb.auug.org.au>
@ 2023-08-16  1:57 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2023-08-16  1:57 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Lijo Lazar, Linux Kernel Mailing List, DRI, Alex Deucher,
	Linux Next Mailing List

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

Hi all,

On Tue, 15 Aug 2023 21:07:47 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1: warning: 'product_name' not found
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1: warning: 'product_name' not found
> drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1: warning: 'serial_number' not found
> 
> Introduced by commit
> 
>   7957ec80ef97 ("drm/amdgpu: Add FRU sysfs nodes only if needed")

The above commit is now in the drm tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2024-01-30  2:54 Stephen Rothwell
  2024-04-21 23:54 ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-01-30  2:54 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Rodrigo Siqueira, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Alex Deucher, Dave Airlie

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found
drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found

Introduced by commit

  0fba33311e63 ("Documentation/gpu: Add entry for OPP in the kernel doc")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2024-01-30  2:56 Stephen Rothwell
  2024-04-21 23:56 ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-01-30  2:56 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Rodrigo Siqueira, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Alex Deucher, Dave Airlie

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found
drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found

Introduced by commit

  d79833f34bdc ("Documentation/gpu: Add entry for the DIO component")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-01-30  2:54 Stephen Rothwell
@ 2024-04-21 23:54 ` Stephen Rothwell
  2024-07-14 22:57   ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-04-21 23:54 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Alex Deucher, Rodrigo Siqueira, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Tue, 30 Jan 2024 13:54:21 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi all,
> 
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found
> drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found
> 
> Introduced by commit
> 
>   0fba33311e63 ("Documentation/gpu: Add entry for OPP in the kernel doc")

I am still seeing these warnings (as of last Friday) but the above
commit is now in Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-01-30  2:56 Stephen Rothwell
@ 2024-04-21 23:56 ` Stephen Rothwell
  2024-07-14 22:59   ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-04-21 23:56 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Alex Deucher, Rodrigo Siqueira, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Tue, 30 Jan 2024 13:56:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found
> drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found
> 
> Introduced by commit
> 
>   d79833f34bdc ("Documentation/gpu: Add entry for the DIO component")

I am still seeing these warnings (as of last Friday) but the above
commit is now in Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2024-05-14  7:11 Stephen Rothwell
  2024-07-14 23:04 ` Stephen Rothwell
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-05-14  7:11 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Adam Nelson, Alex Deucher, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:580: warning: Function parameter or struct member 'program_3dlut_size' not described in 'mpc_funcs'

Introduced by commit

  9de99fa8c1ea ("drm/amd/display: Fix 3dlut size for Fastloading on DCN401")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* linux-next: build warning after merge of the amdgpu tree
@ 2024-05-14  7:14 Stephen Rothwell
  2024-05-14 18:20 ` Nirujogi, Pratap
  0 siblings, 1 reply; 30+ messages in thread
From: Stephen Rothwell @ 2024-05-14  7:14 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Alex Deucher, Pratap Nirujogi, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs)
produced this warning:

drivers/gpu/drm/amd/include/amd_shared.h:110: warning: Enum value 'AMD_IP_BLOCK_TYPE_ISP' not described in enum 'amd_ip_block_type'

Introduced by commit

  a83048bfa402 ("drm/amd/amdgpu: Add ISP support to amdgpu_discovery")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* RE: linux-next: build warning after merge of the amdgpu tree
  2024-05-14  7:14 Stephen Rothwell
@ 2024-05-14 18:20 ` Nirujogi, Pratap
  2024-05-14 19:07   ` Alex Deucher
  0 siblings, 1 reply; 30+ messages in thread
From: Nirujogi, Pratap @ 2024-05-14 18:20 UTC (permalink / raw)
  To: Stephen Rothwell, Alex Deucher
  Cc: Deucher, Alexander, Dave Airlie, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List, Chan, Benjamin (Koon Pan)

[AMD Official Use Only - AMD Internal Distribution Only]

Hi Stephen,

Thank you for reporting this warning, I will address this in the next amdgpu patchset I will be submitting in this week.

Thanks,
Pratap

-----Original Message-----
From: Stephen Rothwell <sfr@canb.auug.org.au>
Sent: Tuesday, May 14, 2024 3:14 AM
To: Alex Deucher <alexdeucher@gmail.com>
Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; Nirujogi, Pratap <Pratap.Nirujogi@amd.com>; Dave Airlie <airlied@redhat.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: linux-next: build warning after merge of the amdgpu tree

Hi all,

After merging the amdgpu tree, today's linux-next build (htmldocs) produced this warning:

drivers/gpu/drm/amd/include/amd_shared.h:110: warning: Enum value 'AMD_IP_BLOCK_TYPE_ISP' not described in enum 'amd_ip_block_type'

Introduced by commit

  a83048bfa402 ("drm/amd/amdgpu: Add ISP support to amdgpu_discovery")

--
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-05-14 18:20 ` Nirujogi, Pratap
@ 2024-05-14 19:07   ` Alex Deucher
  0 siblings, 0 replies; 30+ messages in thread
From: Alex Deucher @ 2024-05-14 19:07 UTC (permalink / raw)
  To: Nirujogi, Pratap
  Cc: Stephen Rothwell, Deucher, Alexander, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List,
	Chan, Benjamin (Koon Pan)

On Tue, May 14, 2024 at 2:20 PM Nirujogi, Pratap
<Pratap.Nirujogi@amd.com> wrote:
>
> [AMD Official Use Only - AMD Internal Distribution Only]
>
> Hi Stephen,
>
> Thank you for reporting this warning, I will address this in the next amdgpu patchset I will be submitting in this week.

Should be fixed with this patch:
https://patchwork.freedesktop.org/patch/593995/
Sorry, I forgot to CC you.

Alex

>
> Thanks,
> Pratap
>
> -----Original Message-----
> From: Stephen Rothwell <sfr@canb.auug.org.au>
> Sent: Tuesday, May 14, 2024 3:14 AM
> To: Alex Deucher <alexdeucher@gmail.com>
> Cc: Deucher, Alexander <Alexander.Deucher@amd.com>; Nirujogi, Pratap <Pratap.Nirujogi@amd.com>; Dave Airlie <airlied@redhat.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: linux-next: build warning after merge of the amdgpu tree
>
> Hi all,
>
> After merging the amdgpu tree, today's linux-next build (htmldocs) produced this warning:
>
> drivers/gpu/drm/amd/include/amd_shared.h:110: warning: Enum value 'AMD_IP_BLOCK_TYPE_ISP' not described in enum 'amd_ip_block_type'
>
> Introduced by commit
>
>   a83048bfa402 ("drm/amd/amdgpu: Add ISP support to amdgpu_discovery")
>
> --
> Cheers,
> Stephen Rothwell

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-04-21 23:54 ` Stephen Rothwell
@ 2024-07-14 22:57   ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-07-14 22:57 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Alex Deucher, Rodrigo Siqueira, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Mon, 22 Apr 2024 09:54:48 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Tue, 30 Jan 2024 13:54:21 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> >
> > After merging the amdgpu tree, today's linux-next build (htmldocs)
> > produced this warning:
> > 
> > drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found
> > drivers/gpu/drm/amd/display/dc/inc/hw/opp.h:1: warning: no structured comments found
> > 
> > Introduced by commit
> > 
> >   0fba33311e63 ("Documentation/gpu: Add entry for OPP in the kernel doc")  
> 
> I am still seeing these warnings (as of last Friday) but the above
> commit is now in Linus' tree.

I am still seeing these warnings (as of last Friday).
-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-04-21 23:56 ` Stephen Rothwell
@ 2024-07-14 22:59   ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-07-14 22:59 UTC (permalink / raw)
  To: Alex Deucher
  Cc: Alex Deucher, Rodrigo Siqueira, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Mon, 22 Apr 2024 09:56:42 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Tue, 30 Jan 2024 13:56:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> > 
> > After merging the amdgpu tree, today's linux-next build (htmldocs)
> > produced this warning:
> > 
> > drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found
> > drivers/gpu/drm/amd/display/dc/link/hwss/link_hwss_dio.h:1: warning: no structured comments found
> > 
> > Introduced by commit
> > 
> >   d79833f34bdc ("Documentation/gpu: Add entry for the DIO component")  
> 
> I am still seeing these warnings (as of last Friday) but the above
> commit is now in Linus' tree.

I am still seeing these warnings (as of last Friday).
-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20240501151929.219916ee@canb.auug.org.au>
@ 2024-07-14 23:02 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-07-14 23:02 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Alex Deucher, Alex Deucher, Roman Li, Linux Kernel Mailing List,
	Linux Next Mailing List, DRI

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

Hi all,

On Wed, 1 May 2024 15:19:29 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:581: warning: Function parameter or struct member 'idle_workqueue' not described in 'amdgpu_display_manager'
> 
> Introduced by commit
> 
>   afca033f10d3 ("drm/amd/display: Add periodic detection for IPS")

I am now seeing this warning after the merge of the drm tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
  2024-05-14  7:11 Stephen Rothwell
@ 2024-07-14 23:04 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-07-14 23:04 UTC (permalink / raw)
  To: Alex Deucher, Dave Airlie
  Cc: Adam Nelson, Alex Deucher, Dave Airlie, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List, DRI

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

Hi all,

On Tue, 14 May 2024 17:11:53 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> 
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h:580: warning: Function parameter or struct member 'program_3dlut_size' not described in 'mpc_funcs'
> 
> Introduced by commit
> 
>   9de99fa8c1ea ("drm/amd/display: Fix 3dlut size for Fastloading on DCN401")

I am now seeing this warning after the merge of the drm tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20240531152636.1b58caa0@canb.auug.org.au>
@ 2024-07-14 23:07 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-07-14 23:07 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Alex Deucher, Alex Deucher, Aurabindo Pillai,
	Linux Kernel Mailing List, Linux Next Mailing List, DRI

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

Hi all,

On Fri, 31 May 2024 15:26:36 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:586: warning: Function parameter or struct member 'bb_from_dmub' not described in 'amdgpu_display_manager'
> 
> 
> Introduced by commit
> 
>   234e94555800 ("drm/amd/display: Enable copying of bounding box data from VBIOS DMUB")

I am now seeing this warning after the merge of the drm tree.
-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20240826155916.59ad7d57@canb.auug.org.au>
@ 2024-09-06  8:46 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2024-09-06  8:46 UTC (permalink / raw)
  To: Alex Deucher, Dave Airlie
  Cc: Alex Deucher, Xiaogang Chen, Linux Kernel Mailing List,
	Linux Next Mailing List, DRI

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

Hi all,

On Mon, 26 Aug 2024 15:59:16 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:2785: warning: Function parameter or struct member 'ts' not described in 'amdgpu_vm_handle_fault'
> 
> Introduced by commit
> 
>   6ef29715ac06 ("drm/amdkfd: Change kfd/svm page fault drain handling")

This commit is now in the drm tree and I am still seeing this warning.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: linux-next: build warning after merge of the amdgpu tree
       [not found] <20250113155423.3be0e78a@canb.auug.org.au>
@ 2025-01-16  6:08 ` Stephen Rothwell
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Rothwell @ 2025-01-16  6:08 UTC (permalink / raw)
  To: Alex Deucher, Dave Airlie
  Cc: Alex Deucher, Kun Liu, Linux Kernel Mailing List,
	Linux Next Mailing List, "DRI <dri-devel"

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

Hi all,

On Mon, 13 Jan 2025 15:54:23 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> After merging the amdgpu tree, today's linux-next build (htmldocs)
> produced this warning:
> 
> drivers/gpu/drm/amd/include/amd_shared.h:352: warning: Enum value 'DC_DISABLE_HDMI_CEC' not described in enum 'DC_DEBUG_MASK'
> 
> Introduced by commit
> 
>   7594874227e1 ("drm/amd/display: add CEC notifier to amdgpu driver")

I am still seeing this warning.  That commit is now in the drm tree.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2025-01-16  6:08 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20221026121428.5181969a@canb.auug.org.au>
2023-07-11 23:12 ` linux-next: build warning after merge of the amdgpu tree Stephen Rothwell
     [not found] <20250113155423.3be0e78a@canb.auug.org.au>
2025-01-16  6:08 ` Stephen Rothwell
     [not found] <20240826155916.59ad7d57@canb.auug.org.au>
2024-09-06  8:46 ` Stephen Rothwell
     [not found] <20240531152636.1b58caa0@canb.auug.org.au>
2024-07-14 23:07 ` Stephen Rothwell
     [not found] <20240501151929.219916ee@canb.auug.org.au>
2024-07-14 23:02 ` Stephen Rothwell
2024-05-14  7:14 Stephen Rothwell
2024-05-14 18:20 ` Nirujogi, Pratap
2024-05-14 19:07   ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14  7:11 Stephen Rothwell
2024-07-14 23:04 ` Stephen Rothwell
2024-01-30  2:56 Stephen Rothwell
2024-04-21 23:56 ` Stephen Rothwell
2024-07-14 22:59   ` Stephen Rothwell
2024-01-30  2:54 Stephen Rothwell
2024-04-21 23:54 ` Stephen Rothwell
2024-07-14 22:57   ` Stephen Rothwell
     [not found] <20230815210747.6c409362@canb.auug.org.au>
2023-08-16  1:57 ` Stephen Rothwell
2023-06-09  4:02 Stephen Rothwell
2023-06-07  2:45 Stephen Rothwell
     [not found] <20210416124044.53d4beee@canb.auug.org.au>
2021-04-21  6:40 ` Stephen Rothwell
2021-04-23 20:36   ` Alex Deucher
2021-04-23 22:39     ` Stephen Rothwell
     [not found] <20210322170014.3e022928@canb.auug.org.au>
2021-04-21  6:15 ` Stephen Rothwell
     [not found] <20210311220033.7c5fe548@canb.auug.org.au>
2021-04-21  6:10 ` Stephen Rothwell
     [not found] <20210115120014.4211dec6@canb.auug.org.au>
     [not found] ` <20210120171501.61aa0786@canb.auug.org.au>
2021-01-21  0:53   ` Stephen Rothwell
2021-01-21  3:07     ` Alex Deucher
2021-01-21  8:32       ` Daniel Vetter
     [not found] <20201117154514.2c378d99@canb.auug.org.au>
2020-12-14 19:56 ` Stephen Rothwell
2020-12-15  2:49   ` Stephen Rothwell
2019-12-18 23:18 Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox