From: kernel test robot <lkp@intel.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Rob Clark <robdclark@gmail.com>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Sean Paul <sean@poorly.run>,
Marijn Suijten <marijn.suijten@somainline.org>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Paloma Arellano <quic_parellan@quicinc.com>
Cc: oe-kbuild-all@lists.linux.dev,
Douglas Anderson <dianders@chromium.org>,
Stephen Boyd <swboyd@chromium.org>,
linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5 11/11] drm/msm/dp: drop the msm_dp_catalog module
Date: Mon, 23 Dec 2024 09:50:58 +0800 [thread overview]
Message-ID: <202412230903.RMun9kc4-lkp@intel.com> (raw)
In-Reply-To: <20241222-fd-dp-audio-fixup-v5-11-370f09492cf6@linaro.org>
Hi Dmitry,
kernel test robot noticed the following build errors:
[auto build test ERROR on c9261bcc1546a564407513e148c35a79a58bc2b9]
url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Baryshkov/drm-msm-dp-split-MMSS_DP_DSC_DTO-register-write-to-a-separate-function/20241223-041635
base: c9261bcc1546a564407513e148c35a79a58bc2b9
patch link: https://lore.kernel.org/r/20241222-fd-dp-audio-fixup-v5-11-370f09492cf6%40linaro.org
patch subject: [PATCH v5 11/11] drm/msm/dp: drop the msm_dp_catalog module
config: sparc-allmodconfig (https://download.01.org/0day-ci/archive/20241223/202412230903.RMun9kc4-lkp@intel.com/config)
compiler: sparc64-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241223/202412230903.RMun9kc4-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/202412230903.RMun9kc4-lkp@intel.com/
All errors (new ones prefixed by >>):
drivers/gpu/drm/msm/dp/dp_panel.c: In function 'msm_dp_read_link':
>> drivers/gpu/drm/msm/dp/dp_panel.c:33:16: error: implicit declaration of function 'readl_relaxed' [-Wimplicit-function-declaration]
33 | return readl_relaxed(panel->link_base + offset);
| ^~~~~~~~~~~~~
drivers/gpu/drm/msm/dp/dp_panel.c: In function 'msm_dp_write_link':
>> drivers/gpu/drm/msm/dp/dp_panel.c:43:9: error: implicit declaration of function 'writel' [-Wimplicit-function-declaration]
43 | writel(data, panel->link_base + offset);
| ^~~~~~
vim +/readl_relaxed +33 drivers/gpu/drm/msm/dp/dp_panel.c
30
31 static inline u32 msm_dp_read_link(struct msm_dp_panel_private *panel, u32 offset)
32 {
> 33 return readl_relaxed(panel->link_base + offset);
34 }
35
36 static inline void msm_dp_write_link(struct msm_dp_panel_private *panel,
37 u32 offset, u32 data)
38 {
39 /*
40 * To make sure link reg writes happens before any other operation,
41 * this function uses writel() instread of writel_relaxed()
42 */
> 43 writel(data, panel->link_base + offset);
44 }
45
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2024-12-23 1:52 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 20:14 [PATCH v5 00/11] drm/msm/dp: perform misc cleanups Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 01/11] drm/msm/dp: split MMSS_DP_DSC_DTO register write to a separate function Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 02/11] drm/msm/dp: read hw revision only once Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 03/11] drm/msm/dp: pull I/O data out of msm_dp_catalog_private() Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 04/11] drm/msm/dp: move I/O functions to global header Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 05/11] drm/msm/dp: move/inline AUX register functions Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 06/11] drm/msm/dp: move/inline panel related functions Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 07/11] drm/msm/dp: move/inline audio " Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 08/11] drm/msm/dp: move/inline ctrl register functions Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 09/11] drm/msm/dp: move more AUX functions to dp_aux.c Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 10/11] drm/msm/dp: move interrupt handling to dp_ctrl Dmitry Baryshkov
2024-12-22 20:14 ` [PATCH v5 11/11] drm/msm/dp: drop the msm_dp_catalog module Dmitry Baryshkov
2024-12-23 1:50 ` kernel test robot [this message]
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=202412230903.RMun9kc4-lkp@intel.com \
--to=lkp@intel.com \
--cc=airlied@gmail.com \
--cc=dianders@chromium.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=quic_abhinavk@quicinc.com \
--cc=quic_parellan@quicinc.com \
--cc=robdclark@gmail.com \
--cc=sean@poorly.run \
--cc=simona@ffwll.ch \
--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