linux-next: build warnings after merge of the drm tree

2021-04-01 Thread Stephen Rothwell
Hi all, After merging the drm tree, today's linux-next build (htmldocs) produced these warnings: drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function

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

2020-12-15 Thread Daniel Vetter
On Tue, Dec 15, 2020 at 3:47 AM Stephen Rothwell wrote: > > Hi all, > > On Tue, 15 Dec 2020 06:50:45 +1100 Stephen Rothwell > wrote: > > > > On Mon, 16 Nov 2020 10:44:44 +1100 Stephen Rothwell > > wrote: > > > > > > On Thu, 5 Nov 2020 17:50:31 +1100 Stephen Rothwell > > > wrote: > > > > > >

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

2020-12-14 Thread Stephen Rothwell
Hi all, On Tue, 15 Dec 2020 06:50:45 +1100 Stephen Rothwell wrote: > > On Mon, 16 Nov 2020 10:44:44 +1100 Stephen Rothwell > wrote: > > > > On Thu, 5 Nov 2020 17:50:31 +1100 Stephen Rothwell > > wrote: > > > > > > After merging the drm tree, today's linux-next build (htmldocs) produced >

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

2020-12-14 Thread Stephen Rothwell
Hi all, On Mon, 16 Nov 2020 10:44:44 +1100 Stephen Rothwell wrote: > > On Thu, 5 Nov 2020 17:50:31 +1100 Stephen Rothwell > wrote: > > > > After merging the drm tree, today's linux-next build (htmldocs) produced > > these warnings: > > > > include/linux/dma-buf-map.h:106: warning: Excess

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

2020-11-15 Thread Stephen Rothwell
Hi all, On Thu, 5 Nov 2020 17:50:31 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the drm tree, today's linux-next build (htmldocs) produced > these warnings: > > include/linux/dma-buf-map.h:106: warning: Excess function parameter 'vaddr' > description in

linux-next: build warnings after merge of the drm tree

2020-11-04 Thread Stephen Rothwell
Hi all, After merging the drm tree, today's linux-next build (htmldocs) produced these warnings: include/linux/dma-buf-map.h:106: warning: Excess function parameter 'vaddr' description in 'DMA_BUF_MAP_INIT_VADDR' include/linux/dma-buf-map.h:106: warning: Function parameter or member 'vaddr_'

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

2017-11-01 Thread Boris Brezillon
Hi Stephen, On Wed, 1 Nov 2017 14:16:40 +1100 Stephen Rothwell wrote: > Hi Dave, > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > produced these warnings: > > drivers/gpu/drm/vc4/vc4_bo.c: In function 'vc4_bo_stats_debugfs': >

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

2017-11-01 Thread Boris Brezillon
Hi Stephen, On Wed, 1 Nov 2017 14:16:40 +1100 Stephen Rothwell wrote: > Hi Dave, > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > produced these warnings: > > drivers/gpu/drm/vc4/vc4_bo.c: In function 'vc4_bo_stats_debugfs': >

linux-next: build warnings after merge of the drm tree

2017-10-31 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/vc4/vc4_bo.c: In function 'vc4_bo_stats_debugfs': drivers/gpu/drm/vc4/vc4_bo.c:91:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t

linux-next: build warnings after merge of the drm tree

2017-10-31 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/vc4/vc4_bo.c: In function 'vc4_bo_stats_debugfs': drivers/gpu/drm/vc4/vc4_bo.c:91:17: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t

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

2017-06-02 Thread Stephen Rothwell
Hi Eric, On Fri, 02 Jun 2017 17:45:10 -0700 Eric Anholt wrote: > > Stephen Rothwell writes: > > > On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: > >> > >> Not sure what's going on. I see your "yesterday" list present, and not

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

2017-06-02 Thread Stephen Rothwell
Hi Eric, On Fri, 02 Jun 2017 17:45:10 -0700 Eric Anholt wrote: > > Stephen Rothwell writes: > > > On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: > >> > >> Not sure what's going on. I see your "yesterday" list present, and not > >> your "today" commit. > > > > I just refetched the

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

2017-06-02 Thread Eric Anholt
Stephen Rothwell writes: > Hi Eric, > > On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: >> >> Not sure what's going on. I see your "yesterday" list present, and not >> your "today" commit. > > I just refetched the drm-misc tree and received no

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

2017-06-02 Thread Eric Anholt
Stephen Rothwell writes: > Hi Eric, > > On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: >> >> Not sure what's going on. I see your "yesterday" list present, and not >> your "today" commit. > > I just refetched the drm-misc tree and received no changes. It is > still as I said in the

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

2017-06-02 Thread Stephen Rothwell
Hi Eric, On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: > > Not sure what's going on. I see your "yesterday" list present, and not > your "today" commit. I just refetched the drm-misc tree and received no changes. It is still as I said in the previous email. This tree

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

2017-06-02 Thread Stephen Rothwell
Hi Eric, On Fri, 02 Jun 2017 14:05:14 -0700 Eric Anholt wrote: > > Not sure what's going on. I see your "yesterday" list present, and not > your "today" commit. I just refetched the drm-misc tree and received no changes. It is still as I said in the previous email. This tree is fetched from

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

2017-06-02 Thread Eric Anholt
Stephen Rothwell writes: > Hi all, > > On Thu, 25 May 2017 11:49:42 +1000 Stephen Rothwell > wrote: >> >> On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: >> > >> > Stephen Rothwell writes: >> > >>

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

2017-06-02 Thread Eric Anholt
Stephen Rothwell writes: > Hi all, > > On Thu, 25 May 2017 11:49:42 +1000 Stephen Rothwell > wrote: >> >> On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: >> > >> > Stephen Rothwell writes: >> > >> > > After merging the drm tree, today's linux-next build (x86_64 >> > > allmodconfig)

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

