All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 2/2] drm/msm/dpu: Add SC8180x to hw catalog
Date: Tue, 15 Feb 2022 15:16:22 +0800	[thread overview]
Message-ID: <202202151520.viearqHY-lkp@intel.com> (raw)
In-Reply-To: <20220215043353.1256754-2-bjorn.andersson@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 3030 bytes --]

Hi Bjorn,

I love your patch! Perhaps something to improve:

[auto build test WARNING on drm/drm-next]
[also build test WARNING on v5.17-rc4 next-20220214]
[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/Bjorn-Andersson/drm-msm-dpu-Add-INTF_5-interrupts/20220215-123310
base:   git://anongit.freedesktop.org/drm/drm drm-next
config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220215/202202151520.viearqHY-lkp(a)intel.com/config)
compiler: mips-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/2ad34ad9a2871f13cf0948eecc12d7faabcee788
        git remote add linux-review https://github.com/0day-ci/linux
        git fetch --no-tags linux-review Bjorn-Andersson/drm-msm-dpu-Add-INTF_5-interrupts/20220215-123310
        git checkout 2ad34ad9a2871f13cf0948eecc12d7faabcee788
        # 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=mips 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 warnings (new ones prefixed by >>):

>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:1124:46: warning: excess elements in array initializer
    1124 |         .danger_lut_tbl = {0xf, 0xffff, 0x0, 0x0},
         |                                              ^~~
   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:1124:46: note: (near initialization for 'sc8180x_perf_data.danger_lut_tbl')


vim +1124 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c

  1117	
  1118	static const struct dpu_perf_cfg sc8180x_perf_data = {
  1119		.max_bw_low = 9600000,
  1120		.max_bw_high = 9600000,
  1121		.min_core_ib = 2400000,
  1122		.min_llcc_ib = 800000,
  1123		.min_dram_ib = 800000,
> 1124		.danger_lut_tbl = {0xf, 0xffff, 0x0, 0x0},
  1125		.qos_lut_tbl = {
  1126			{.nentry = ARRAY_SIZE(sc8180x_qos_linear),
  1127			.entries = sc8180x_qos_linear
  1128			},
  1129			{.nentry = ARRAY_SIZE(sc8180x_qos_macrotile),
  1130			.entries = sc8180x_qos_macrotile
  1131			},
  1132			{.nentry = ARRAY_SIZE(sc7180_qos_nrt),
  1133			.entries = sc7180_qos_nrt
  1134			},
  1135			/* TODO: macrotile-qseed is different from macrotile */
  1136		},
  1137		.cdp_cfg = {
  1138			{.rd_enable = 1, .wr_enable = 1},
  1139			{.rd_enable = 1, .wr_enable = 0}
  1140		},
  1141		.clk_inefficiency_factor = 105,
  1142		.bw_inefficiency_factor = 120,
  1143	};
  1144	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

  reply	other threads:[~2022-02-15  7:16 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-15  4:33 [PATCH v2 1/2] drm/msm/dpu: Add INTF_5 interrupts Bjorn Andersson
2022-02-15  4:33 ` Bjorn Andersson
2022-02-15  4:33 ` [PATCH v2 2/2] drm/msm/dpu: Add SC8180x to hw catalog Bjorn Andersson
2022-02-15  4:33   ` Bjorn Andersson
2022-02-15  7:16   ` kernel test robot [this message]
2022-02-15 13:43   ` Dmitry Baryshkov
2022-02-15 13:43     ` Dmitry Baryshkov
2022-02-15 14:07   ` kernel test robot
2022-02-15 14:07     ` kernel test robot
2022-02-15 17:14   ` Abhinav Kumar
2022-02-15 17:14     ` Abhinav Kumar
2022-02-15 17:28     ` Bjorn Andersson
2022-02-15 17:28       ` Bjorn Andersson
2022-02-15 17:42       ` Abhinav Kumar
2022-02-15 17:42         ` Abhinav Kumar
2022-02-15 18:42         ` Dmitry Baryshkov
2022-02-15 18:42           ` Dmitry Baryshkov
2022-02-15 20:21           ` Abhinav Kumar
2022-02-15 20:21             ` Abhinav Kumar
2022-02-16  0:20             ` Dmitry Baryshkov
2022-02-16  0:20               ` Dmitry Baryshkov
2022-02-16  1:34               ` Abhinav Kumar
2022-02-16  1:34                 ` Abhinav Kumar
2022-02-16  2:03                 ` Bjorn Andersson
2022-02-16  2:03                   ` Bjorn Andersson
2022-02-16  2:16                   ` [Freedreno] " Abhinav Kumar
2022-02-16  2:16                     ` Abhinav Kumar
2022-02-18  1:10                     ` Dmitry Baryshkov
2022-02-18  4:04                       ` Bjorn Andersson
2022-02-18  4:04                         ` Bjorn Andersson
2022-02-18  0:13                 ` Dmitry Baryshkov
2022-02-18  0:13                   ` Dmitry Baryshkov
2022-02-16  2:14         ` Bjorn Andersson
2022-02-16  2:14           ` Bjorn Andersson
2022-02-16  2:38           ` Abhinav Kumar
2022-02-16  2:38             ` Abhinav Kumar
2022-02-16  5:14             ` Bjorn Andersson
2022-02-16  5:14               ` Bjorn Andersson
2022-02-16  7:19               ` [Freedreno] " Abhinav Kumar
2022-02-16  7:19                 ` Abhinav Kumar
2022-02-18  0:05                 ` Dmitry Baryshkov
2022-02-18  0:05                   ` Dmitry Baryshkov
2022-02-15 13:42 ` [PATCH v2 1/2] drm/msm/dpu: Add INTF_5 interrupts Dmitry Baryshkov
2022-02-15 13:42   ` Dmitry Baryshkov
2022-02-16  2:39 ` Abhinav Kumar
2022-02-16  2:39   ` Abhinav Kumar
  -- strict thread matches above, loose matches on Subject: below --
2022-02-16  5:00 [PATCH v2 2/2] drm/msm/dpu: Add SC8180x to hw catalog kernel test robot

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=202202151520.viearqHY-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 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.