dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the drm tree
@ 2017-12-04  0:30 Stephen Rothwell
  2017-12-04  0:57 ` Dave Airlie
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2017-12-04  0:30 UTC (permalink / raw)
  To: Dave Airlie, DRI; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List

Hi all,

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

drivers/gpu/drm/i915/gvt/cmd_parser.c: In function 'perform_bb_shadow':
drivers/gpu/drm/i915/gvt/cmd_parser.c:1647:8: warning: unused variable 'dst' [-Wunused-variable]
  void *dst = NULL;
        ^

Introduced by commit

  93588e545a4f ("Merge tag 'drm-intel-next-2017-11-17-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-next")

this merge reintroduced the variable declaration removed by commit

  f52c380a48f5 ("drm/i915/gvt: Refine shadow batch buffer")

-- 
Cheers,
Stephen Rothwell

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2018-02-18 23:18 Stephen Rothwell
  2018-03-02  1:49 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2018-02-18 23:18 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Michel Dänzer, Linux Kernel Mailing List,
	Linux-Next Mailing List, Alex Deucher, Christian König,
	Monk Liu


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

Hi all,

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

In file included from include/linux/list.h:9:0,
                 from include/linux/wait.h:7,
                 from include/linux/wait_bit.h:8,
                 from include/linux/fs.h:6,
                 from include/linux/highmem.h:5,
                 from drivers/gpu/drm/drm_memory.c:36:
drivers/gpu/drm/drm_memory.c: In function 'drm_get_max_iomem':
include/linux/kernel.h:808:16: warning: comparison of distinct pointer types lacks a cast
  (void) (&max1 == &max2);   \
                ^
include/linux/kernel.h:817:2: note: in expansion of macro '__max'
  __max(typeof(x), typeof(y),   \
  ^~~~~
drivers/gpu/drm/drm_memory.c:159:15: note: in expansion of macro 'max'
   max_iomem = max(max_iomem,  tmp->end);
               ^~~

Introduced by commit

  82626363a217 ("drm: add func to get max iomem address v2")

tmp->end is a resource_size_t ...

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2018-06-25  4:22 Stephen Rothwell
  2018-06-25  4:22 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2018-06-25  4:22 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Daniel Stone


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

Hi Paul,

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

drivers/gpu/drm/gma500/mdfld_intel_display.c: In function 'mdfld__intel_pipe_set_base':
drivers/gpu/drm/gma500/mdfld_intel_display.c:170:26: warning: unused variable 'psbfb' [-Wunused-variable]
  struct psb_framebuffer *psbfb = to_psb_fb(fb);
                          ^~~~~

Introduced by commit

  c7cbed560ce2 ("drm/gma500: Fix Medfield for drm_framebuffer move")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2019-02-01  0:53 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2019-02-01  0:53 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Josip Pavic,
	Alex Deucher

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

Hi all,

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

drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_helpers.c:160:9: warning: #pragma pack (pop) encountered without matching #pragma pack (push) [-Wpragmas]
 #pragma pack(pop)
         ^~~~

Introduced by commit

  1411fd85416f ("Merge remote-tracking branch 'drm/drm-next'")

Commits

  099139bef026 ("drm/amd/display: Pack DMCU iRAM alignment")

from Linus' tree and

  c591d8429df2 ("drm/amd/display: Pack DMCU iRAM alignment")

from the drm tree are identical, but then commit

  bf75572a2536 ("drm/amd/display: Create switching mechanism for ABM 2.2")

added more code before the "#pragma(pop)" and so git's automatic merge
resolution ended up adding the "#pragma(pop)" line twice.

I will fix up the merge resolution for tomorrow.  This will need to be
reported to Linus when the drm tree is merged (or a back merge of
Linus' tree will need to be done - and well commented :-)).

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-05-11  3:47 Stephen Rothwell
  2020-05-11  4:04 ` Randy Dunlap
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2020-05-11  3:47 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Sam Ravnborg, Linux Kernel Mailing List,
	Harigovindan P


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

Hi all,

After merging the drm 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

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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-09-23  3:36 Stephen Rothwell
  2020-09-23  6:27 ` Tomi Valkeinen
  2020-10-01  9:47 ` Stephen Rothwell
  0 siblings, 2 replies; 62+ messages in thread
From: Stephen Rothwell @ 2020-09-23  3:36 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Yuti Amonkar, Tomi Valkeinen, Linux Kernel Mailing List,
	Jyri Sarha, Quentin Schulz, Linux Next Mailing List,
	Swapnil Jakhade


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

Hi all,

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

drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_fw_activate':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:751:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
  751 |   writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_attach':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:1692:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
 1692 |   writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c: In function 'cdns_mhdp_bridge_hpd_enable':
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c:2125:10: warning: conversion from 'long unsigned int' to 'unsigned int' changes value from '18446744073709551613' to '4294967293' [-Woverflow]
 2125 |   writel(~CDNS_APB_INT_MASK_SW_EVENT_INT,

Introduced by commit

  fb43aa0acdfd ("drm: bridge: Add support for Cadence MHDP8546 DPI/DP bridge")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2020-11-05  7:02 Stephen Rothwell
  2020-11-16  0:01 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2020-11-05  7:02 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Jani Nikula, Pankaj Bharadiya, Linux Next Mailing List,
	Linux Kernel Mailing List


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

Hi all,

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

Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:236: WARNING: Unexpected indentation.
Documentation/gpu/drm-kms:466: drivers/gpu/drm/drm_crtc.c:237: WARNING: Block quote ends without a blank line; unexpected unindent.
Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:203: WARNING: Unexpected indentation.
Documentation/gpu/drm-kms:472: drivers/gpu/drm/drm_blend.c:204: WARNING: Block quote ends without a blank line; unexpected unindent.

Introduced by commit

  5c759eda9b04 ("drm: Introduce plane and CRTC scaling filter properties")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-01-22  0:59 Stephen Rothwell
  2021-01-22  7:17 ` Daniel Vetter
  2021-02-01  1:55 ` Stephen Rothwell
  0 siblings, 2 replies; 62+ messages in thread
From: Stephen Rothwell @ 2021-01-22  0:59 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Linux Kernel Mailing List, Chris Wilson


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

Hi all,

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

WARNING: unmet direct dependencies detected for DRM_I915_WERROR
  Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
  Selected by [m]:
  - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]

WARNING: unmet direct dependencies detected for DRM_I915_WERROR
  Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
  Selected by [m]:
  - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]

WARNING: unmet direct dependencies detected for DRM_I915_WERROR
  Depends on [n]: HAS_IOMEM [=y] && DRM_I915 [=m] && EXPERT [=y] && !COMPILE_TEST [=y]
  Selected by [m]:
  - DRM_I915_DEBUG [=y] && HAS_IOMEM [=y] && EXPERT [=y] && DRM_I915 [=m]

Maybe introduced by commit

  4f86975f539d ("drm/i915: Add DEBUG_GEM to the recommended CI config")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-03-17  2:53 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2021-03-17  2:53 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Maxime Ripard, Linux Kernel Mailing List


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

Hi all,

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

drivers/gpu/drm/rockchip/rockchip_drm_vop.c: In function 'vop_plane_atomic_update':
drivers/gpu/drm/rockchip/rockchip_drm_vop.c:882:26: warning: unused variable 'old_state' [-Wunused-variable]
  882 |  struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
      |                          ^~~~~~~~~

Introduced by commit

  977697e20b3d ("drm/atomic: Pass the full state to planes atomic disable and update")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-03-17  7:42 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2021-03-17  7:42 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Christian König, Linux Kernel Mailing List


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

Hi all,

After merging the drm 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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2021-04-01  7:19 Stephen Rothwell
  2021-04-21  6:28 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2021-04-01  7:19 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Daniel Vetter, Linux Next Mailing List, Linux Kernel Mailing List


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

Hi all,

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

drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:102: warning: Function parameter or member 'ww' not described in 'i915_gem_shrink'

Introduced by commit

  cf41a8f1dc1e ("drm/i915: Finally remove obj->mm.lock.")

-- 
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] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-02-02  4:02 Stephen Rothwell
  2022-02-02  4:03 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2022-02-02  4:02 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Hans de Goede, Linux Next Mailing List, Rajat Jain,
	Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_privacy_screen.c:X: warning: Function parameter or member 'data' not described in 'drm_privacy_screen_register'

Introduced by commit

  30598d925d46 ("drm/privacy_screen: Add drvdata in drm_privacy_screen")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-02-02  4:10 Stephen Rothwell
  2022-03-02  1:32 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2022-02-02  4:10 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Maxime Ripard, Linux Kernel Mailing List

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

Hi all,

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

include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_rgb444_dc_modes' not described in 'drm_display_info'
include/drm/drm_connector.h:637: warning: Function parameter or member 'edid_hdmi_ycbcr444_dc_modes' not described in 'drm_display_info'

