From: kernel test robot <lkp@intel.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
Abhinav Kumar <quic_abhinavk@quicinc.com>
Cc: kbuild-all@lists.01.org, David Airlie <airlied@linux.ie>,
linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
Stephen Boyd <swboyd@chromium.org>,
freedreno@lists.freedesktop.org
Subject: Re: [PATCH v3 3/6] drm/msm: split the main platform driver
Date: Wed, 23 Mar 2022 21:39:00 +0800 [thread overview]
Message-ID: <202203232120.4EJF1VFq-lkp@intel.com> (raw)
In-Reply-To: <20220323092538.1757880-4-dmitry.baryshkov@linaro.org>
Hi Dmitry,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm/drm-next]
[cannot apply to v5.17 next-20220323]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Dmitry-Baryshkov/drm-msm-rework-MDSS-drivers/20220323-172654
base: git://anongit.freedesktop.org/drm/drm drm-next
config: nios2-randconfig-p002-20220323 (https://download.01.org/0day-ci/archive/20220323/202203232120.4EJF1VFq-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/5484d7bfa709bbe2cd2cbb3b9959190d7a025c16
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dmitry-Baryshkov/drm-msm-rework-MDSS-drivers/20220323-172654
git checkout 5484d7bfa709bbe2cd2cbb3b9959190d7a025c16
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=nios2 SHELL=/bin/bash drivers/gpu/drm/msm/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
In file included from include/linux/device/driver.h:21,
from include/linux/device.h:32,
from include/linux/acpi.h:15,
from include/linux/irqchip.h:14,
from drivers/gpu/drm/msm/msm_mdss.c:8:
>> drivers/gpu/drm/msm/msm_mdss.c:403:25: error: 'dt_match' undeclared here (not in a function); did you mean 'dr_match_t'?
403 | MODULE_DEVICE_TABLE(of, dt_match);
| ^~~~~~~~
include/linux/module.h:244:15: note: in definition of macro 'MODULE_DEVICE_TABLE'
244 | extern typeof(name) __mod_##type##__##name##_device_table \
| ^~~~
>> include/linux/module.h:244:21: error: '__mod_of__dt_match_device_table' aliased to undefined symbol 'dt_match'
244 | extern typeof(name) __mod_##type##__##name##_device_table \
| ^~~~~~
drivers/gpu/drm/msm/msm_mdss.c:403:1: note: in expansion of macro 'MODULE_DEVICE_TABLE'
403 | MODULE_DEVICE_TABLE(of, dt_match);
| ^~~~~~~~~~~~~~~~~~~
vim +403 drivers/gpu/drm/msm/msm_mdss.c
390
391 static const struct of_device_id mdss_dt_match[] = {
392 { .compatible = "qcom,mdss", .data = (void *)KMS_MDP5 },
393 { .compatible = "qcom,msm8998-mdss", .data = (void *)KMS_DPU },
394 { .compatible = "qcom,qcm2290-mdss", .data = (void *)KMS_DPU },
395 { .compatible = "qcom,sdm845-mdss", .data = (void *)KMS_DPU },
396 { .compatible = "qcom,sc7180-mdss", .data = (void *)KMS_DPU },
397 { .compatible = "qcom,sc7280-mdss", .data = (void *)KMS_DPU },
398 { .compatible = "qcom,sc8180x-mdss", .data = (void *)KMS_DPU },
399 { .compatible = "qcom,sm8150-mdss", .data = (void *)KMS_DPU },
400 { .compatible = "qcom,sm8250-mdss", .data = (void *)KMS_DPU },
401 {}
402 };
> 403 MODULE_DEVICE_TABLE(of, dt_match);
404
--
0-DAY CI Kernel Test Service
https://01.org/lkp
next prev parent reply other threads:[~2022-03-23 13:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 9:25 [PATCH v3 0/6] drm/msm: rework MDSS drivers Dmitry Baryshkov
2022-03-23 9:25 ` [PATCH v3 1/6] drm/msm: unify " Dmitry Baryshkov
2022-03-23 9:25 ` [PATCH v3 2/6] drm/msm: remove extra indirection for msm_mdss Dmitry Baryshkov
2022-03-23 9:25 ` [PATCH v3 3/6] drm/msm: split the main platform driver Dmitry Baryshkov
2022-03-23 13:39 ` kernel test robot [this message]
2022-03-24 21:23 ` Stephen Boyd
2022-03-23 9:25 ` [PATCH v3 4/6] drm/msm: stop using device's match data pointer Dmitry Baryshkov
2022-03-23 9:25 ` [PATCH v3 5/6] drm/msm: allow compile time selection of driver components Dmitry Baryshkov
2022-03-23 9:25 ` [PATCH v3 6/6] drm/msm: make mdp5/dpu devices master components Dmitry Baryshkov
2022-03-24 21:37 ` Stephen Boyd
2022-03-25 9:34 ` Dmitry Baryshkov
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=202203232120.4EJF1VFq-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@linux.ie \
--cc=bjorn.andersson@linaro.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=quic_abhinavk@quicinc.com \
--cc=robdclark@gmail.com \
--cc=sean@poorly.run \
--cc=swboyd@chromium.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