All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-20  6:24 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-20  6:24 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'read_block' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'context' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'get_edid_block' description in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'data' description in 'drm_do_get_edid'

Introduced by commit

  89fb7536ad2f ("drm/edid: add typedef for block read function")

-- 
Cheers,
Stephen Rothwell

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

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

* [Intel-gfx] linux-next: build warning after merge of the drm-misc tree
@ 2022-04-20  6:24 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-20  6:24 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'read_block' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'context' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'get_edid_block' description in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'data' description in 'drm_do_get_edid'

Introduced by commit

  89fb7536ad2f ("drm/edid: add typedef for block read function")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-20  6:24 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-20  6:24 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'read_block' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Function parameter or member 'context' not described in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'get_edid_block' description in 'drm_do_get_edid'
drivers/gpu/drm/drm_edid.c:2136: warning: Excess function parameter 'data' description in 'drm_do_get_edid'

Introduced by commit

  89fb7536ad2f ("drm/edid: add typedef for block read function")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2024-04-12  6:58 Stephen Rothwell
@ 2024-04-12  7:01 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2024-04-12  7:01 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Ville Syrjälä,
	Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

On Fri, 12 Apr 2024 16:58:26 +1000 Stephen Rothwell <sfr@canb.auug.org.au> 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 drm_plane_add_size_hints_property() instead

also

include/drm/drm_mode_config.h:963: warning: Function parameter or struct member 'size_hints_property' not described in 'drm_mode_config'
\include/drm/drm_mode_config.h:963: warning: Excess struct member 'size_hints_propertty' description in 'drm_mode_config'

> Introduced by commit
> 
>   9677547d8362 ("drm: Introduce plane SIZE_HINTS property")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2024-04-12  6:58 Stephen Rothwell
  2024-04-12  7:01 ` Stephen Rothwell
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2024-04-12  6:58 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Ville Syrjälä,
	Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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 drm_plane_add_size_hints_property() instead

Introduced by commit

  9677547d8362 ("drm: Introduce plane SIZE_HINTS property")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2024-03-26  5:01 Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2024-03-26  5:01 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Adrián Larumbe, Boris Brezillon, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

Documentation/ABI/testing/sysfs-driver-panfrost-profiling:2: ERROR: Unexpected indentation.

Introduced by commit

  b12f3ea7c188 ("drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs")

Also, that file does not have a newline at the end of its last line.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-10-05  3:56 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-10-05  3:56 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Adrián Larumbe,
	Linux Kernel Mailing List, Boris Brezillon

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

Hi all,

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

Documentation/gpu/panfrost.rst: WARNING: document isn't included in any toctree

Introduced by commit

  f11b0417eec2 ("drm/panfrost: Add fdinfo support GPU load metrics")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-10-05  3:56 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-10-05  3:56 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Adrián Larumbe, Boris Brezillon, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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

Documentation/gpu/panfrost.rst: WARNING: document isn't included in any toctree

Introduced by commit

  f11b0417eec2 ("drm/panfrost: Add fdinfo support GPU load metrics")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2023-09-26  5:07 ` Stephen Rothwell
  (?)
@ 2023-09-26 10:56 ` Danilo Krummrich
  -1 siblings, 0 replies; 105+ messages in thread
From: Danilo Krummrich @ 2023-09-26 10:56 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

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
> 
> Introduced by commit
> 
>    f72c2db47080 ("drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm")
> 

Thanks for reporting this, fix available here:

https://lore.kernel.org/dri-devel/20230926105146.10808-1-dakr@redhat.com/

- Danilo


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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-09-26  5:07 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-09-26  5:07 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Danilo Krummrich, Linux Kernel Mailing List, Linux Next Mailing List

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

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

Introduced by commit

  f72c2db47080 ("drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-09-26  5:07 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-09-26  5:07 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Danilo Krummrich, Linux Kernel Mailing List

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

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

Introduced by commit

  f72c2db47080 ("drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-07  1:28 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-07  1:28 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Danilo Krummrich, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:4,
                 from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.h:5,
                 from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:22:
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c: In function 'nvkm_uvmm_mthd_raw_map':
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:422:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  422 |                               (void *)args->argv, args->argc);
      |                               ^
drivers/gpu/drm/nouveau/include/nvkm/core/memory.h:66:43: note: in definition of macro 'nvkm_memory_map'
   66 |         (p)->func->map((p),(o),(vm),(va),(av),(ac))
      |                                           ^~

Introduced by commit

  6b252cf42281 ("drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-07  1:28 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-07  1:28 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Intel Graphics, Linux Next Mailing List, Danilo Krummrich,
	Linux Kernel Mailing List, DRI

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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.h:4,
                 from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.h:5,
                 from drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:22:
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c: In function 'nvkm_uvmm_mthd_raw_map':
drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c:422:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  422 |                               (void *)args->argv, args->argc);
      |                               ^
drivers/gpu/drm/nouveau/include/nvkm/core/memory.h:66:43: note: in definition of macro 'nvkm_memory_map'
   66 |         (p)->func->map((p),(o),(vm),(va),(av),(ac))
      |                                           ^~

Introduced by commit

  6b252cf42281 ("drm/nouveau: nvkm/vmm: implement raw ops to manage uvmm")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2023-08-02  4:21 ` Stephen Rothwell
@ 2023-08-02 14:49   ` Doug Anderson
  -1 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2023-08-02 14:49 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

Hi,

On Tue, Aug 1, 2023 at 9:21 PM Stephen Rothwell <sfr@canb.auug.org.au> 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'
>
> Introduced by commit
>
>   de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

Thanks for the report. I've posted:

https://lore.kernel.org/all/20230802074727.1.I4036706ad5e7f45e80d41b777164258e52079cd8@changeid/

To fix this one.

-Doug

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02 14:49   ` Doug Anderson
  0 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2023-08-02 14:49 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, Linux Next Mailing List,
	Linux Kernel Mailing List, DRI

Hi,

On Tue, Aug 1, 2023 at 9:21 PM Stephen Rothwell <sfr@canb.auug.org.au> 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'
>
> Introduced by commit
>
>   de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

Thanks for the report. I've posted:

https://lore.kernel.org/all/20230802074727.1.I4036706ad5e7f45e80d41b777164258e52079cd8@changeid/

To fix this one.

-Doug

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2023-08-02  4:17 ` Stephen Rothwell
@ 2023-08-02 14:49   ` Doug Anderson
  -1 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2023-08-02 14:49 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

Hi,

On Tue, Aug 1, 2023 at 9:17 PM Stephen Rothwell <sfr@canb.auug.org.au> 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: Check for already prepared/enabled in drm_panel")

Thanks for the report. I've posted:

https://lore.kernel.org/all/20230802074727.2.Iaeb7b0f7951aee6b8c090364bbc87b1ae198a857@changeid/

To fix this one.

-Doug

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02 14:49   ` Doug Anderson
  0 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2023-08-02 14:49 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, Linux Next Mailing List,
	Linux Kernel Mailing List, DRI

Hi,

On Tue, Aug 1, 2023 at 9:17 PM Stephen Rothwell <sfr@canb.auug.org.au> 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: Check for already prepared/enabled in drm_panel")

Thanks for the report. I've posted:

https://lore.kernel.org/all/20230802074727.2.Iaeb7b0f7951aee6b8c090364bbc87b1ae198a857@changeid/

To fix this one.

-Doug

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02  4:21 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-02  4:21 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Intel Graphics, DRI, Douglas Anderson, Linux Kernel Mailing List,
	Linux Next Mailing List

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

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'

Introduced by commit

  de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02  4:21 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-02  4:21 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Intel Graphics, Linux Next Mailing List, Douglas Anderson, DRI,
	Linux Kernel Mailing List

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

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'

Introduced by commit

  de0874165b83 ("drm/panel: Add a way for other devices to follow panel state")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02  4:17 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-02  4:17 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Intel Graphics, DRI, Douglas Anderson, Linux Kernel Mailing List,
	Linux Next Mailing List

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

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: Check for already prepared/enabled in drm_panel")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2023-08-02  4:17 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2023-08-02  4:17 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Intel Graphics, Linux Next Mailing List, Douglas Anderson, DRI,
	Linux Kernel Mailing List

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

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: Check for already prepared/enabled in drm_panel")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-11-07  3:38 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-11-07  3:38 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Thomas Zimmermann, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

include/drm/drm_fb_helper.h:204: warning: Function parameter or member 'hint_leak_smem_start' not described in 'drm_fb_helper'

Introduced by commit

  e7c5c29a9eb1 ("drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-11-07  3:38 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-11-07  3:38 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Thomas Zimmermann

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

Hi all,

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

include/drm/drm_fb_helper.h:204: warning: Function parameter or member 'hint_leak_smem_start' not described in 'drm_fb_helper'

Introduced by commit

  e7c5c29a9eb1 ("drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-04-13  8:23     ` Daniel Vetter
  (?)
