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.
Last set! All clean after this for; Arm, Arm64, PPC, MIPS and x86.
Lee Jones (29):
drm/vmwgfx/vmwgfx_cmdbuf: Fix misnaming of 'headers' should be plural
drm/vmwgfx/vmwgfx_cotable: Fix a couple of simple documentation
problems
drm/vmwgfx/vmwgfx_so: Add description for 'vmw_view's 'rcu' member
drm/vmwgfx/vmwgfx_binding: Provide some missing param descriptions and
remove others
drm/vmwgfx/vmwgfx_msg: Fix misspelling of 'msg'
drm/gma500/mmu: Actually return an error if one occurs
drm/vmwgfx/vmwgfx_blit: Add description for 'vmw_bo_cpu_blit's 'diff'
param
drm/vmwgfx/vmwgfx_validation: Add some missing struct member/function
param descriptions
drm/vmwgfx/ttm_object: Demote half-assed headers and fix-up another
drm/vmwgfx/vmwgfx_thp: Add description for 'vmw_thp_manager's member
'manager'
drm/gma500/psb_intel_sdvo: Demote kernel-doc abuses
drm/gma500/psb_irq: Demote kernel-doc abuse
drm/drm_dp_helper: Fix spelling issue and add missing description for
'enable_frl_ready_hpd'
drm/gma500/cdv_intel_crt: Demote kernel-doc abuse in
'cdv_intel_crt_detect_hotplug()'s header
drm/gma500/cdv_intel_display: Demote kernel-doc abuse in
'cdv_intel_panel_fitter_pipe()'s header
drm/gma500/cdv_intel_lvds: Demote unworthy headers to standard blocks
and fix another
drm/gma500/cdv_intel_dp: Demote one unworthy header fix another
drm/gma500/oaktrail_lvds_i2c: Remove unused variables 'tmp'
drm/gma500/oaktrail_lvds: Demote one documentation header fix another
drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headers
drm/gma500/mdfld_dsi_output: Demote a couple of kernel-doc formatting
abuses
drm/gma500/mdfld_intel_display: Demote three kernel-doc formatting
abuses
drm/drm_agpsupport: Strip out obviously wrong descriptions and demote
to standard headers
drm/i915/gvt/handlers: Remove kernel-doc formatting from
non-kernel-doc header
drm/nouveau/nouveau_ioc32: File headers are not good candidates for
kernel-doc
drm/nouveau/nouveau_svm: Remove unused variable 'ret' from void
function
drm/nouveau/nouveau_bios: Remove unused variable 'pdev' from
'nouveau_bios_init()'
drm/nouveau/nouveau_ioc32: Demote kernel-doc abuse to standard comment
block
drm/vmwgfx/ttm_object: Reorder header to immediately precede its
struct
drivers/gpu/drm/drm_agpsupport.c | 46 +++++---------------
drivers/gpu/drm/drm_dp_helper.c | 3 +-
drivers/gpu/drm/gma500/cdv_intel_crt.c | 2 +-
drivers/gpu/drm/gma500/cdv_intel_display.c | 2 +-
drivers/gpu/drm/gma500/cdv_intel_dp.c | 4 +-
drivers/gpu/drm/gma500/cdv_intel_lvds.c | 7 +--
drivers/gpu/drm/gma500/mdfld_dsi_output.c | 4 +-
drivers/gpu/drm/gma500/mdfld_intel_display.c | 6 +--
drivers/gpu/drm/gma500/mmu.c | 2 +-
drivers/gpu/drm/gma500/oaktrail_crtc.c | 6 +--
drivers/gpu/drm/gma500/oaktrail_lvds.c | 3 +-
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c | 8 ++--
drivers/gpu/drm/gma500/psb_intel_sdvo.c | 6 +--
drivers/gpu/drm/gma500/psb_irq.c | 3 +-
drivers/gpu/drm/i915/gvt/handlers.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bios.c | 2 -
drivers/gpu/drm/nouveau/nouveau_ioc32.c | 4 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 5 +--
drivers/gpu/drm/vmwgfx/ttm_object.c | 25 ++++++-----
drivers/gpu/drm/vmwgfx/vmwgfx_binding.c | 9 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_blit.c | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c | 3 +-
drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 2 +-
drivers/gpu/drm/vmwgfx/vmwgfx_so.c | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_thp.c | 1 +
drivers/gpu/drm/vmwgfx/vmwgfx_validation.c | 5 ++-
27 files changed, 74 insertions(+), 90 deletions(-)
Cc: Ben Skeggs <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: David Airlie <[email protected]>
Cc: [email protected]
Cc: Eddie Dong <[email protected]>
Cc: Eric Anholt <[email protected]>
Cc: Faith <[email protected]>
Cc: Gareth Hughes <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Jackie Li <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Jan Safrata <[email protected]>
Cc: Jesse Barnes <[email protected]>
Cc: jim liu <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Keith Packard <[email protected]>
Cc: Kevin Tian <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Min He <[email protected]>
Cc: Niu Bing <[email protected]>
Cc: [email protected]
Cc: Patrik Jakobsson <[email protected]>
Cc: Pei Zhang <[email protected]>
Cc: Ping Gao <[email protected]>
Cc: Rob Clark <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Roland Scheidegger <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: Tina Zhang <[email protected]>
Cc: VMware Graphics <[email protected]>
Cc: Zack Rusin <[email protected]>
Cc: Zhenyu Wang <[email protected]>
Cc: Zhi Wang <[email protected]>
Cc: Zhiyuan Lv <[email protected]>
--
2.25.1
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx