Re: linux-next: build warning after merge of the drm-misc tree

2024-11-12 Thread Stephen Rothwell
Hi all, On Fri, 8 Nov 2024 17:56:55 +1100 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/gpu/drm-mm:571: drivers/gpu/drm/scheduler/sched_main.c:1359: > ERROR: Unexpected indentation. > > Introduced by

Re: linux-next: build warning after merge of the drm-misc tree

2024-04-12 Thread Stephen Rothwell
Hi all, On Fri, 12 Apr 2024 16:58:26 +1000 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > drivers/gpu/drm/drm_plane.c:1767: warning: expecting prototype for > drm_plane_add_size_hint_property(). Prototype was for >

Re: linux-next: build warning after merge of the drm-misc tree

2023-09-26 Thread Danilo Krummrich
Hi, On 9/26/23 07:07, Stephen Rothwell wrote: Hi all, After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: Error: Cannot open file /home/sfr/next/next/drivers/gpu/drm/drm_gpuva_mgr.c Error: Cannot open file /home/sfr/next/next/include/drm/drm_gpuva_mgr.h

Re: linux-next: build warning after merge of the drm-misc tree

2023-08-02 Thread Doug Anderson
Hi, On Tue, Aug 1, 2023 at 9:21 PM Stephen Rothwell wrote: > > Hi all, > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/drm/drm_panel.h:270: warning: Function parameter or member > 'follower_lock' not described in 'drm_panel' > > Intro

Re: linux-next: build warning after merge of the drm-misc tree