@ 2022-04-13  8:24     ` Christian König
  -1 siblings, 0 replies; 105+ messages in thread
From: Christian König @ 2022-04-13  8:24 UTC (permalink / raw)
  To: Stephen Rothwell, Dave Airlie, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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 <sfr@canb.auug.org.au> 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'
>>>
>>> Introduced by commit
>>>
>>>    b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
>> This warning is now produced by the drm tree.
> Christian, do you have a patch to fix this?

Yeah, already on the TODO list. Just a few to much things coming in at 
the same time here.

Christian.

> -Daniel


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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-04-13  0:04   ` Stephen Rothwell
@ 2022-04-13  8:23     ` Daniel Vetter
  -1 siblings, 0 replies; 105+ messages in thread
From: Daniel Vetter @ 2022-04-13  8:23 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Dave Airlie, Daniel Vetter, Intel Graphics, DRI,
	Christian König, Linux Kernel Mailing List,
	Linux Next Mailing List

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 <sfr@canb.auug.org.au> 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'
> > 
> > Introduced by commit
> > 
> >   b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
> 
> This warning is now produced by the drm tree.

Christian, do you have a patch to fix this?
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-04-13  8:23     ` Daniel Vetter
  0 siblings, 0 replies; 105+ messages in thread
From: Daniel Vetter @ 2022-04-13  8:23 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Dave Airlie, Daniel Vetter, Intel Graphics,
	Linux Kernel Mailing List, DRI, Linux Next Mailing List,
	Christian König

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 <sfr@canb.auug.org.au> 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'
> > 
> > Introduced by commit
> > 
> >   b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")
> 
> This warning is now produced by the drm tree.

Christian, do you have a patch to fix this?
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-04-06  5:50 ` Stephen Rothwell
@ 2022-04-13  0:04   ` Stephen Rothwell
  -1 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-13  0:04 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Daniel Vetter, Intel Graphics, DRI, Christian König,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> 
> Introduced by commit
> 
>   b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

This warning is now produced by the drm tree.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-04-13  0:04   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-13  0:04 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Daniel Vetter, Intel Graphics, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Christian König

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

Hi all,

On Wed, 6 Apr 2022 15:50:30 +1000 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> 
> Introduced by commit
> 
>   b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

This warning is now produced by the drm tree.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-06  5:50 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-06  5:50 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Christian König, Linux Kernel Mailing List

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

Hi all,

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'

Introduced by commit

  b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-06  5:50 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-06  5:50 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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'

Introduced by commit

  b0e2c9ea5afc ("drm/ttm: allow bulk moves for all domains")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-04-06  0:58 ` Stephen Rothwell
@ 2022-04-06  1:45   ` Marek Vasut
  -1 siblings, 0 replies; 105+ messages in thread
From: Marek Vasut @ 2022-04-06  1:45 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Robert Foss

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 __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
> The variable __exitdata __cfi_jt_cleanup_module references
> a function __init cleanup_module().
> This is often seen when error handling in the exit function
> uses functionality in the init path.
> The fix is often to remove the __init annotation of
> cleanup_module() so it may be used outside an init section.
> 
> Introduced by commit
> 
>    8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")
> 
> The chipone_exit function should not be marked __init.

Thanks, fix is submitted.

Sigh.

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-04-06  1:45   ` Marek Vasut
  0 siblings, 0 replies; 105+ messages in thread
From: Marek Vasut @ 2022-04-06  1:45 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Robert Foss, Linux Kernel Mailing List, Linux Next Mailing List

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 __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
> The variable __exitdata __cfi_jt_cleanup_module references
> a function __init cleanup_module().
> This is often seen when error handling in the exit function
> uses functionality in the init path.
> The fix is often to remove the __init annotation of
> cleanup_module() so it may be used outside an init section.
> 
> Introduced by commit
> 
>    8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")
> 
> The chipone_exit function should not be marked __init.

Thanks, fix is submitted.

Sigh.

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-06  0:58 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-06  0:58 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Marek Vasut, Linux Next Mailing List, Linux Kernel Mailing List,
	Robert Foss

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

Hi all,

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 __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
The variable __exitdata __cfi_jt_cleanup_module references
a function __init cleanup_module().
This is often seen when error handling in the exit function
uses functionality in the init path.
The fix is often to remove the __init annotation of
cleanup_module() so it may be used outside an init section.

Introduced by commit

  8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")

The chipone_exit function should not be marked __init.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2022-04-06  0:58 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-04-06  0:58 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Marek Vasut, Robert Foss, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

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 __cfi_jt_cleanup_module to the function .init.text:cleanup_module()
The variable __exitdata __cfi_jt_cleanup_module references
a function __init cleanup_module().
This is often seen when error handling in the exit function
uses functionality in the init path.
The fix is often to remove the __init annotation of
cleanup_module() so it may be used outside an init section.

Introduced by commit

  8dde6f7452a1 ("drm: bridge: icn6211: Add I2C configuration support")

The chipone_exit function should not be marked __init.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-03-27 23:56         ` Stephen Rothwell
@ 2022-03-28 13:26           ` Andrey Grodzovsky
  -1 siblings, 0 replies; 105+ messages in thread
From: Andrey Grodzovsky @ 2022-03-28 13:26 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List


On 2022-03-27 19:56, Stephen Rothwell wrote:
> Hi Andrey,
>
> On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> wrote:
>> On 2022-03-01 20:31, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
>>>>>
>>>>> Introduced by commit
>>>>>
>>>>>     542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>>>> I am still seeing this warning.
>>> I am still seeing this warning.
>>>   
>> Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    drm/amdgpu: Fix htmldoc warning
> I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
> commit does not address the warning above.  I am still (as of Friday)
> getting that warning.


Got it, i was confused. Sent a patch to fix, please RB.

Andrey



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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-03-28 13:26           ` Andrey Grodzovsky
  0 siblings, 0 replies; 105+ messages in thread
From: Andrey Grodzovsky @ 2022-03-28 13:26 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, Linux Next Mailing List,
	Linux Kernel Mailing List, DRI


On 2022-03-27 19:56, Stephen Rothwell wrote:
> Hi Andrey,
>
> On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> wrote:
>> On 2022-03-01 20:31, Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>>>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
>>>>>
>>>>> Introduced by commit
>>>>>
>>>>>     542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>>>> I am still seeing this warning.
>>> I am still seeing this warning.
>>>   
>> Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    drm/amdgpu: Fix htmldoc warning
> I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
> commit does not address the warning above.  I am still (as of Friday)
> getting that warning.


Got it, i was confused. Sent a patch to fix, please RB.

Andrey



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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-03-02  3:26       ` Andrey Grodzovsky
@ 2022-03-27 23:56         ` Stephen Rothwell
  -1 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-27 23:56 UTC (permalink / raw)
  To: Andrey Grodzovsky
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi Andrey,

On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> wrote:
>
> On 2022-03-01 20:31, Stephen Rothwell wrote:
> > Hi all,
> >
> > On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:  
> >> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> >>>
> >>> Introduced by commit
> >>>
> >>>    542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")  
> >> I am still seeing this warning.  
> > I am still seeing this warning.
> >  
> Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    drm/amdgpu: Fix htmldoc warning

