All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH (set 1) 00/20] Rid W=1 warnings from GPU
@ 2023-08-24  7:36 ` Lee Jones
  0 siblings, 0 replies; 159+ messages in thread
From: Lee Jones @ 2023-08-24  7:36 UTC (permalink / raw)
  To: lee
  Cc: Karol Herbst, nouveau, dri-devel, Mikko Perttunen,
	Maíra Canal, Thierry Reding, Laurent Pinchart, Fabio Estevam,
	Sumit Semwal, Mario Limonciello, Shashank Sharma, David Airlie,
	Michal Simek, amd-gfx, Jonathan Hunter, Luben Tuikov,
	Danilo Krummrich, Ben Skeggs, Philipp Zabel, linux-media,
	Stanley Yang, Pengutronix Kernel Team, Sascha Hauer,
	Maarten Lankhorst, Maxime Ripard, linaro-mm-sig, linux-tegra,
	NXP Linux Team, linux-arm-kernel, Hyun Kwon, Thomas Zimmermann,
	Pan, Xinhui, linux-kernel, Jerome Glisse, Daniel Vetter,
	Alex Deucher, Gourav Samaiya, Shawn Guo, Christian König,
	Hawking Zhang

This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Danilo Krummrich <dakr@redhat.com>
Cc: David Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Gourav Samaiya <gsamaiya@nvidia.com>
Cc: Hawking Zhang <Hawking.Zhang@amd.com>
Cc: Hyun Kwon <hyun.kwon@xilinx.com>
Cc: Jerome Glisse <glisse@freedesktop.org>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Karol Herbst <kherbst@redhat.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: linaro-mm-sig@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-media@vger.kernel.org
Cc: linux-tegra@vger.kernel.org
Cc: Luben Tuikov <luben.tuikov@amd.com>
Cc: Lyude Paul <lyude@redhat.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: "Maíra Canal" <mairacanal@riseup.net>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Mikko Perttunen <mperttunen@nvidia.com>
Cc: nouveau@lists.freedesktop.org
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: "Pan, Xinhui" <Xinhui.Pan@amd.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shashank Sharma <shashank.sharma@amd.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Stanley Yang <Stanley.Yang@amd.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>

Lee Jones (20):
  drm/xlnx/zynqmp_disp: Use correct kerneldoc formatting in zynqmp_disp
  drm/nouveau/nvkm/subdev/acr/lsfw: Remove unused variable 'loc'
  drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses
  drm/nouveau/nvkm/subdev/volt/gk20a: Demote kerneldoc abuses
  drm/nouveau/nvkm/engine/gr/gf100: Demote kerneldoc abuse
  drm/nouveau/dispnv04/crtc: Demote kerneldoc abuses
  drm/radeon/radeon_ttm: Remove unused variable 'rbo' from
    radeon_bo_move()
  drm/amd/amdgpu/sdma_v6_0: Demote a bunch of half-completed function
    headers
  drm/tests/drm_kunit_helpers: Place correct function name in the
    comment header
  drm/scheduler/sched_main: Provide short description of missing param
    'result'
  drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param
    'doorbell_index'
  drm/amd/amdgpu/amdgpu_device: Provide suitable description for param
    'xcc_id'
  drm/tests/drm_kunit_helpers: Correct possible double-entry typo in
    'ddrm_kunit_helper_acquire_ctx_alloc'
  drm/imx/ipuv3/imx-ldb: Increase buffer size to ensure all possible
    values can be stored
  drm/tegra/hub: Increase buffer size to ensure all possible values can
    be stored
  drm/drm_connector: Provide short description of param
    'supported_colorspaces'
  drm/amd/amdgpu/amdgpu_ras: Increase buffer size to account for all
    possible values
  drm/drm_gpuva_mgr: Remove set but unused variable 'prev'
  drm/amd/amdgpu/amdgpu_sdma: Increase buffer size to account for all
    possible values
  drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible
    values can be stored

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    |   1 +
 .../gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c  |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h       |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.c      |   2 +-
 drivers/gpu/drm/amd/amdgpu/imu_v11_0.c        |   2 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c        |   8 +-
 drivers/gpu/drm/drm_connector.c               |   2 +
 drivers/gpu/drm/drm_gpuva_mgr.c               |  10 +-
 drivers/gpu/drm/imx/ipuv3/imx-ldb.c           |   2 +-
 drivers/gpu/drm/nouveau/dispnv04/crtc.c       |   4 +-
 .../gpu/drm/nouveau/nvkm/engine/gr/gf100.c    |   2 +-
 .../gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c    |   3 +-
 .../gpu/drm/nouveau/nvkm/subdev/bios/init.c   | 136 +++++++++---------
 .../gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c  |   4 +-
 drivers/gpu/drm/radeon/radeon_ttm.c           |   2 -
 drivers/gpu/drm/scheduler/sched_main.c        |   1 +
 drivers/gpu/drm/tegra/hub.c                   |   2 +-
 drivers/gpu/drm/tests/drm_kunit_helpers.c     |   2 +-
 drivers/gpu/drm/xlnx/zynqmp_disp.c            |   6 +-
 19 files changed, 96 insertions(+), 97 deletions(-)

-- 
2.42.0.rc1.204.g551eb34607-goog


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

end of thread, other threads:[~2023-08-28 19:34 UTC | newest]

Thread overview: 159+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24  7:36 [PATCH (set 1) 00/20] Rid W=1 warnings from GPU Lee Jones
2023-08-24  7:36 ` Lee Jones
2023-08-24  7:36 ` Lee Jones
2023-08-24  7:36 ` [Nouveau] " Lee Jones
2023-08-24  7:36 ` Lee Jones
2023-08-24  7:36 ` [PATCH 01/20] drm/xlnx/zynqmp_disp: Use correct kerneldoc formatting in zynqmp_disp Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-28 16:39   ` Laurent Pinchart
2023-08-28 16:39     ` Laurent Pinchart
2023-08-28 16:39     ` Laurent Pinchart
2023-08-28 19:33     ` Randy Dunlap
2023-08-28 19:33       ` Randy Dunlap
2023-08-28 19:33       ` Randy Dunlap
2023-08-24  7:36 ` [Nouveau] [PATCH 02/20] drm/nouveau/nvkm/subdev/acr/lsfw: Remove unused variable 'loc' Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36 ` [Nouveau] [PATCH 03/20] drm/nouveau/nvkm/subdev/bios/init: Demote a bunch of kernel-doc abuses Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:41   ` [Nouveau] " Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  7:36 ` [Nouveau] [PATCH 04/20] drm/nouveau/nvkm/subdev/volt/gk20a: Demote kerneldoc abuses Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:41   ` [Nouveau] " Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  7:36 ` [Nouveau] [PATCH 05/20] drm/nouveau/nvkm/engine/gr/gf100: Demote kerneldoc abuse Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:41   ` [Nouveau] " Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  8:41     ` Karol Herbst
2023-08-24  7:36 ` [Nouveau] [PATCH 06/20] drm/nouveau/dispnv04/crtc: Demote kerneldoc abuses Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:42   ` [Nouveau] " Karol Herbst
2023-08-24  8:42     ` Karol Herbst
2023-08-24  8:42     ` Karol Herbst
2023-08-24  7:36 ` [PATCH 07/20] drm/radeon/radeon_ttm: Remove unused variable 'rbo' from radeon_bo_move() Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24 14:53   ` Alex Deucher
2023-08-24 14:53     ` Alex Deucher
2023-08-24 14:53     ` Alex Deucher
2023-08-24  7:36 ` [PATCH 08/20] drm/amd/amdgpu/sdma_v6_0: Demote a bunch of half-completed function headers Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36 ` [PATCH 09/20] drm/tests/drm_kunit_helpers: Place correct function name in the comment header Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36 ` [PATCH 10/20] drm/scheduler/sched_main: Provide short description of missing param 'result' Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  9:42   ` [Linaro-mm-sig] " Christian König
2023-08-24  9:42     ` Christian König
2023-08-24  7:36 ` [PATCH 11/20] drm/amd/amdgpu/amdgpu_doorbell_mgr: Correct misdocumented param 'doorbell_index' Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:25   ` Sharma, Shashank
2023-08-24  8:25     ` Sharma, Shashank
2023-08-24  8:25     ` Sharma, Shashank
2023-08-24 14:59     ` Alex Deucher
2023-08-24 14:59       ` Alex Deucher
2023-08-24  7:36 ` [PATCH 12/20] drm/amd/amdgpu/amdgpu_device: Provide suitable description for param 'xcc_id' Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24 14:54   ` Alex Deucher
2023-08-24 14:54     ` Alex Deucher
2023-08-24 14:54     ` Alex Deucher
2023-08-24  7:36 ` [PATCH 13/20] drm/tests/drm_kunit_helpers: Correct possible double-entry typo in 'ddrm_kunit_helper_acquire_ctx_alloc' Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  8:53   ` Maxime Ripard
2023-08-24  8:53     ` Maxime Ripard
2023-08-24 12:11     ` Lee Jones
2023-08-24 12:11       ` Lee Jones
2023-08-24  7:36 ` [PATCH 14/20] drm/imx/ipuv3/imx-ldb: Increase buffer size to ensure all possible values can be stored Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:36   ` Lee Jones
2023-08-24  7:37 ` [PATCH 15/20] drm/tegra/hub: " Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24  9:25   ` Thierry Reding
2023-08-24  9:25     ` Thierry Reding
2023-08-24  9:33     ` Jani Nikula
2023-08-24  9:33       ` Jani Nikula
2023-08-24 12:01       ` Lee Jones
2023-08-24 12:01         ` Lee Jones
2023-08-24 13:45         ` Thierry Reding
2023-08-24 13:45           ` Thierry Reding
2023-08-24  7:37 ` [PATCH 16/20] drm/drm_connector: Provide short description of param 'supported_colorspaces' Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24  9:00   ` (subset) " Maxime Ripard
2023-08-24  9:00     ` Maxime Ripard
2023-08-24  7:37 ` [PATCH 17/20] drm/amd/amdgpu/amdgpu_ras: Increase buffer size to account for all possible values Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24 14:55   ` Alex Deucher
2023-08-24 14:55     ` Alex Deucher
2023-08-24 14:55     ` Alex Deucher
2023-08-24  7:37 ` [PATCH 18/20] drm/drm_gpuva_mgr: Remove set but unused variable 'prev' Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24 12:53   ` Danilo Krummrich
2023-08-24 12:53     ` Danilo Krummrich
2023-08-24  7:37 ` [PATCH 19/20] drm/amd/amdgpu/amdgpu_sdma: Increase buffer size to account for all possible values Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24 14:56   ` Alex Deucher
2023-08-24 14:56     ` Alex Deucher
2023-08-24 14:56     ` Alex Deucher
2023-08-24  7:37 ` [PATCH 20/20] drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values can be stored Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24  7:37   ` Lee Jones
2023-08-24 14:57   ` Alex Deucher
2023-08-24 14:57     ` Alex Deucher
2023-08-24 14:57     ` Alex Deucher
2023-08-24  8:59 ` [PATCH (set 1) 00/20] Rid W=1 warnings from GPU Maxime Ripard
2023-08-24  8:59   ` Maxime Ripard
2023-08-24  8:59   ` Maxime Ripard
2023-08-24  8:59   ` [Nouveau] " Maxime Ripard
2023-08-24  8:59   ` Maxime Ripard
2023-08-24  9:03   ` Maxime Ripard
2023-08-24  9:03     ` Maxime Ripard
2023-08-24  9:03     ` Maxime Ripard
2023-08-24  9:03     ` [Nouveau] " Maxime Ripard
2023-08-24  9:03     ` Maxime Ripard
2023-08-24 12:10     ` Lee Jones
2023-08-24 12:10       ` Lee Jones
2023-08-24 12:10       ` Lee Jones
2023-08-24 12:10       ` [Nouveau] " Lee Jones
2023-08-24 12:10       ` Lee Jones
2023-08-24  9:03 ` Jani Nikula
2023-08-24  9:03   ` Jani Nikula
2023-08-24  9:03   ` [Nouveau] " Jani Nikula
2023-08-24  9:03   ` Jani Nikula
2023-08-24  9:16   ` Maxime Ripard
2023-08-24  9:16     ` Maxime Ripard
2023-08-24  9:16     ` [Nouveau] " Maxime Ripard
2023-08-24  9:16     ` Maxime Ripard
2023-08-24 12:07   ` Lee Jones
2023-08-24 12:07     ` Lee Jones
2023-08-24 12:07     ` [Nouveau] " Lee Jones
2023-08-24 12:07     ` Lee Jones
2023-08-24 12:08     ` Lee Jones
2023-08-24 12:08       ` Lee Jones
2023-08-24 12:08       ` [Nouveau] " Lee Jones
2023-08-24 12:08       ` Lee Jones
2023-08-24 12:14     ` Hamza Mahfooz
2023-08-24 12:14       ` Hamza Mahfooz
2023-08-24 12:14       ` [Nouveau] " Hamza Mahfooz
2023-08-24 12:14       ` Hamza Mahfooz
2023-08-24 12:24       ` Lee Jones
2023-08-24 12:24         ` Lee Jones
2023-08-24 12:24         ` Lee Jones
2023-08-24 12:24         ` [Nouveau] " Lee Jones
2023-08-24 12:24         ` Lee Jones
2023-08-28 16:11     ` Michel Dänzer
2023-08-28 16:11       ` Michel Dänzer
2023-08-28 16:11       ` [Nouveau] " Michel Dänzer
2023-08-28 16:11       ` Michel Dänzer

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.