Introduced by commit

  4adc33f36d80 ("drm/edid: Split deep color modes between RGB and YUV444")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2022-11-07  3:29 Stephen Rothwell
  2022-11-07 20:31 ` John Harrison
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2022-11-07  3:29 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Umesh Nerlige Ramappa,
	Linux Kernel Mailing List, John Harrison

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

Hi all,

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

drivers/gpu/drm/i915/i915_perf_types.h:319: warning: Function parameter or member 'lock' not described in 'i915_perf_stream'

Introduced by commit

  2db609c01495 ("drm/i915/perf: Replace gt->perf.lock with stream->lock for file ops")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05  3:17 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-01-05  3:17 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Next Mailing List, Maxime Ripard, DRI, Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_atomic_state_helper.c:560: warning: Cannot understand  * @drm_atomic_helper_connector_tv_check: Validate an analog TV connector state
 on line 560 - I thought it was a doc line

Introduced by commit

  5a28cefda3a9 ("drm/atomic-helper: Add an analog TV atomic_check implementation")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05  3:21 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-01-05  3:21 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Next Mailing List, Maxime Ripard, DRI, Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/drm_connector.c:1849: warning: bad line:

Introduced by commit

  7d63cd8526f1 ("drm/connector: Add TV standard property")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-01-05  3:43 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-01-05  3:43 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Next Mailing List, Maxime Ripard, DRI, Linux Kernel Mailing List

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

Hi all,

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

include/drm/drm_connector.h:203: warning: Enum value 'DRM_MODE_TV_MODE_MAX' not described in enum 'drm_connector_tv_mode'

Introduced by commit

  7d63cd8526f1 ("drm/connector: Add TV standard property")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-02-03  2:46 Stephen Rothwell
  2023-02-03 12:32 ` Gustavo Sousa
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2023-02-03  2:46 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Gustavo Sousa, Linux Next Mailing List,
	Linux Kernel Mailing List, DRI, Rodrigo Vivi

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

Hi all,

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

Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:32: WARNING: Inline emphasis start-string without end-string.
Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:57: WARNING: Inline emphasis start-string without end-string.
Documentation/gpu/i915:64: drivers/gpu/drm/i915/gt/intel_workarounds.c:66: WARNING: Inline emphasis start-string without end-string.

Introduced by commit

  0c3064cf33fb ("drm/i915/doc: Document where to implement register workarounds")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-03-30  3:28 Stephen Rothwell
  2023-03-30 14:28 ` Rob Clark
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2023-03-30  3:28 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Rob Clark, Greg Kroah-Hartman, Linux Kernel Mailing List, DRI,
	Linux Next Mailing List, Gustavo Padovan

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

Hi all,

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

include/uapi/linux/sync_file.h:77: warning: Function parameter or member 'num_fences' not described in 'sync_file_info'

Revealed by commit

  d71c11cc79d2 ("dma-buf/sync_file: Surface sync-file uABI")

Introduced by commit

  2d75c88fefb2 ("staging/android: refactor SYNC IOCTLs")

in 2016.

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-04-11  6:01 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-04-11  6:01 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Linux Next Mailing List, Umesh Nerlige Ramappa,
	Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/i915/i915_perf.c:5307: warning: Function parameter or member 'i915' not described in 'i915_perf_ioctl_version'

Introduced by commit

  94d82e95219a ("drm/i915/perf: Pass i915 object to perf revision helper")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-04-11  6:02 Stephen Rothwell
  2023-04-11  9:48 ` Andi Shyti
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2023-04-11  6:02 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Next Mailing List, Andi Shyti, DRI, Linux Kernel Mailing List

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

Hi all,

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

drivers/gpu/drm/i915/gt/uc/intel_guc.h:274: warning: Function parameter or member 'dbgfs_node' not described in 'intel_guc'

Introduced by commit

  70b5ffb393f3 ("drm/i915/gt: Create per-gt debugfs files")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-11-24  2:17 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-11-24  2:17 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Sarah Walker, DRI, Linux Kernel Mailing List, Maxime Ripard,
	Matt Coster, Linux Next Mailing List, Donald Robson

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

Hi all,

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

Documentation/gpu/imagination/uapi.rst:124: WARNING: Title underline too short.

CREATE_HWRT_DATASET and DESTROY_HWRT_DATASET
--------------------------------------

Introduced by commit

  815d8b0425ad ("drm/imagination: Add driver documentation")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-11-24  2:23 Stephen Rothwell
  0 siblings, 0 replies; 62+ messages in thread
From: Stephen Rothwell @ 2023-11-24  2:23 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Sarah Walker, Linux Kernel Mailing List, Maxime Ripard,
	Matt Coster, Linux Next Mailing List, Donald Robson

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