I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
commit does not address the warning above.  I am still (as of Friday)
getting that warning.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-03-27 23:56         ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-27 23:56 UTC (permalink / raw)
  To: Andrey Grodzovsky
  Cc: Daniel Vetter, Intel Graphics, Linux Next Mailing List,
	Linux Kernel Mailing List, DRI

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

Hi Andrey,

On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> wrote:
>
> On 2022-03-01 20:31, Stephen Rothwell wrote:
> > Hi all,
> >
> > On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:  
> >> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> >>>
> >>> Introduced by commit
> >>>
> >>>    542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")  
> >> I am still seeing this warning.  
> > I am still seeing this warning.
> >  
> Please check you have commit c7703ce38c1e Andrey Grodzovsky   3 weeks ago    drm/amdgpu: Fix htmldoc warning

I do have commit c7703ce38c1e (in fact it is in Linus' tree), but that
commit does not address the warning above.  I am still (as of Friday)
getting that warning.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-03-02  3:26       ` Andrey Grodzovsky
@ 2022-03-02  5:02         ` Stephen Rothwell
  -1 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-02  5:02 UTC (permalink / raw)
  To: Andrey Grodzovsky
  Cc: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI,
	Linux Kernel Mailing List, Linux Next Mailing List

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

Hi Andrey,

On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> 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 problems for some time and so has
not been included completely until today.

Thanks.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-03-02  5:02         ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-02  5:02 UTC (permalink / raw)
  To: Andrey Grodzovsky
  Cc: Stephen Rothwell, Daniel Vetter, Intel Graphics,
	Linux Kernel Mailing List, DRI, Linux Next Mailing List

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

Hi Andrey,

On Tue, 1 Mar 2022 22:26:12 -0500 Andrey Grodzovsky <andrey.grodzovsky@amd.com> 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 problems for some time and so has
not been included completely until today.

Thanks.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-03-02  1:31     ` Stephen Rothwell
@ 2022-03-02  3:26       ` Andrey Grodzovsky
  -1 siblings, 0 replies; 105+ messages in thread
From: Andrey Grodzovsky @ 2022-03-02  3:26 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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 <sfr@canb.auug.org.au> wrote:
>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
>>>
>>> Introduced by commit
>>>
>>>    542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>> I am still seeing this warning.
> I am still seeing this warning.
>

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-03-02  3:26       ` Andrey Grodzovsky
  0 siblings, 0 replies; 105+ messages in thread
From: Andrey Grodzovsky @ 2022-03-02  3:26 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

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 <sfr@canb.auug.org.au> wrote:
>> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
>>>
>>> Introduced by commit
>>>
>>>    542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")
>> I am still seeing this warning.
> I am still seeing this warning.
>

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-01-20  3:26   ` Stephen Rothwell
@ 2022-03-02  1:31     ` Stephen Rothwell
  -1 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-02  1:31 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Andrey Grodzovsky, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> > 
> > Introduced by commit
> > 
> >   542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")  
> 
> I am still seeing this warning.

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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-03-02  1:31     ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-03-02  1:31 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

On Thu, 20 Jan 2022 14:26:39 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> > 
> > Introduced by commit
> > 
> >   542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")  
> 
> I am still seeing this warning.

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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-01-20  3:18   ` Stephen Rothwell
@ 2022-01-21 10:42     ` Hans de Goede
  -1 siblings, 0 replies; 105+ messages in thread
From: Hans de Goede @ 2022-01-21 10:42 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

Hi Stepen,

On 1/20/22 04:18, Stephen Rothwell wrote:
> Hi all,
> 
> On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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 emphasis start-string without end-string.
>>
>> Introduced by commit
>>
>>   8a12b170558a ("drm/privacy-screen: Add notifier support (v2)")
> 
> I am still getting this warning.

Sorry I completely missed your original report on this between
all the other kernel related emails.

I'll prepare a fix for this coming Monday.

Regards,

Hans


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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-01-21 10:42     ` Hans de Goede
  0 siblings, 0 replies; 105+ messages in thread
From: Hans de Goede @ 2022-01-21 10:42 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

Hi Stepen,

On 1/20/22 04:18, Stephen Rothwell wrote:
> Hi all,
> 
> On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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 emphasis start-string without end-string.
>>
>> Introduced by commit
>>
>>   8a12b170558a ("drm/privacy-screen: Add notifier support (v2)")
> 
> I am still getting this warning.

Sorry I completely missed your original report on this between
all the other kernel related emails.

I'll prepare a fix for this coming Monday.

Regards,

Hans


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

* Re: linux-next: build warning after merge of the drm-misc tree
  2022-01-20  3:19   ` Stephen Rothwell
@ 2022-01-20  9:50     ` Jani Nikula
  -1 siblings, 0 replies; 105+ messages in thread
From: Jani Nikula @ 2022-01-20  9:50 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

On Thu, 20 Jan 2022, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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_acquire_ctx'
>> 
>> Introduced by commit
>> 
>>   cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")
>
> I am still getting this warning.

Sorry about that, patch on the list [1].

Thanks,
Jani.


[1] https://patchwork.freedesktop.org/patch/msgid/20220120094856.3004147-1-jani.nikula@intel.com

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-01-20  9:50     ` Jani Nikula
  0 siblings, 0 replies; 105+ messages in thread
From: Jani Nikula @ 2022-01-20  9:50 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

On Thu, 20 Jan 2022, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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_acquire_ctx'
>> 
>> Introduced by commit
>> 
>>   cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")
>
> I am still getting this warning.

Sorry about that, patch on the list [1].

Thanks,
Jani.


[1] https://patchwork.freedesktop.org/patch/msgid/20220120094856.3004147-1-jani.nikula@intel.com

-- 
Jani Nikula, Intel Open Source Graphics Center

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-11-17  2:49 ` Stephen Rothwell
@ 2022-01-20  3:26   ` Stephen Rothwell
  -1 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:26 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Andrey Grodzovsky, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> 
> Introduced by commit
> 
>   542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")

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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-01-20  3:26   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:26 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

On Wed, 17 Nov 2021 13:49:26 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> 
> Introduced by commit
> 
>   542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")

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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-10-15 10:01 Stephen Rothwell
@ 2022-01-20  3:19   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:19 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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_acquire_ctx'
> 
> Introduced by commit
> 
>   cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")

I am still getting this warning.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-01-20  3:19   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:19 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

On Fri, 15 Oct 2021 21:01:04 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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_acquire_ctx'
> 
> Introduced by commit
> 
>   cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")

I am still getting this warning.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-10-15  9:54 Stephen Rothwell
@ 2022-01-20  3:18   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:18 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Hans de Goede, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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 emphasis start-string without end-string.
> 
> Introduced by commit
> 
>   8a12b170558a ("drm/privacy-screen: Add notifier support (v2)")

I am still getting this warning.

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2022-01-20  3:18   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2022-01-20  3:18 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Hans de Goede, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

On Fri, 15 Oct 2021 20:54:22 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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 emphasis start-string without end-string.
> 
> Introduced by commit
> 
>   8a12b170558a ("drm/privacy-screen: Add notifier support (v2)")

I am still getting this warning.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-11-17  2:49 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-11-17  2:49 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Andrey Grodzovsky, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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'

Introduced by commit

  542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-11-17  2:49 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-11-17  2:49 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

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'

Introduced by commit

  542cff7893a3 ("drm/sched: Avoid lockdep spalt on killing a processes")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-10-05  7:59 Stephen Rothwell
@ 2021-11-01  9:17   ` Stephen Rothwell
  2021-11-01  9:17   ` Stephen Rothwell
  1 sibling, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-11-01  9:17 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi Stephen,

On Tue, 5 Oct 2021 18:59:40 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_out' not described in 'dma_buf'
> 
> Introduced by commit
> 
>   6b51b02a3a0a ("dma-buf: fix and rework dma_buf_poll v7")

This is back again as well :-(

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2021-11-01  9:17   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-11-01  9:17 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Christian König, Linux Kernel Mailing List

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

Hi Stephen,

On Tue, 5 Oct 2021 18:59:40 +1100 Stephen Rothwell <sfr@canb.auug.org.au> 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'
> include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_out' not described in 'dma_buf'
> 
> Introduced by commit
> 
>   6b51b02a3a0a ("dma-buf: fix and rework dma_buf_poll v7")

This is back again as well :-(

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-10-05  8:23 ` Christian König
@ 2021-10-21  1:27   ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-10-21  1:27 UTC (permalink / raw)
  To: Christian König
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

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

Hi all,

On Tue, 5 Oct 2021 10:23:23 +0200 Christian König <christian.koenig@amd.com> 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 'cb_in' not described in 'dma_buf'
> > include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_out' not described in 'dma_buf'
> >
> > Introduced by commit
> >
> >    6b51b02a3a0a ("dma-buf: fix and rework dma_buf_poll v7")
>
> Thanks for the notice, going to fix this.

I am still seeing these warnings.

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-10-15 10:01 Stephen Rothwell
  2022-01-20  3:19   ` Stephen Rothwell
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2021-10-15 10:01 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Jani Nikula, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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_acquire_ctx'

Introduced by commit

  cd06ab2fd48f ("drm/locking: add backtrace for locking contended locks without backoff")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-10-15  9:54 Stephen Rothwell
  2022-01-20  3:18   ` Stephen Rothwell
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2021-10-15  9:54 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Hans de Goede, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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 emphasis start-string without end-string.

Introduced by commit

  8a12b170558a ("drm/privacy-screen: Add notifier support (v2)")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-10-05  7:59 Stephen Rothwell
@ 2021-10-05  8:23 ` Christian König
  2021-10-21  1:27   ` Stephen Rothwell
  2021-11-01  9:17   ` Stephen Rothwell
  1 sibling, 1 reply; 105+ messages in thread
From: Christian König @ 2021-10-05  8:23 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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 'dma_buf'
> include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_out' not described in 'dma_buf'
>
> Introduced by commit
>
>    6b51b02a3a0a ("dma-buf: fix and rework dma_buf_poll v7")
>


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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-10-05  7:59 Stephen Rothwell
  2021-10-05  8:23 ` Christian König
  2021-11-01  9:17   ` Stephen Rothwell
  0 siblings, 2 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-10-05  7:59 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List

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

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'
include/linux/dma-buf.h:456: warning: Function parameter or member 'cb_out' not described in 'dma_buf'

Introduced by commit

  6b51b02a3a0a ("dma-buf: fix and rework dma_buf_poll v7")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2021-09-27  5:44 Stephen Rothwell
@ 2021-09-27 14:42   ` Doug Anderson
  0 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2021-09-27 14:42 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

Hi,

On Sun, Sep 26, 2021 at 10:44 PM Stephen Rothwell <sfr@canb.auug.org.au> 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_panel_id'
> include/drm/drm_edid.h:530: warning: Excess function parameter 'vend_chr_3' description in 'drm_edid_encode_panel_id'
>
>
> Introduced by commit
>
>   7d1be0a09fa6 ("drm/edid: Fix EDID quirk compile error on older compilers")

Thanks for the report! Fix posted.

https://lore.kernel.org/r/20210927074104.1.Ibf22f2a0b75287a5d636c0570c11498648bf61c6@changeid

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2021-09-27 14:42   ` Doug Anderson
  0 siblings, 0 replies; 105+ messages in thread
From: Doug Anderson @ 2021-09-27 14:42 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Kernel Mailing List,
	Linux Next Mailing List

Hi,

On Sun, Sep 26, 2021 at 10:44 PM Stephen Rothwell <sfr@canb.auug.org.au> 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_panel_id'
> include/drm/drm_edid.h:530: warning: Excess function parameter 'vend_chr_3' description in 'drm_edid_encode_panel_id'
>
>
> Introduced by commit
>
>   7d1be0a09fa6 ("drm/edid: Fix EDID quirk compile error on older compilers")

Thanks for the report! Fix posted.

https://lore.kernel.org/r/20210927074104.1.Ibf22f2a0b75287a5d636c0570c11498648bf61c6@changeid

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-09-27  5:44 Stephen Rothwell
  2021-09-27 14:42   ` Doug Anderson
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2021-09-27  5:44 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Douglas Anderson, Linux Kernel Mailing List, Linux Next Mailing List

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

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_panel_id'
include/drm/drm_edid.h:530: warning: Excess function parameter 'vend_chr_3' description in 'drm_edid_encode_panel_id'


Introduced by commit

  7d1be0a09fa6 ("drm/edid: Fix EDID quirk compile error on older compilers")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-02-08 12:39 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-02-08 12:39 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

include/drm/gpu_scheduler.h:304: warning: Function parameter or member '_score' not described in 'drm_gpu_scheduler'

Introduced by commit

  f2f12eb9c32b ("drm/scheduler: provide scheduler score externally")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2021-02-08 12:39 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2021-02-08 12:39 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Christian König, Linux Kernel Mailing List


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

Hi all,

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

include/drm/gpu_scheduler.h:304: warning: Function parameter or member '_score' not described in 'drm_gpu_scheduler'

Introduced by commit

  f2f12eb9c32b ("drm/scheduler: provide scheduler score externally")

-- 
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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2020-12-09 10:02 ` Stephen Rothwell
@ 2020-12-09 16:10   ` Luben Tuikov
  -1 siblings, 0 replies; 105+ messages in thread
From: Luben Tuikov @ 2020-12-09 16:10 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Linux Kernel Mailing List, Linux Next Mailing List

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
> 
>   8935ff00e3b1 ("drm/scheduler: "node" --> "list"")
> 

Thanks for the notification.

I'll send out a patch to fix this.

Regards,
Luben

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2020-12-09 16:10   ` Luben Tuikov
  0 siblings, 0 replies; 105+ messages in thread
From: Luben Tuikov @ 2020-12-09 16:10 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Christian König, Linux Kernel Mailing List

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
> 
>   8935ff00e3b1 ("drm/scheduler: "node" --> "list"")
> 

Thanks for the notification.

I'll send out a patch to fix this.

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-12-09 10:02 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-12-09 10:02 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Christian König, Luben Tuikov, Linux Kernel Mailing List,
	Linux Next Mailing List

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

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

  8935ff00e3b1 ("drm/scheduler: "node" --> "list"")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-12-09 10:02 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-12-09 10:02 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Luben Tuikov, Christian König,
	Linux Kernel Mailing List


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

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

  8935ff00e3b1 ("drm/scheduler: "node" --> "list"")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-18  5:23 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-18  5:23 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

Documentation/gpu/todo.rst:302: WARNING: Unexpected indentation.
Documentation/gpu/todo.rst:303: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

  39aead8373b3 ("fbcon: Disable accelerated scrolling")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-18  5:23 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-18  5:23 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List


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

Hi all,

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

Documentation/gpu/todo.rst:302: WARNING: Unexpected indentation.
Documentation/gpu/todo.rst:303: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

  39aead8373b3 ("fbcon: Disable accelerated scrolling")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-10  2:29 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-10  2:29 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Thomas Zimmermann, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from include/linux/kernel.h:14,
                 from include/asm-generic/bug.h:20,
                 from arch/arm/include/asm/bug.h:60,
                 from include/linux/bug.h:5,
                 from include/linux/io.h:11,
                 from include/linux/dma-buf-map.h:9,
                 from include/linux/dma-buf.h:16,
                 from drivers/gpu/drm/drm_fb_helper.c:33:
drivers/gpu/drm/drm_fb_helper.c: In function 'fb_read_screen_base':
include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast
   18 |  (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
      |                            ^~
include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck'
   32 |   (__typecheck(x, y) && __no_side_effects(x, y))
      |    ^~~~~~~~~~~
include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp'
   42 |  __builtin_choose_expr(__safe_cmp(x, y), \
      |                        ^~~~~~~~~~
include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp'
   51 | #define min(x, y) __careful_cmp(x, y, <)
      |                   ^~~~~~~~~~~~~
drivers/gpu/drm/drm_fb_helper.c:2041:22: note: in expansion of macro 'min'
 2041 |  size_t alloc_size = min(count, PAGE_SIZE);
      |                      ^~~
drivers/gpu/drm/drm_fb_helper.c: In function 'fb_write_screen_base':
include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast
   18 |  (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
      |                            ^~
include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck'
   32 |   (__typecheck(x, y) && __no_side_effects(x, y))
      |    ^~~~~~~~~~~
include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp'
   42 |  __builtin_choose_expr(__safe_cmp(x, y), \
      |                        ^~~~~~~~~~
include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp'
   51 | #define min(x, y) __careful_cmp(x, y, <)
      |                   ^~~~~~~~~~~~~
drivers/gpu/drm/drm_fb_helper.c:2115:22: note: in expansion of macro 'min'
 2115 |  size_t alloc_size = min(count, PAGE_SIZE);
      |                      ^~~

Introduced by commit

  222ec45f4c69 ("drm/fb_helper: Support framebuffers in I/O memory")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-10  2:29 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-10  2:29 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Thomas Zimmermann


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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from include/linux/kernel.h:14,
                 from include/asm-generic/bug.h:20,
                 from arch/arm/include/asm/bug.h:60,
                 from include/linux/bug.h:5,
                 from include/linux/io.h:11,
                 from include/linux/dma-buf-map.h:9,
                 from include/linux/dma-buf.h:16,
                 from drivers/gpu/drm/drm_fb_helper.c:33:
drivers/gpu/drm/drm_fb_helper.c: In function 'fb_read_screen_base':
include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast
   18 |  (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
      |                            ^~
include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck'
   32 |   (__typecheck(x, y) && __no_side_effects(x, y))
      |    ^~~~~~~~~~~
include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp'
   42 |  __builtin_choose_expr(__safe_cmp(x, y), \
      |                        ^~~~~~~~~~
include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp'
   51 | #define min(x, y) __careful_cmp(x, y, <)
      |                   ^~~~~~~~~~~~~
drivers/gpu/drm/drm_fb_helper.c:2041:22: note: in expansion of macro 'min'
 2041 |  size_t alloc_size = min(count, PAGE_SIZE);
      |                      ^~~
drivers/gpu/drm/drm_fb_helper.c: In function 'fb_write_screen_base':
include/linux/minmax.h:18:28: warning: comparison of distinct pointer types lacks a cast
   18 |  (!!(sizeof((typeof(x) *)1 == (typeof(y) *)1)))
      |                            ^~
include/linux/minmax.h:32:4: note: in expansion of macro '__typecheck'
   32 |   (__typecheck(x, y) && __no_side_effects(x, y))
      |    ^~~~~~~~~~~
include/linux/minmax.h:42:24: note: in expansion of macro '__safe_cmp'
   42 |  __builtin_choose_expr(__safe_cmp(x, y), \
      |                        ^~~~~~~~~~
include/linux/minmax.h:51:19: note: in expansion of macro '__careful_cmp'
   51 | #define min(x, y) __careful_cmp(x, y, <)
      |                   ^~~~~~~~~~~~~
drivers/gpu/drm/drm_fb_helper.c:2115:22: note: in expansion of macro 'min'
 2115 |  size_t alloc_size = min(count, PAGE_SIZE);
      |                      ^~~

Introduced by commit

  222ec45f4c69 ("drm/fb_helper: Support framebuffers in I/O memory")

-- 
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] 105+ messages in thread

* Re: linux-next: build warning after merge of the drm-misc tree
  2020-11-02  1:46 ` Stephen Rothwell
@ 2020-11-02  8:05   ` Boris Brezillon
  -1 siblings, 0 replies; 105+ messages in thread
From: Boris Brezillon @ 2020-11-02  8:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Steven Price,
	Linux Kernel Mailing List, Linux Next Mailing List

Hi Stephen,

On Mon, 2 Nov 2020 12:46:37 +1100
Stephen Rothwell <sfr@canb.auug.org.au> 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/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
>   617 |  struct panfrost_job_slot *js = pfdev->js;
>       |                            ^~
> 
> Introduced by commit
> 
>   a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
> 

Thanks for this report. I posted a patch [1] to fix that yesterday, and
I plan to apply it soon.

Regards,

Boris

[1]https://patchwork.kernel.org/project/dri-devel/patch/20201101173817.831769-1-boris.brezillon@collabora.com/

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2020-11-02  8:05   ` Boris Brezillon
  0 siblings, 0 replies; 105+ messages in thread
From: Boris Brezillon @ 2020-11-02  8:05 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, Linux Kernel Mailing List, DRI,
	Steven Price, Linux Next Mailing List

Hi Stephen,

On Mon, 2 Nov 2020 12:46:37 +1100
Stephen Rothwell <sfr@canb.auug.org.au> 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/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
>   617 |  struct panfrost_job_slot *js = pfdev->js;
>       |                            ^~
> 
> Introduced by commit
> 
>   a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")
> 

Thanks for this report. I posted a patch [1] to fix that yesterday, and
I plan to apply it soon.

Regards,

Boris

[1]https://patchwork.kernel.org/project/dri-devel/patch/20201101173817.831769-1-boris.brezillon@collabora.com/
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-02  1:46 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-02  1:46 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Boris Brezillon, Steven Price, Linux Kernel Mailing List,
	Linux Next Mailing List

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

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/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
  617 |  struct panfrost_job_slot *js = pfdev->js;
      |                            ^~

Introduced by commit

  a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-11-02  1:46 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-11-02  1:46 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Boris Brezillon,
	Linux Kernel Mailing List, Steven Price


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

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/panfrost/panfrost_job.c:617:28: warning: unused variable 'js' [-Wunused-variable]
  617 |  struct panfrost_job_slot *js = pfdev->js;
      |                            ^~

Introduced by commit

  a17d609e3e21 ("drm/panfrost: Don't corrupt the queue mutex on open/close")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2020-09-08  4:15 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-09-08  4:15 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linus Walleij, Linux Next Mailing List, Linux Kernel Mailing List

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

Hi all,

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

WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-samsung-s6e63m0.o

Introduced by commit

  b7b23e447687 ("drm/panel: s6e63m0: Break out SPI transport")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-09-08  4:15 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-09-08  4:15 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List


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

Hi all,

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

WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-samsung-s6e63m0.o

Introduced by commit

  b7b23e447687 ("drm/panel: s6e63m0: Break out SPI transport")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2020-05-07  3:04 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-05-07  3:04 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Harigovindan P, Sam Ravnborg

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

Hi all,

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

WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
see include/linux/module.h for more information

Introduced by commit

  c7f66d32dd43 ("drm/panel: add support for rm69299 visionox panel")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2020-05-07  3:04 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2020-05-07  3:04 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Sam Ravnborg, Linux Kernel Mailing List,
	Harigovindan P


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

Hi all,

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

WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
see include/linux/module.h for more information

Introduced by commit

  c7f66d32dd43 ("drm/panel: add support for rm69299 visionox panel")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2019-10-10 23:45 Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2019-10-10 23:45 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Lyude Paul

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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_atomic_get_mst_topology_state':
drivers/gpu/drm/drm_dp_mst_topology.c:4187:21: warning: unused variable 'dev' [-Wunused-variable]
 4187 |  struct drm_device *dev = mgr->dev;
      |                     ^~~

Introduced by commit

  83fa9842afe7 ("drm/dp-mst: Drop connection_mutex check")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2019-08-16  9:47     ` Laurent Pinchart
@ 2019-08-16 12:24       ` Laurent Pinchart
  0 siblings, 0 replies; 105+ messages in thread
From: Laurent Pinchart @ 2019-08-16 12:24 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Sam Ravnborg, Stephen Rothwell, Intel Graphics, DRI,
	Linux Next Mailing List, Linux Kernel Mailing List

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 <sam@ravnborg.org> 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-nl8048hl11.ko
> > > >   drivers/gpu/drm/panel/panel-nec-nl8048hl11.ko
> > > > warning: same module names found:
> > > >   drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.ko
> > > >   drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.ko
> > > > warning: same module names found:
> > > >   drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.ko
> > > >   drivers/gpu/drm/panel/panel-sony-acx565akm.ko
> > > > warning: same module names found:
> > > >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.ko
> > > >   drivers/gpu/drm/panel/panel-tpo-td028ttec1.ko
> > > > warning: same module names found:
> > > >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.ko
> > > >   drivers/gpu/drm/panel/panel-tpo-td043mtea1.ko
> > > >
> > > > Introduced by commits
> > > >
> > > >   df439abe6501 ("drm/panel: Add driver for the NEC NL8048HL11 panel")
> > > >   c9cf4c2a3bd3 ("drm/panel: Add driver for the Sharp LS037V7DW01 panel")
> > > >   1c8fc3f0c5d2 ("drm/panel: Add driver for the Sony ACX565AKM panel")
> > > >   415b8dd08711 ("drm/panel: Add driver for the Toppoly TD028TTEC1 panel")
> > > >   dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel")
> > >
> > > Ups, had not seen this one coming.
> > > We are in the process of removing the drivers in drivers/video/fbdev/omap2/omapfb/
> > > and decided to introduce the new drivers early to get them out of a
> > > longer patch series.
> 
> Oops :-(
> 
> The new drivers were initially part of a patch series that removed the
> duplicated drivers. The new drivers then got fast-tracked, and I didn't
> notice this issue.
> 
> > Should we have a config dependency to not allow the old fbdev omap
> > when the drm omap driver is enabled? I think that would take care of
> > all this.
> > 
> > Or too annoying for development?
> > 
> > Also note that fbdev is in drm-misc now, so we should be able to fix
> > this all without cross-tree conflicts.
> 
> Note that drivers/video/fbdev/omap2/omapfb/ will stay, it's
> drivers/gpu/drm/omapdrm/displays/ that is being removed. FB_OMAP2
> already depends on DRM_OMAP = n, I propose doing something similar at
> the level of the individual display drivers.

I've just posted "[PATCH 0/2] Fix module name clash with omapdrm and DRM
panel modules" that should solve this issue.

-- 
Regards,

Laurent Pinchart

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2019-08-16  6:23   ` Daniel Vetter
@ 2019-08-16  9:47     ` Laurent Pinchart
  2019-08-16 12:24       ` Laurent Pinchart
  0 siblings, 1 reply; 105+ messages in thread
From: Laurent Pinchart @ 2019-08-16  9:47 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Sam Ravnborg, Stephen Rothwell, Intel Graphics, DRI,
	Linux Next Mailing List, Linux Kernel Mailing List

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 <sam@ravnborg.org> 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-nl8048hl11.ko
> > >   drivers/gpu/drm/panel/panel-nec-nl8048hl11.ko
> > > warning: same module names found:
> > >   drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.ko
> > >   drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.ko
> > > warning: same module names found:
> > >   drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.ko
> > >   drivers/gpu/drm/panel/panel-sony-acx565akm.ko
> > > warning: same module names found:
> > >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.ko
> > >   drivers/gpu/drm/panel/panel-tpo-td028ttec1.ko
> > > warning: same module names found:
> > >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.ko
> > >   drivers/gpu/drm/panel/panel-tpo-td043mtea1.ko
> > >
> > > Introduced by commits
> > >
> > >   df439abe6501 ("drm/panel: Add driver for the NEC NL8048HL11 panel")
> > >   c9cf4c2a3bd3 ("drm/panel: Add driver for the Sharp LS037V7DW01 panel")
> > >   1c8fc3f0c5d2 ("drm/panel: Add driver for the Sony ACX565AKM panel")
> > >   415b8dd08711 ("drm/panel: Add driver for the Toppoly TD028TTEC1 panel")
> > >   dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel")
> >
> > Ups, had not seen this one coming.
> > We are in the process of removing the drivers in drivers/video/fbdev/omap2/omapfb/
> > and decided to introduce the new drivers early to get them out of a
> > longer patch series.

Oops :-(

The new drivers were initially part of a patch series that removed the
duplicated drivers. The new drivers then got fast-tracked, and I didn't
notice this issue.

> Should we have a config dependency to not allow the old fbdev omap
> when the drm omap driver is enabled? I think that would take care of
> all this.
> 
> Or too annoying for development?
> 
> Also note that fbdev is in drm-misc now, so we should be able to fix
> this all without cross-tree conflicts.

Note that drivers/video/fbdev/omap2/omapfb/ will stay, it's
drivers/gpu/drm/omapdrm/displays/ that is being removed. FB_OMAP2
already depends on DRM_OMAP = n, I propose doing something similar at
the level of the individual display drivers.

-- 
Regards,

Laurent Pinchart

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2019-08-16  4:48 ` Sam Ravnborg
@ 2019-08-16  6:23   ` Daniel Vetter
  2019-08-16  9:47     ` Laurent Pinchart
  0 siblings, 1 reply; 105+ messages in thread
From: Daniel Vetter @ 2019-08-16  6:23 UTC (permalink / raw)
  To: Sam Ravnborg
  Cc: Stephen Rothwell, Intel Graphics, DRI, Linux Next Mailing List,
	Linux Kernel Mailing List, Laurent Pinchart

On Fri, Aug 16, 2019 at 6:48 AM Sam Ravnborg <sam@ravnborg.org> 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 names found:
> >   drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.ko
> >   drivers/gpu/drm/panel/panel-nec-nl8048hl11.ko
> > warning: same module names found:
> >   drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.ko
> >   drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.ko
> > warning: same module names found:
> >   drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.ko
> >   drivers/gpu/drm/panel/panel-sony-acx565akm.ko
> > warning: same module names found:
> >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.ko
> >   drivers/gpu/drm/panel/panel-tpo-td028ttec1.ko
> > warning: same module names found:
> >   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.ko
> >   drivers/gpu/drm/panel/panel-tpo-td043mtea1.ko
> >
> > Introduced by commits
> >
> >   df439abe6501 ("drm/panel: Add driver for the NEC NL8048HL11 panel")
> >   c9cf4c2a3bd3 ("drm/panel: Add driver for the Sharp LS037V7DW01 panel")
> >   1c8fc3f0c5d2 ("drm/panel: Add driver for the Sony ACX565AKM panel")
> >   415b8dd08711 ("drm/panel: Add driver for the Toppoly TD028TTEC1 panel")
> >   dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel")
>
> Ups, had not seen this one coming.
> We are in the process of removing the drivers in drivers/video/fbdev/omap2/omapfb/
> and decided to introduce the new drivers early to get them out of a
> longer patch series.

Should we have a config dependency to not allow the old fbdev omap
when the drm omap driver is enabled? I think that would take care of
all this.

Or too annoying for development?

Also note that fbdev is in drm-misc now, so we should be able to fix
this all without cross-tree conflicts.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2019-08-16  3:31 Stephen Rothwell
@ 2019-08-16  4:48 ` Sam Ravnborg
  2019-08-16  6:23   ` Daniel Vetter
  0 siblings, 1 reply; 105+ messages in thread
From: Sam Ravnborg @ 2019-08-16  4:48 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Next Mailing List,
	Linux Kernel Mailing List, Laurent Pinchart

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-nl8048hl11.ko
>   drivers/gpu/drm/panel/panel-nec-nl8048hl11.ko
> warning: same module names found:
>   drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.ko
>   drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.ko
> warning: same module names found:
>   drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.ko
>   drivers/gpu/drm/panel/panel-sony-acx565akm.ko
> warning: same module names found:
>   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.ko
>   drivers/gpu/drm/panel/panel-tpo-td028ttec1.ko
> warning: same module names found:
>   drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.ko
>   drivers/gpu/drm/panel/panel-tpo-td043mtea1.ko
> 
> Introduced by commits
> 
>   df439abe6501 ("drm/panel: Add driver for the NEC NL8048HL11 panel")
>   c9cf4c2a3bd3 ("drm/panel: Add driver for the Sharp LS037V7DW01 panel")
>   1c8fc3f0c5d2 ("drm/panel: Add driver for the Sony ACX565AKM panel")
>   415b8dd08711 ("drm/panel: Add driver for the Toppoly TD028TTEC1 panel")
>   dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel")

Ups, had not seen this one coming.
We are in the process of removing the drivers in drivers/video/fbdev/omap2/omapfb/
and decided to introduce the new drivers early to get them out of a
longer patch series.

	Sam

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

* linux-next: build warning after merge of the drm-misc tree
@ 2019-08-16  3:31 Stephen Rothwell
  2019-08-16  4:48 ` Sam Ravnborg
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2019-08-16  3:31 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Laurent Pinchart, Sam Ravnborg

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

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-nl8048hl11.ko
  drivers/gpu/drm/panel/panel-nec-nl8048hl11.ko
warning: same module names found:
  drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.ko
  drivers/gpu/drm/panel/panel-sharp-ls037v7dw01.ko
warning: same module names found:
  drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.ko
  drivers/gpu/drm/panel/panel-sony-acx565akm.ko
warning: same module names found:
  drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.ko
  drivers/gpu/drm/panel/panel-tpo-td028ttec1.ko
warning: same module names found:
  drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.ko
  drivers/gpu/drm/panel/panel-tpo-td043mtea1.ko

Introduced by commits

  df439abe6501 ("drm/panel: Add driver for the NEC NL8048HL11 panel")
  c9cf4c2a3bd3 ("drm/panel: Add driver for the Sharp LS037V7DW01 panel")
  1c8fc3f0c5d2 ("drm/panel: Add driver for the Sony ACX565AKM panel")
  415b8dd08711 ("drm/panel: Add driver for the Toppoly TD028TTEC1 panel")
  dc2e1e5b2799 ("drm/panel: Add driver for the Toppoly TD043MTEA1 panel")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2019-02-08  1:32 Stephen Rothwell
@ 2019-02-08  9:29 ` Maxime Ripard
  0 siblings, 0 replies; 105+ messages in thread
From: Maxime Ripard @ 2019-02-08  9:29 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Daniel Vetter, Intel Graphics, DRI, Linux Next Mailing List,
	Linux Kernel Mailing List

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

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/sun4i/sun6i_mipi_dsi.c:1053:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
>   return ret;
>          ^~~
> 
> Introduced by commit
> 
>   bb3b6fcb6849 ("sun6i: dsi: Convert to generic phy handling")

I just pushed a fix for this, thanks!
Maxime


-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* linux-next: build warning after merge of the drm-misc tree
@ 2019-02-08  1:32 Stephen Rothwell
  2019-02-08  9:29 ` Maxime Ripard
  0 siblings, 1 reply; 105+ messages in thread
From: Stephen Rothwell @ 2019-02-08  1:32 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Maxime Ripard

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

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/sun4i/sun6i_mipi_dsi.c:1053:9: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return ret;
         ^~~

Introduced by commit

  bb3b6fcb6849 ("sun6i: dsi: Convert to generic phy handling")

-- 
Cheers,
Stephen Rothwell

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

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

* linux-next: build warning after merge of the drm-misc tree
@ 2019-01-07 23:58 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2019-01-07 23:58 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List,
	Christian König, Chunming Zhou

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/msm/msm_gem.c: In function 'describe_fence':
drivers/gpu/drm/msm/msm_gem.c:761:36: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'u64' {aka 'long long unsigned int'} [-Wformat=]
   seq_printf(m, "\t%9s: %s %s seq %u\n", type,
                                   ~^
                                   %llu
drivers/gpu/drm/msm/msm_gem.c:764:5:
     fence->seqno);
     ~~~~~~~~~~~~

Introduced by commit

  b312d8ca3a7c ("dma-buf: make fence sequence numbers 64 bit v2")

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2019-01-07 23:58 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2019-01-07 23:58 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Christian König

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/msm/msm_gem.c: In function 'describe_fence':
drivers/gpu/drm/msm/msm_gem.c:761:36: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'u64' {aka 'long long unsigned int'} [-Wformat=]
   seq_printf(m, "\t%9s: %s %s seq %u\n", type,
                                   ~^
                                   %llu
drivers/gpu/drm/msm/msm_gem.c:764:5:
     fence->seqno);
     ~~~~~~~~~~~~

Introduced by commit

  b312d8ca3a7c ("dma-buf: make fence sequence numbers 64 bit v2")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2018-07-12  1:51 Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2018-07-12  1:51 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List,
	Jernej Skrabec, Maxime Ripard, Chen-Yu Tsai

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

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/sun4i/sun8i_tcon_top.c: In function 'sun8i_tcon_top_register_gate':
drivers/gpu/drm/sun4i/sun8i_tcon_top.c:102:10: warning: return makes pointer from integer without a cast [-Wint-conversion]
   return index;
          ^~~~~

Introduced by commit

  af11942ee44e ("drm/sun4i: tcon-top: Cleanup clock handling")

-- 
Cheers,
Stephen Rothwell

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

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

* Re: linux-next: build warning after merge of the drm-misc tree
  2017-04-05  0:41 ` Stephen Rothwell
@ 2017-04-05  7:26   ` Neil Armstrong
  -1 siblings, 0 replies; 105+ messages in thread
From: Neil Armstrong @ 2017-04-05  7:26 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List

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-function]
>  static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
>              ^
> 
> Introduced by commit
> 
>   def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")
> 

Hi,

I'm preparing a fix for that, sorry for the noise.

Thanks,
Neil

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

* Re: linux-next: build warning after merge of the drm-misc tree
@ 2017-04-05  7:26   ` Neil Armstrong
  0 siblings, 0 replies; 105+ messages in thread
From: Neil Armstrong @ 2017-04-05  7:26 UTC (permalink / raw)
  To: Stephen Rothwell, Daniel Vetter, Intel Graphics, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List

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-function]
>  static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
>              ^
> 
> Introduced by commit
> 
>   def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")
> 

Hi,

I'm preparing a fix for that, sorry for the noise.

Thanks,
Neil
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* linux-next: build warning after merge of the drm-misc tree
@ 2017-04-05  0:41 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2017-04-05  0:41 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Neil Armstrong

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-function]
 static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
             ^

