From: kernel test robot <lkp@intel.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
Abhinav Kumar <quic_abhinavk@quicinc.com>,
Marijn Suijten <marijn.suijten@somainline.org>
Cc: oe-kbuild-all@lists.linux.dev, freedreno@lists.freedesktop.org,
linux-arm-msm@vger.kernel.org,
Bjorn Andersson <andersson@kernel.org>,
dri-devel@lists.freedesktop.org,
Stephen Boyd <swboyd@chromium.org>
Subject: Re: [RFT PATCH v2 1/4] drm/msm/dpu: enable writeback on SM8150
Date: Tue, 5 Dec 2023 19:46:33 +0800 [thread overview]
Message-ID: <202312051918.XcPf4xI6-lkp@intel.com> (raw)
In-Reply-To: <20231203003203.1293087-2-dmitry.baryshkov@linaro.org>
Hi Dmitry,
kernel test robot noticed the following build errors:
[auto build test ERROR on drm-misc/drm-misc-next]
[also build test ERROR on linus/master v6.7-rc4 next-20231205]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Dmitry-Baryshkov/drm-msm-dpu-enable-writeback-on-SM8150/20231203-083350
base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link: https://lore.kernel.org/r/20231203003203.1293087-2-dmitry.baryshkov%40linaro.org
patch subject: [RFT PATCH v2 1/4] drm/msm/dpu: enable writeback on SM8150
config: i386-buildonly-randconfig-001-20231203 (https://download.01.org/0day-ci/archive/20231205/202312051918.XcPf4xI6-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231205/202312051918.XcPf4xI6-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/202312051918.XcPf4xI6-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:658:
>> drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h:299:29: error: 'WB_SDM845_MASK' undeclared here (not in a function); did you mean 'WB_SM8250_MASK'?
299 | .features = WB_SDM845_MASK,
| ^~~~~~~~~~~~~~
| WB_SM8250_MASK
vim +299 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_0_sm8150.h
294
295 static const struct dpu_wb_cfg sm8150_wb[] = {
296 {
297 .name = "wb_2", .id = WB_2,
298 .base = 0x65000, .len = 0x2c8,
> 299 .features = WB_SDM845_MASK,
300 .format_list = wb2_formats,
301 .num_formats = ARRAY_SIZE(wb2_formats),
302 .clk_ctrl = DPU_CLK_CTRL_WB2,
303 .xin_id = 6,
304 .vbif_idx = VBIF_RT,
305 .maxlinewidth = 4096,
306 .intr_wb_done = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 4),
307 },
308 };
309
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-12-05 11:47 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-03 0:31 [RFT PATCH v2 0/4] drm/msm/dpu: enable writeback on the other platforms Dmitry Baryshkov
2023-12-03 0:32 ` [RFT PATCH v2 1/4] drm/msm/dpu: enable writeback on SM8150 Dmitry Baryshkov
2023-12-05 11:46 ` kernel test robot [this message]
2023-12-05 13:32 ` kernel test robot
2023-12-13 21:13 ` Abhinav Kumar
2023-12-03 0:32 ` [RFT PATCH v2 2/4] drm/msm/dpu: enable writeback on SC8108X Dmitry Baryshkov
2023-12-05 18:50 ` kernel test robot
2023-12-13 21:18 ` Abhinav Kumar
2023-12-21 23:36 ` Marijn Suijten
2023-12-03 0:32 ` [RFT PATCH v2 3/4] drm/msm/dpu: enable writeback on SM6125 Dmitry Baryshkov
2023-12-13 21:19 ` Abhinav Kumar
2023-12-03 0:32 ` [RFT PATCH v2 4/4] drm/msm/dpu: enable writeback on SM6350 Dmitry Baryshkov
2023-12-19 15:39 ` Luca Weiss
2024-01-24 8:00 ` Luca Weiss
2023-12-12 0:30 ` [RFT PATCH v2 0/4] drm/msm/dpu: enable writeback on the other platforms Abhinav Kumar
2023-12-12 6:23 ` Dmitry Baryshkov
2023-12-13 21:09 ` Abhinav Kumar
2024-09-05 3:33 ` 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=202312051918.XcPf4xI6-lkp@intel.com \
--to=lkp@intel.com \
--cc=andersson@kernel.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=marijn.suijten@somainline.org \
--cc=oe-kbuild-all@lists.linux.dev \
--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;
as well as URLs for NNTP newsgroup(s).