Hi all,

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

drivers/gpu/drm/imagination/pvr_drv.c:1: warning: 'PowerVR Graphics Driver' not found

Introduced by commit

  815d8b0425ad ("drm/imagination: Add driver documentation")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2023-11-24  2:25 Stephen Rothwell
  2023-11-24 12:35 ` Donald Robson
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2023-11-24  2:25 UTC (permalink / raw)
  To: Dave Airlie, DRI
  Cc: Sarah Walker, Linux Kernel Mailing List, Maxime Ripard,
	Linux Next Mailing List, Matt Coster, Boris Brezillon,
	Donald Robson

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

Hi all,

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

include/uapi/drm/pvr_drm.h:1: warning: 'Flags for DRM_PVR_DEV_QUERY_HEAP_INFO_GET.' not found

Introduced by commit

  1088d89e5515 ("drm/imagination/uapi: Add PowerVR driver UAPI")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2024-01-02  0:12 Stephen Rothwell
  2024-01-03  1:19 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2024-01-02  0:12 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Next Mailing List, Andrzej Hajda, DRI, Linux Kernel Mailing List

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

Hi all,

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

In file included from include/drm/drm_mm.h:51,
                 from drivers/gpu/drm/xe/xe_bo_types.h:11,
                 from drivers/gpu/drm/xe/xe_bo.h:11,
                 from drivers/gpu/drm/xe/compat-i915-headers/gem/i915_gem_object.h:11,
                 from drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h:15,
                 from drivers/gpu/drm/i915/display/intel_display_power.c:8:
drivers/gpu/drm/i915/display/intel_display_power.c: In function 'print_async_put_domains_state':
drivers/gpu/drm/i915/display/intel_display_power.c:408:29: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'int' [-Wformat=]
  408 |         drm_dbg(&i915->drm, "async_put_wakeref %lu\n",
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~
  409 |                 power_domains->async_put_wakeref);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              int
include/drm/drm_print.h:410:39: note: in definition of macro 'drm_dev_dbg'
  410 |         __drm_dev_dbg(NULL, dev, cat, fmt, ##__VA_ARGS__)
      |                                       ^~~
include/drm/drm_print.h:510:33: note: in expansion of macro 'drm_dbg_driver'
  510 | #define drm_dbg(drm, fmt, ...)  drm_dbg_driver(drm, fmt, ##__VA_ARGS__)
      |                                 ^~~~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_display_power.c:408:9: note: in expansion of macro 'drm_dbg'
  408 |         drm_dbg(&i915->drm, "async_put_wakeref %lu\n",
      |         ^~~~~~~
drivers/gpu/drm/i915/display/intel_display_power.c:408:50: note: format string is defined here
  408 |         drm_dbg(&i915->drm, "async_put_wakeref %lu\n",
      |                                                ~~^
      |                                                  |
      |                                                  long unsigned int
      |                                                %u

Introduced by commit

  b49e894c3fd8 ("drm/i915: Replace custom intel runtime_pm tracker with ref_tracker library")

This would be an error except that I am building with CONFIG_WERROR=n
-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2024-01-05  6:47 Stephen Rothwell
  2024-01-25  0:33 ` Stephen Rothwell
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2024-01-05  6:47 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	Badal Nilawar, DRI, Rodrigo Vivi

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

Hi all,

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

Warning: /sys/devices/.../hwmon/hwmon<i>/curr1_crit is defined 2 times:  /home/s
fr/next/next/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:35  /home/sfr
/next/next/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:52
Warning: /sys/devices/.../hwmon/hwmon<i>/energy1_input is defined 2 times:  /hom
e/sfr/next/next/Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:54  /home/
sfr/next/next/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:65
Warning: /sys/devices/.../hwmon/hwmon<i>/in0_input is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:46  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:0
Warning: /sys/devices/.../hwmon/hwmon<i>/power1_crit is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:22  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:39
Warning: /sys/devices/.../hwmon/hwmon<i>/power1_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:0  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:8
Warning: /sys/devices/.../hwmon/hwmon<i>/power1_max_interval is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:62  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:30
Warning: /sys/devices/.../hwmon/hwmon<i>/power1_rated_max is defined 2 times:  Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon:14  Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon:22

Introduced by commits

  fb1b70607f73 ("drm/xe/hwmon: Expose power attributes")
  92d44a422d0d ("drm/xe/hwmon: Expose card reactive critical power")
  fbcdc9d3bf58 ("drm/xe/hwmon: Expose input voltage attribute")
  71d0a32524f9 ("drm/xe/hwmon: Expose hwmon energy attribute")
  4446fcf220ce ("drm/xe/hwmon: Expose power1_max_interval")

