From: kernel test robot <lkp@intel.com>
To: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Steev Klimaszewski <steev@kali.org>
Subject: [steev:sc8280xp-next-20220722 144/151] drivers/gpu/drm/msm/dp/dp_debug.c:192: undefined reference to `dp_panel_tpg_config'
Date: Sat, 30 Jul 2022 19:28:29 +0800 [thread overview]
Message-ID: <202207301916.ecD9wbRq-lkp@intel.com> (raw)
tree: https://github.com/steev/linux sc8280xp-next-20220722
head: 70f72824f4018e98a9003c3c3107be71a1e5c88b
commit: c1bc1580b0dd297b7749f6353834295155bfbb48 [144/151] drm/msm/dp: Make it possible to enable the test pattern
config: xtensa-randconfig-m031-20220729 (https://download.01.org/0day-ci/archive/20220730/202207301916.ecD9wbRq-lkp@intel.com/config)
compiler: xtensa-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/steev/linux/commit/c1bc1580b0dd297b7749f6353834295155bfbb48
git remote add steev https://github.com/steev/linux
git fetch --no-tags steev sc8280xp-next-20220722
git checkout c1bc1580b0dd297b7749f6353834295155bfbb48
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
xtensa-linux-ld: drivers/gpu/drm/msm/dp/dp_debug.o: in function `dp_test_active_show':
>> drivers/gpu/drm/msm/dp/dp_debug.c:192: undefined reference to `dp_panel_tpg_config'
xtensa-linux-ld: drivers/gpu/drm/msm/dp/dp_debug.o: in function `dp_test_active_write':
drivers/gpu/drm/msm/dp/dp_debug.c:169: undefined reference to `dp_panel_tpg_config'
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for PM_GENERIC_DOMAINS_OF
Depends on [n]: PM_GENERIC_DOMAINS [=y] && OF [=n]
Selected by [y]:
- QCOM_RPMPD [=y] && PM [=y] && QCOM_SMD_RPM [=y]
vim +192 drivers/gpu/drm/msm/dp/dp_debug.c
de3ee25473ba49 Abhinav Kumar 2020-09-12 176
de3ee25473ba49 Abhinav Kumar 2020-09-12 177 static int dp_test_active_show(struct seq_file *m, void *data)
de3ee25473ba49 Abhinav Kumar 2020-09-12 178 {
de3ee25473ba49 Abhinav Kumar 2020-09-12 179 struct dp_debug_private *debug = m->private;
899b2608d8d4b6 Bjorn Andersson 2021-10-15 180 struct drm_connector *connector = debug->connector;
de3ee25473ba49 Abhinav Kumar 2020-09-12 181
de3ee25473ba49 Abhinav Kumar 2020-09-12 182 if (connector->status == connector_status_connected) {
de3ee25473ba49 Abhinav Kumar 2020-09-12 183 if (debug->panel->video_test)
de3ee25473ba49 Abhinav Kumar 2020-09-12 184 seq_puts(m, "1");
de3ee25473ba49 Abhinav Kumar 2020-09-12 185 else
de3ee25473ba49 Abhinav Kumar 2020-09-12 186 seq_puts(m, "0");
899b2608d8d4b6 Bjorn Andersson 2021-10-15 187 } else {
de3ee25473ba49 Abhinav Kumar 2020-09-12 188 seq_puts(m, "0");
de3ee25473ba49 Abhinav Kumar 2020-09-12 189 }
de3ee25473ba49 Abhinav Kumar 2020-09-12 190
de3ee25473ba49 Abhinav Kumar 2020-09-12 191 return 0;
de3ee25473ba49 Abhinav Kumar 2020-09-12 @192 }
de3ee25473ba49 Abhinav Kumar 2020-09-12 193
:::::: The code at line 192 was first introduced by commit
:::::: de3ee25473ba49f2e785e43b5db5e05cb35aad24 drm/msm/dp: add debugfs nodes for video pattern tests
:::::: TO: Abhinav Kumar <abhinavk@codeaurora.org>
:::::: CC: Rob Clark <robdclark@chromium.org>
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-07-30 11:33 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=202207301916.ecD9wbRq-lkp@intel.com \
--to=lkp@intel.com \
--cc=bjorn.andersson@linaro.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=steev@kali.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome