From: Jani Nikula <jani.nikula@intel.com>
To: dri-devel@lists.freedesktop.org
Cc: intel-gfx@lists.freedesktop.org, jani.nikula@intel.com
Subject: [PATCH v2 0/3] drm: fix and enable warnings on unused static inlines
Date: Thu, 5 Dec 2024 17:02:58 +0200 [thread overview]
Message-ID: <cover.1733410889.git.jani.nikula@intel.com> (raw)
v2 of [1]. Dropped the parts that have already been fixed. No other
changes. Hoping to get this merged soon.
BR,
Jani.
[1] https://lore.kernel.org/r/cover.1725962479.git.jani.nikula@intel.com
Jani Nikula (3):
drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused
drm: renesas: rcar-du: annotate rcar_cmm_read() 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/renesas/rcar-du/rcar_cmm.c | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
--
2.39.5
next reply other threads:[~2024-12-05 15:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 15:02 Jani Nikula [this message]
2024-12-05 15:02 ` [PATCH v2 1/3] drm/bridge: dw-hdmi-i2s: annotate hdmi_read() with __maybe_unused Jani Nikula
2024-12-05 15:03 ` [PATCH v2 2/3] drm: renesas: rcar-du: annotate rcar_cmm_read() " Jani Nikula
2024-12-05 16:02 ` Laurent Pinchart
2025-01-09 12:42 ` Jani Nikula
2024-12-05 15:03 ` [PATCH v2 3/3] drm: enable warnings on unused static inlines Jani Nikula
2024-12-05 21:18 ` ✗ Fi.CI.CHECKPATCH: warning for drm: fix and enable warnings on unused static inlines (rev2) Patchwork
2024-12-05 21:18 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-12-05 21:35 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-05 22:45 ` ✓ i915.CI.Full: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1733410889.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.