Introduced by commit

  def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2017-04-05  0:41 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2017-04-05  0:41 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Neil Armstrong

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-function]
 static bool hdmi_bus_fmt_is_yuv420(unsigned int bus_format)
             ^

Introduced by commit

  def23aa7e982 ("drm: bridge: dw-hdmi: Switch to V4L bus format and encodings")

-- 
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] 105+ messages in thread

* linux-next: build warning after merge of the drm-misc tree
@ 2017-03-10  0:03 Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2017-03-10  0:03 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: linux-next, linux-kernel, Gustavo Padovan

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from drivers/gpu/drm/drm_pci.c:29:0:
include/drm/drm_pci.h:76:64: warning: 'struct platform_device' declared inside parameter list
 extern int drm_platform_init(struct drm_driver *driver, struct platform_device *platform_device);
                                                                ^
include/drm/drm_pci.h:76:64: warning: its scope is only this definition or declaration, which is probably not what you want

Introduced by commit

  23ef59ef6dcc ("drm: Extract drm_pci.h")

A forgotten include file (or maybe just a forward declaration of the struct).

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2016-11-22  1:45 Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2016-11-22  1:45 UTC (permalink / raw)
  To: Daniel Vetter, Intel Graphics, DRI
  Cc: linux-next, linux-kernel, Bjorn Helgaas

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