-- 
Cheers,
Stephen Rothwell

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

^ permalink raw reply	[flat|nested] 62+ messages in thread
* linux-next: build warning after merge of the drm tree
@ 2024-02-07  6:17 Stephen Rothwell
  2024-02-07 14:19 ` Rodrigo Vivi
  0 siblings, 1 reply; 62+ messages in thread
From: Stephen Rothwell @ 2024-02-07  6:17 UTC (permalink / raw)
  To: Dave Airlie
  Cc: Rodrigo Vivi, DRI, Linux Kernel Mailing List, Linux Next Mailing List

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

Hi all,

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

Documentation/gpu/rfc/index.rst:35: WARNING: toctree contains reference to nonexisting document 'gpu/rfc/xe'

Introduced by commit

  d11dc7aa98e5 ("drm/doc/rfc: Remove Xe's pre-merge plan")

-- 
Cheers,
Stephen Rothwell

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

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

end of thread, other threads:[~2024-02-07 14:19 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04  0:30 linux-next: build warning after merge of the drm tree Stephen Rothwell
2017-12-04  0:57 ` Dave Airlie
2018-02-18 23:18 Stephen Rothwell
2018-03-02  1:49 ` Stephen Rothwell
2018-06-25  4:22 Stephen Rothwell
2018-06-25  4:22 ` Stephen Rothwell
2019-02-01  0:53 Stephen Rothwell
2020-05-11  3:47 Stephen Rothwell
2020-05-11  4:04 ` Randy Dunlap
2020-09-23  3:36 Stephen Rothwell
2020-09-23  6:27 ` Tomi Valkeinen
2020-10-01  9:47 ` Stephen Rothwell
2020-11-05  7:02 Stephen Rothwell
2020-11-16  0:01 ` Stephen Rothwell
2021-01-22  0:59 Stephen Rothwell
2021-01-22  7:17 ` Daniel Vetter
2021-01-22  7:29   ` Stephen Rothwell
2021-01-22  8:40     ` Daniel Vetter
2021-10-27 12:12       ` Joonas Lahtinen
2021-10-27 20:51         ` Stephen Rothwell
2021-10-28  9:16           ` Joonas Lahtinen
2021-02-01  1:55 ` Stephen Rothwell
2021-03-17  2:53 Stephen Rothwell
2021-03-17  7:42 Stephen Rothwell
2021-04-01  7:19 Stephen Rothwell
2021-04-21  6:28 ` Stephen Rothwell
2022-02-02  4:02 Stephen Rothwell
2022-02-02  4:03 ` Stephen Rothwell
2022-02-02  8:38   ` Hans de Goede
2022-02-04 19:29     ` Rajat Jain
2022-03-02  1:34     ` Stephen Rothwell
2022-03-02 10:32       ` Hans de Goede
2022-03-02 11:38         ` Stephen Rothwell
2022-02-02  4:10 Stephen Rothwell
2022-03-02  1:32 ` Stephen Rothwell
2022-11-07  3:29 Stephen Rothwell
2022-11-07 20:31 ` John Harrison
2023-01-05  3:17 Stephen Rothwell
2023-01-05  3:21 Stephen Rothwell
2023-01-05  3:43 Stephen Rothwell
2023-02-03  2:46 Stephen Rothwell
2023-02-03 12:32 ` Gustavo Sousa
2023-03-30  3:28 Stephen Rothwell
2023-03-30 14:28 ` Rob Clark
2023-07-11 23:17   ` Stephen Rothwell
2023-07-24  3:50     ` Stephen Rothwell
2023-04-11  6:01 Stephen Rothwell
2023-04-11  6:02 Stephen Rothwell
2023-04-11  9:48 ` Andi Shyti
2023-11-24  2:17 Stephen Rothwell
2023-11-24  2:23 Stephen Rothwell
2023-11-24  2:25 Stephen Rothwell
2023-11-24 12:35 ` Donald Robson
2024-01-02  0:12 Stephen Rothwell
2024-01-03  1:19 ` Stephen Rothwell
2024-01-03  1:27   ` Stephen Rothwell
2024-01-04 16:52     ` Jani Nikula
2024-01-05  6:47 Stephen Rothwell
2024-01-25  0:33 ` Stephen Rothwell
2024-01-26  8:48   ` Thomas Hellström
2024-02-07  6:17 Stephen Rothwell
2024-02-07 14:19 ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).