2023-08-02 Thread Doug Anderson
Hi, On Tue, Aug 1, 2023 at 9:17 PM Stephen Rothwell wrote: > > Hi all, > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/gpu/todo.rst:469: ERROR: Unexpected indentation. > > Introduced by commit > > d2aacaf07395 ("drm/panel: Chec

Re: linux-next: build warning after merge of the drm-misc tree

2022-04-13 Thread Christian König
Am 13.04.22 um 10:23 schrieb Daniel Vetter: On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote: Hi all, On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell wrote: After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: include/drm/ttm/ttm_res

Re: linux-next: build warning after merge of the drm-misc tree

2022-04-13 Thread Daniel Vetter
On Wed, Apr 13, 2022 at 10:04:48AM +1000, Stephen Rothwell wrote: > Hi all, > > On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell > wrote: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/drm/ttm/ttm_resource.h:226: warning

Re: linux-next: build warning after merge of the drm-misc tree

2022-04-12 Thread Stephen Rothwell
Hi all, On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/drm/ttm/ttm_resource.h:226: warning: Function parameter or member > 'pos' not described in 'ttm_lru_bulk_move' > > In

Re: linux-next: build warning after merge of the drm-misc tree

2022-04-05 Thread Marek Vasut
On 4/6/22 02:58, Stephen Rothwell wrote: Hi all, Hi, After merging the drm-misc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: WARNING: modpost: drivers/gpu/drm/bridge/chipone-icn6211.prelink.o(.exit.data+0x0): Section mismatch in reference from the variable __

Re: linux-next: build warning after merge of the drm-misc tree

2022-03-28 Thread Andrey Grodzovsky
On 2022-03-27 19:56, Stephen Rothwell wrote: Hi Andrey, On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky wrote: On 2022-03-01 20:31, Stephen Rothwell wrote: Hi all, On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell wrote: On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell wrote

Re: linux-next: build warning after merge of the drm-misc tree

2022-03-27 Thread Stephen Rothwell
Hi Andrey, On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky wrote: > > On 2022-03-01 20:31, Stephen Rothwell wrote: > > Hi all, > > > > On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell > > wrote: > >> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell > >> wrote: > >>> After mergi

Re: linux-next: build warning after merge of the drm-misc tree

2022-03-01 Thread Stephen Rothwell
Hi Andrey, On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky wrote: > > Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    > drm/amdgpu: Fix htmldoc warning That has arrived in linux-next today for the first time. It is in the drm tree, but that tree has had build

Re: linux-next: build warning after merge of the drm-misc tree

2022-03-01 Thread Andrey Grodzovsky
Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    drm/amdgpu: Fix htmldoc warning Andrey On 2022-03-01 20:31, Stephen Rothwell wrote: Hi all, On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell wrote: On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell wrote:

Re: linux-next: build warning after merge of the drm-misc tree

2022-03-01 Thread Stephen Rothwell
Hi all, On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell wrote: > > On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell > wrote: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/drm/gpu_scheduler.h:316: warning: Functi

Re: linux-next: build warning after merge of the drm-misc tree

2022-01-21 Thread Hans de Goede
Hi Stepen, On 1/20/22 04:18, Stephen Rothwell wrote: > Hi all, > > On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell > wrote: >> >> After merging the drm-misc tree, today's linux-next build (htmldocs) >> produced this warning: >> >> Documentation/gpu/drm-kms-helpers:451: >> /home/sfr/next/ne

Re: linux-next: build warning after merge of the drm-misc tree

2022-01-20 Thread Jani Nikula
On Thu, 20 Jan 2022, Stephen Rothwell wrote: > Hi all, > > On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell > wrote: >> >> After merging the drm-misc tree, today's linux-next build (htmldocs) >> produced this warning: >> >> include/drm/drm_modeset_lock.h:74: warning: Function parameter or me

Re: linux-next: build warning after merge of the drm-misc tree

2022-01-19 Thread Stephen Rothwell
Hi all, On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/drm/gpu_scheduler.h:316: warning: Function parameter or member 'work' > not described in 'drm_sched_job' > > Introd

Re: linux-next: build warning after merge of the drm-misc tree

2022-01-19 Thread Stephen Rothwell
Hi all, On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/drm/drm_modeset_lock.h:74: warning: Function parameter or member > 'stack_depot' not described in 'drm_modeset_acquir

Re: linux-next: build warning after merge of the drm-misc tree

2022-01-19 Thread Stephen Rothwell
Hi all, On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell wrote: > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/gpu/drm-kms-helpers:451: > /home/sfr/next/next/drivers/gpu/drm/drm_privacy_screen.c:270: WARNING: Inline > emp

Re: linux-next: build warning after merge of the drm-misc tree

2021-11-01 Thread Stephen Rothwell
Hi Stephen, On Tue, 5 Oct 2021 18:59:40 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_in' > not described in 'dma_buf' > inc

Re: linux-next: build warning after merge of the drm-misc tree

2021-10-20 Thread Stephen Rothwell
Hi all, On Tue, 5 Oct 2021 10:23:23 +0200 Christian König wrote: > > Am 05.10.21 um 09:59 schrieb Stephen Rothwell: > > > > After merging the drm-misc tree, today's linux-next build (htmldocs) > > produced this warning: > > > > include/linux/dma-buf.h:456: warning: Function parameter or member '

Re: linux-next: build warning after merge of the drm-misc tree

2021-10-05 Thread Christian König
Thanks for the notice, going to fix this. Christian. Am 05.10.21 um 09:59 schrieb Stephen Rothwell: Hi all, After merging the drm-misc tree, today's linux-next build (htmldocs) produced this warning: include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_in' not described in

Re: linux-next: build warning after merge of the drm-misc tree

2021-09-27 Thread Doug Anderson
Hi, On Sun, Sep 26, 2021 at 10:44 PM Stephen Rothwell wrote: > > Hi all, > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced these warnings: > > include/drm/drm_edid.h:530: warning: Function parameter or member > 'vend_chr_1' not described in 'drm_edid_encode_pane

Re: linux-next: build warning after merge of the drm-misc tree

2020-12-09 Thread Luben Tuikov
On 2020-12-09 05:02, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build (htmldocs) > produced this warning: > > include/drm/gpu_scheduler.h:201: warning: Function parameter or member 'list' > not described in 'drm_sched_job' > > Introduced by commit

Re: linux-next: build warning after merge of the drm-misc tree

2020-11-02 Thread Boris Brezillon
Hi Stephen, On Mon, 2 Nov 2020 12:46:37 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the imx-drm tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/gpu/drm/panfrost/panfrost_job.c: In function 'panfrost_job_close': > drivers/gpu/drm/panfro

Re: linux-next: build warning after merge of the drm-misc tree

2019-08-16 Thread Laurent Pinchart
On Fri, Aug 16, 2019 at 12:47:15PM +0300, Laurent Pinchart wrote: > On Fri, Aug 16, 2019 at 08:23:54AM +0200, Daniel Vetter wrote: > > On Fri, Aug 16, 2019 at 6:48 AM Sam Ravnborg wrote: > > > > Hi all, > > > > > > > > After merging the drm-misc tree, today's linux-next build (x86_64 > > > > allmo

Re: linux-next: build warning after merge of the drm-misc tree

2019-08-16 Thread Laurent Pinchart
Hello, On Fri, Aug 16, 2019 at 08:23:54AM +0200, Daniel Vetter wrote: > On Fri, Aug 16, 2019 at 6:48 AM Sam Ravnborg wrote: > > > Hi all, > > > > > > After merging the drm-misc tree, today's linux-next build (x86_64 > > > allmodconfig) produced this warning: > > > > > > warning: same module names

Re: linux-next: build warning after merge of the drm-misc tree

2019-08-15 Thread Daniel Vetter
On Fri, Aug 16, 2019 at 6:48 AM Sam Ravnborg wrote: > > Hi Stephen. > > On Fri, Aug 16, 2019 at 01:31:32PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the drm-misc tree, today's linux-next build (x86_64 > > allmodconfig) produced this warning: > > > > warning: same module name

Re: linux-next: build warning after merge of the drm-misc tree

2019-08-15 Thread Sam Ravnborg
Hi Stephen. On Fri, Aug 16, 2019 at 01:31:32PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > warning: same module names found: > drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl804

Re: linux-next: build warning after merge of the drm-misc tree

2019-02-08 Thread Maxime Ripard
Hi Stephen, On Fri, Feb 08, 2019 at 12:32:04PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c: In function 'sun6i_dsi_probe': > drivers/gpu/drm/sun

Re: linux-next: build warning after merge of the drm-misc tree

2017-04-05 Thread Neil Armstrong
On 04/05/2017 02:41 AM, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build > (arm_multi_v7_defconfig) produced this warning: > > drivers/gpu/drm/bridge/synopsys/dw-hdmi.c:608:13: warning: > 'hdmi_bus_fmt_is_yuv420' defined but not used [-Wunused-funct