In file included from include/linux/pci.h:30:0,
                 from drivers/gpu/vga/vgaarb.c:40:
drivers/gpu/vga/vgaarb.c: In function 'vga_arb_device_init':
include/linux/device.h:1214:36: warning: 'dev' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define dev_info(dev, fmt, arg...) _dev_info(dev, fmt, ##arg)
                                    ^
drivers/gpu/vga/vgaarb.c:1410:17: note: 'dev' was declared here
  struct device *dev;
                 ^

Introduced by commit

  a75d68f62106 ("vgaarb: Use dev_printk() when possible")

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2016-06-03  1:09 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2016-06-03  1:09 UTC (permalink / raw)
  To: Daniel Vetter, intel-gfx, dri-devel
  Cc: linux-next, linux-kernel, Christian König, Gustavo Padovan,
	Sumit Semwal

Hi all,

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

drivers/dma-buf/sync_file.c: In function 'sync_file_create':
drivers/dma-buf/sync_file.c:85:53: warning: format '%d' expects argument of type 'int', but argument 6 has type 'u64 {aka long long unsigned int}' [-Wformat=]
  snprintf(sync_file->name, sizeof(sync_file->name), "%s-%s%d-%d",
                                                     ^

Introduced by commit

  76bf0db55439 ("dma-buf/fence: make fence context 64 bit v2")

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2016-06-03  1:09 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2016-06-03  1:09 UTC (permalink / raw)
  To: Daniel Vetter, intel-gfx, dri-devel
  Cc: linux-next, linux-kernel, Christian König, Gustavo Padovan,
	Sumit Semwal

Hi all,

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

drivers/dma-buf/sync_file.c: In function 'sync_file_create':
drivers/dma-buf/sync_file.c:85:53: warning: format '%d' expects argument of type 'int', but argument 6 has type 'u64 {aka long long unsigned int}' [-Wformat=]
  snprintf(sync_file->name, sizeof(sync_file->name), "%s-%s%d-%d",
                                                     ^

Introduced by commit

  76bf0db55439 ("dma-buf/fence: make fence context 64 bit v2")

-- 
Cheers,
Stephen Rothwell

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

* linux-next: build warning after merge of the drm-misc tree
@ 2015-09-23  3:20 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2015-09-23  3:20 UTC (permalink / raw)
  To: Daniel Vetter, intel-gfx, dri-devel
  Cc: linux-next, linux-kernel, Maarten Lankhorst, David Herrmann

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/drm_crtc.c: In function 'drm_fb_release':
drivers/gpu/drm/drm_crtc.c:3494:21: warning: unused variable 'dev' [-Wunused-variable]
  struct drm_device *dev = priv->minor->dev;
                     ^

Introduced by commit

  3d2e74c94432 ("drm/core: Preserve the fb id on close.")

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

* linux-next: build warning after merge of the drm-misc tree
@ 2015-09-23  3:20 ` Stephen Rothwell
  0 siblings, 0 replies; 105+ messages in thread
From: Stephen Rothwell @ 2015-09-23  3:20 UTC (permalink / raw)
  To: Daniel Vetter, intel-gfx, dri-devel
  Cc: linux-next, linux-kernel, Maarten Lankhorst, David Herrmann

Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) produced this warning:

drivers/gpu/drm/drm_crtc.c: In function 'drm_fb_release':
drivers/gpu/drm/drm_crtc.c:3494:21: warning: unused variable 'dev' [-Wunused-variable]
  struct drm_device *dev = priv->minor->dev;
                     ^

Introduced by commit

  3d2e74c94432 ("drm/core: Preserve the fb id on close.")

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

end of thread, other threads:[~2024-04-12  7:01 UTC | newest]

Thread overview: 105+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  6:24 linux-next: build warning after merge of the drm-misc tree Stephen Rothwell
2022-04-20  6:24 ` Stephen Rothwell
2022-04-20  6:24 ` [Intel-gfx] " Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2024-04-12  6:58 Stephen Rothwell
2024-04-12  7:01 ` Stephen Rothwell
2024-03-26  5:01 Stephen Rothwell
2023-10-05  3:56 Stephen Rothwell
2023-10-05  3:56 ` Stephen Rothwell
2023-09-26  5:07 Stephen Rothwell
2023-09-26  5:07 ` Stephen Rothwell
2023-09-26 10:56 ` Danilo Krummrich
2023-08-07  1:28 Stephen Rothwell
2023-08-07  1:28 ` Stephen Rothwell
2023-08-02  4:21 Stephen Rothwell
2023-08-02  4:21 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2023-08-02  4:17 Stephen Rothwell
2023-08-02  4:17 ` Stephen Rothwell
2023-08-02 14:49 ` Doug Anderson
2023-08-02 14:49   ` Doug Anderson
2022-11-07  3:38 Stephen Rothwell
2022-11-07  3:38 ` Stephen Rothwell
2022-04-06  5:50 Stephen Rothwell
2022-04-06  5:50 ` Stephen Rothwell
2022-04-13  0:04 ` Stephen Rothwell
2022-04-13  0:04   ` Stephen Rothwell
2022-04-13  8:23   ` Daniel Vetter
2022-04-13  8:23     ` Daniel Vetter
2022-04-13  8:24     ` Christian König
2022-04-06  0:58 Stephen Rothwell
2022-04-06  0:58 ` Stephen Rothwell
2022-04-06  1:45 ` Marek Vasut
2022-04-06  1:45   ` Marek Vasut
2021-11-17  2:49 Stephen Rothwell
2021-11-17  2:49 ` Stephen Rothwell
2022-01-20  3:26 ` Stephen Rothwell
2022-01-20  3:26   ` Stephen Rothwell
2022-03-02  1:31   ` Stephen Rothwell
2022-03-02  1:31     ` Stephen Rothwell
2022-03-02  3:26     ` Andrey Grodzovsky
2022-03-02  3:26       ` Andrey Grodzovsky
2022-03-02  5:02       ` Stephen Rothwell
2022-03-02  5:02         ` Stephen Rothwell
2022-03-27 23:56       ` Stephen Rothwell
2022-03-27 23:56         ` Stephen Rothwell
2022-03-28 13:26         ` Andrey Grodzovsky
2022-03-28 13:26           ` Andrey Grodzovsky
2021-10-15 10:01 Stephen Rothwell
2022-01-20  3:19 ` Stephen Rothwell
2022-01-20  3:19   ` Stephen Rothwell
2022-01-20  9:50   ` Jani Nikula
2022-01-20  9:50     ` Jani Nikula
2021-10-15  9:54 Stephen Rothwell
2022-01-20  3:18 ` Stephen Rothwell
2022-01-20  3:18   ` Stephen Rothwell
2022-01-21 10:42   ` Hans de Goede
2022-01-21 10:42     ` Hans de Goede
2021-10-05  7:59 Stephen Rothwell
2021-10-05  8:23 ` Christian König
2021-10-21  1:27   ` Stephen Rothwell
2021-11-01  9:17 ` Stephen Rothwell
2021-11-01  9:17   ` Stephen Rothwell
2021-09-27  5:44 Stephen Rothwell
2021-09-27 14:42 ` Doug Anderson
2021-09-27 14:42   ` Doug Anderson
2021-02-08 12:39 Stephen Rothwell
2021-02-08 12:39 ` Stephen Rothwell
2020-12-09 10:02 Stephen Rothwell
2020-12-09 10:02 ` Stephen Rothwell
2020-12-09 16:10 ` Luben Tuikov
2020-12-09 16:10   ` Luben Tuikov
2020-11-18  5:23 Stephen Rothwell
2020-11-18  5:23 ` Stephen Rothwell
2020-11-10  2:29 Stephen Rothwell
2020-11-10  2:29 ` Stephen Rothwell
2020-11-02  1:46 Stephen Rothwell
2020-11-02  1:46 ` Stephen Rothwell
2020-11-02  8:05 ` Boris Brezillon
2020-11-02  8:05   ` Boris Brezillon
2020-09-08  4:15 Stephen Rothwell
2020-09-08  4:15 ` Stephen Rothwell
2020-05-07  3:04 Stephen Rothwell
2020-05-07  3:04 ` Stephen Rothwell
2019-10-10 23:45 Stephen Rothwell
2019-08-16  3:31 Stephen Rothwell
2019-08-16  4:48 ` Sam Ravnborg
2019-08-16  6:23   ` Daniel Vetter
2019-08-16  9:47     ` Laurent Pinchart
2019-08-16 12:24       ` Laurent Pinchart
2019-02-08  1:32 Stephen Rothwell
2019-02-08  9:29 ` Maxime Ripard
2019-01-07 23:58 Stephen Rothwell
2019-01-07 23:58 ` Stephen Rothwell
2018-07-12  1:51 Stephen Rothwell
2017-04-05  0:41 Stephen Rothwell
2017-04-05  0:41 ` Stephen Rothwell
2017-04-05  7:26 ` Neil Armstrong
2017-04-05  7:26   ` Neil Armstrong
2017-03-10  0:03 Stephen Rothwell
2016-11-22  1:45 Stephen Rothwell
2016-06-03  1:09 Stephen Rothwell
2016-06-03  1:09 ` Stephen Rothwell
2015-09-23  3:20 Stephen Rothwell
2015-09-23  3:20 ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.