From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [chrome-os:chromeos-6.6 6/6] drivers/gpu/drm/mediatek/mtk_dp.c:421:12: warning: 'mtk_dp_suspend' declared 'static' but never defined
Date: Sun, 16 Feb 2025 20:46:13 +0800 [thread overview]
Message-ID: <202502162208.1gEX5U7d-lkp@intel.com> (raw)
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.6
head: 6b9d1df53da06888c48940b89b71b945645df922
commit: 0d96e807079196f870dcef51ecf4bd53fb5472c1 [6/6] CHROMIUM: drm/mediatek: Refine and work around eDP suspend/resume flow
config: arm64-randconfig-003-20250216 (https://download.01.org/0day-ci/archive/20250216/202502162208.1gEX5U7d-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250216/202502162208.1gEX5U7d-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202502162208.1gEX5U7d-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/mediatek/mtk_dp.c:421:12: warning: 'mtk_dp_suspend' declared 'static' but never defined [-Wunused-function]
421 | static int mtk_dp_suspend(struct device *dev);
| ^~~~~~~~~~~~~~
>> drivers/gpu/drm/mediatek/mtk_dp.c:422:12: warning: 'mtk_dp_resume' declared 'static' but never defined [-Wunused-function]
422 | static int mtk_dp_resume(struct device *dev);
| ^~~~~~~~~~~~~
vim +421 drivers/gpu/drm/mediatek/mtk_dp.c
f70ac097a2cf5d Markus Schneider-Pargmann 2022-09-01 413
044955e3eece16 Jason-jh Lin 2025-01-17 414 static const struct regmap_config mtk_edp_phy_regmap_config = {
044955e3eece16 Jason-jh Lin 2025-01-17 415 .reg_bits = 32,
044955e3eece16 Jason-jh Lin 2025-01-17 416 .val_bits = 32,
044955e3eece16 Jason-jh Lin 2025-01-17 417 .reg_stride = 4,
044955e3eece16 Jason-jh Lin 2025-01-17 418 .max_register = SEC_OFFSET + 0x90,
044955e3eece16 Jason-jh Lin 2025-01-17 419 .name = "mtk-edp-phy-registers",
044955e3eece16 Jason-jh Lin 2025-01-17 420 };
044955e3eece16 Jason-jh Lin 2025-01-17 @421 static int mtk_dp_suspend(struct device *dev);
044955e3eece16 Jason-jh Lin 2025-01-17 @422 static int mtk_dp_resume(struct device *dev);
044955e3eece16 Jason-jh Lin 2025-01-17 423
:::::: The code at line 421 was first introduced by commit
:::::: 044955e3eece16d9c50e1a693c197e4193399d72 CHROMIUM: drm/mediatek: add eDP driver for mt8196
:::::: TO: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com>
:::::: CC: Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2025-02-16 12:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202502162208.1gEX5U7d-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/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.