intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] drm: fix and enable warnings on unused static inlines
@ 2024-09-10 10:03 Jani Nikula
  2024-09-10 10:03 ` [PATCH 1/8] drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused Jani Nikula
                   ` (16 more replies)
  0 siblings, 17 replies; 42+ messages in thread
From: Jani Nikula @ 2024-09-10 10:03 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, intel-xe, jani.nikula, Nathan Chancellor

Follow-up to [1].

Annotate unused static inlines with __maybe_unused. In some cases it
might be better to remove them, but it's really up to the maintainers
what to do. Then enable the warning on default across subsystem.

BR,
Jani.

[1] https://lore.kernel.org/r/20240904123819.3784906-1-jani.nikula@intel.com


Jani Nikula (8):
  drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused
  drm: renesas: rcar-du: annotate rcar_cmm_read() with __maybe_unused
  drm/kmb: annotate set_test_mode_src_osc_freq_target_{low,hi}_bits()
    with __maybe_unused
  drm/bridge: ti-sn65dsi86: annotate ti_sn_pwm_pin_{request,release}
    with __maybe_unused
  drm/imagination: annotate pvr_fw_version_packed() with __maybe_unused
  drm/meson: dw-hdmi: annotate dw_hdmi_dwc_write_bits() with
    __maybe_unused
  drm/msmi: annotate pll_cmp_to_fdata() with __maybe_unused
  drm: enable warnings on unused static inlines

 drivers/gpu/drm/Makefile                            | 3 +++
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 2 +-
 drivers/gpu/drm/bridge/ti-sn65dsi86.c               | 4 ++--
 drivers/gpu/drm/imagination/pvr_drv.c               | 2 +-
 drivers/gpu/drm/kmb/kmb_dsi.c                       | 4 ++--
 drivers/gpu/drm/meson/meson_dw_hdmi.c               | 8 ++++----
 drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c            | 2 +-
 drivers/gpu/drm/renesas/rcar-du/rcar_cmm.c          | 2 +-
 8 files changed, 15 insertions(+), 12 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-09-23  6:38 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-10 10:03 [PATCH 0/8] drm: fix and enable warnings on unused static inlines Jani Nikula
2024-09-10 10:03 ` [PATCH 1/8] drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused Jani Nikula
2024-09-10 10:03 ` [PATCH 2/8] drm: renesas: rcar-du: annotate rcar_cmm_read() " Jani Nikula
2024-09-10 12:39   ` Geert Uytterhoeven
2024-09-10 13:36     ` Jani Nikula
2024-09-11  9:51       ` Laurent Pinchart
2024-09-11 10:21         ` Jani Nikula
2024-09-10 10:03 ` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() " Jani Nikula
2024-09-10 18:11   ` [PATCH 3/8] drm/kmb: annotate set_test_mode_src_osc_freq_target_{low,hi}_bits() " Chrisanthus, Anitha
2024-09-13 11:46     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 4/8] drm/bridge: ti-sn65dsi86: annotate ti_sn_pwm_pin_{request, release} " Jani Nikula
2024-09-10 22:57   ` Doug Anderson
2024-09-11  8:01     ` Jani Nikula
2024-09-11 20:07       ` Doug Anderson
2024-09-10 10:03 ` [PATCH 5/8] drm/imagination: annotate pvr_fw_version_packed() " Jani Nikula
2024-09-10 10:40   ` Matt Coster
2024-09-13 11:47     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 6/8] drm/meson: dw-hdmi: annotate dw_hdmi_dwc_write_bits() " Jani Nikula
     [not found]   ` <CAFBinCDQzHkvo1tQxa2pcgBHngtiXyCgdbnr=9nW7xDHy0RLdg@mail.gmail.com>
2024-09-16  7:43     ` Jani Nikula
2024-09-10 10:03 ` [PATCH 7/8] drm/msmi: annotate pll_cmp_to_fdata() " Jani Nikula
2024-09-10 14:51   ` Dmitry Baryshkov
2024-09-10 15:54     ` Marc Gonzalez
2024-09-11 10:23       ` Jani Nikula
2024-09-12 10:56         ` Marc Gonzalez
2024-09-12 11:15           ` Jani Nikula
2024-09-12 12:14             ` Marc Gonzalez
2024-09-12 12:28               ` Dmitry Baryshkov
2024-09-12 12:50                 ` Marc Gonzalez
2024-09-12 13:05                   ` Dmitry Baryshkov
2024-09-12 13:10                     ` Jani Nikula
2024-09-21 21:16         ` Dmitry Baryshkov
2024-09-23  6:38           ` Jani Nikula
2024-09-10 10:03 ` [PATCH 8/8] drm: enable warnings on unused static inlines Jani Nikula
2024-09-10 11:13 ` ✓ CI.Patch_applied: success for drm: fix and " Patchwork
2024-09-10 11:14 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-10 11:15 ` ✓ CI.KUnit: success " Patchwork
2024-09-10 11:37 ` ✓ CI.Build: " Patchwork
2024-09-10 11:40 ` ✓ CI.Hooks: " Patchwork
2024-09-10 11:41 ` ✗ CI.checksparse: warning " Patchwork
2024-09-10 12:30 ` ✓ CI.BAT: success " Patchwork
2024-09-10 13:37 ` ✗ CI.FULL: failure " Patchwork
2024-09-11 17:46 ` [PATCH 0/8] " Nathan Chancellor

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).