2024-05-14 07:14:27

by Stephen Rothwell

[permalink] [raw]
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


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2024-05-14 19:08:38

by Alex Deucher

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the amdgpu tree

On Tue, May 14, 2024 at 2:20 PM Nirujogi, Pratap
<[email protected]> 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 <[email protected]>
> Sent: Tuesday, May 14, 2024 3:14 AM
> To: Alex Deucher <[email protected]>
> Cc: Deucher, Alexander <[email protected]>; Nirujogi, Pratap <[email protected]>; Dave Airlie <[email protected]>; DRI <[email protected]>; Linux Kernel Mailing List <[email protected]>; Linux Next Mailing List <[email protected]>
> 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