2017-06-01 Thread Stephen Rothwell
Hi all, On Thu, 25 May 2017 11:49:42 +1000 Stephen Rothwell wrote: > > On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: > > > > Stephen Rothwell writes: > > > > > After merging the drm tree, today's linux-next build

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

2017-06-01 Thread Stephen Rothwell
Hi all, On Thu, 25 May 2017 11:49:42 +1000 Stephen Rothwell wrote: > > On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: > > > > Stephen Rothwell writes: > > > > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > > > produced these warnings: > > > > > >

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

2017-05-24 Thread Stephen Rothwell
Hi Eric, On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: > > Stephen Rothwell writes: > > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > > produced these warnings: > > > > drivers/gpu/drm/pl111/pl111_drv.c:81:12:

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

2017-05-24 Thread Stephen Rothwell
Hi Eric, On Fri, 19 May 2017 10:49:06 -0700 Eric Anholt wrote: > > Stephen Rothwell writes: > > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > > produced these warnings: > > > > drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' > > defined

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

2017-05-19 Thread Eric Anholt
Stephen Rothwell writes: > Hi Dave, > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > produced these warnings: > > drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' > defined but not used [-Wunused-function] > static

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

2017-05-19 Thread Eric Anholt
Stephen Rothwell writes: > Hi Dave, > > After merging the drm tree, today's linux-next build (x86_64 allmodconfig) > produced these warnings: > > drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' > defined but not used [-Wunused-function] > static int

linux-next: build warnings after merge of the drm tree

2017-05-18 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' defined but not used [-Wunused-function] static int pl111_modeset_init(struct drm_device *dev) ^

linux-next: build warnings after merge of the drm tree

2017-05-18 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' defined but not used [-Wunused-function] static int pl111_modeset_init(struct drm_device *dev) ^

linux-next: build warnings after merge of the drm tree

2017-02-23 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: /next/include/drm/drm_gem_cma_helper.h:4:0, from include/drm/tinydrm/tinydrm.h:13, from include/drm/tinydrm/mipi-dbi.h:15, from

linux-next: build warnings after merge of the drm tree

2017-02-23 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: /next/include/drm/drm_gem_cma_helper.h:4:0, from include/drm/tinydrm/tinydrm.h:13, from include/drm/tinydrm/mipi-dbi.h:15, from

linux-next: build warnings after merge of the drm tree

2017-02-19 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/gpu/drm/sti/sti_vtg.c: In function 'vtg_probe': drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable] struct device_node *np;

linux-next: build warnings after merge of the drm tree

2017-02-19 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings: drivers/gpu/drm/sti/sti_vtg.c: In function 'vtg_probe': drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable] struct device_node *np;

linux-next: build warnings after merge of the drm tree

2012-10-03 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/gma500/backlight.c:29:13: warning: 'do_gma_backlight_set' defined but not used [-Wunused-function] drivers/gpu/drm/nouveau/core/subdev/gpio/base.c: In function

linux-next: build warnings after merge of the drm tree

2012-10-03 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/gma500/backlight.c:29:13: warning: 'do_gma_backlight_set' defined but not used [-Wunused-function] drivers/gpu/drm/nouveau/core/subdev/gpio/base.c: In function

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

2012-09-04 Thread Sedat Dilek
On Tue, Sep 4, 2012 at 10:22 AM, Dave Airlie wrote: >> > After merging the drm tree, today's linux-next build (powerpc >> > ppc64_defconfig) produced these warnings: >> > >> > drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! >> > drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL

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

2012-09-04 Thread Dave Airlie
> > After merging the drm tree, today's linux-next build (powerpc > > ppc64_defconfig) produced these warnings: > > > > drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! > > drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL depends on USB_ARCH_HAS_HCD > > drivers/usb/Kconfig:76:

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

2012-09-04 Thread Sedat Dilek
On Tue, Sep 4, 2012 at 5:58 AM, Stephen Rothwell wrote: > Hi Dave, > > After merging the drm tree, today's linux-next build (powerpc > ppc64_defconfig) produced these warnings: > > drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! > drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL

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

2012-09-04 Thread Sedat Dilek
On Tue, Sep 4, 2012 at 5:58 AM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Dave, After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1:

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

2012-09-04 Thread Dave Airlie
After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL depends on USB_ARCH_HAS_HCD drivers/usb/Kconfig:76: symbol

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

2012-09-04 Thread Sedat Dilek
On Tue, Sep 4, 2012 at 10:22 AM, Dave Airlie airl...@linux.ie wrote: After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL

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

2012-09-03 Thread Guenter Roeck
On Tue, Sep 04, 2012 at 01:58:29PM +1000, Stephen Rothwell wrote: > Hi Dave, > > After merging the drm tree, today's linux-next build (powerpc > ppc64_defconfig) produced these warnings: > > drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! > drivers/gpu/drm/udl/Kconfig:1:

linux-next: build warnings after merge of the drm tree

2012-09-03 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL depends on USB_ARCH_HAS_HCD drivers/usb/Kconfig:76: symbol

linux-next: build warnings after merge of the drm tree

2012-09-03 Thread Stephen Rothwell
Hi Dave, After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1: symbol DRM_UDL depends on USB_ARCH_HAS_HCD drivers/usb/Kconfig:76: symbol

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

2012-09-03 Thread Guenter Roeck
On Tue, Sep 04, 2012 at 01:58:29PM +1000, Stephen Rothwell wrote: Hi Dave, After merging the drm tree, today's linux-next build (powerpc ppc64_defconfig) produced these warnings: drivers/gpu/drm/udl/Kconfig:1:error: recursive dependency detected! drivers/gpu/drm/udl/Kconfig:1: