From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4658087563217048616==" MIME-Version: 1.0 From: kernel test robot 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 Message-ID: <202202151520.viearqHY-lkp@intel.com> In-Reply-To: <20220215043353.1256754-2-bjorn.andersson@linaro.org> List-Id: --===============4658087563217048616== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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-dp= u-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=3D1 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/2ad34ad9a2871f13cf0948eec= c12d7faabcee788 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Bjorn-Andersson/drm-msm-dpu-Add-IN= TF_5-interrupts/20220215-123310 git checkout 2ad34ad9a2871f13cf0948eecc12d7faabcee788 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dmips SHELL=3D/bin/bash drivers/gpu/drm/msm/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot 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 =3D {0xf, 0xffff, 0x0, 0x0}, | ^~~ drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:1124:46: note: (near init= ialization 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 =3D { 1119 .max_bw_low =3D 9600000, 1120 .max_bw_high =3D 9600000, 1121 .min_core_ib =3D 2400000, 1122 .min_llcc_ib =3D 800000, 1123 .min_dram_ib =3D 800000, > 1124 .danger_lut_tbl =3D {0xf, 0xffff, 0x0, 0x0}, 1125 .qos_lut_tbl =3D { 1126 {.nentry =3D ARRAY_SIZE(sc8180x_qos_linear), 1127 .entries =3D sc8180x_qos_linear 1128 }, 1129 {.nentry =3D ARRAY_SIZE(sc8180x_qos_macrotile), 1130 .entries =3D sc8180x_qos_macrotile 1131 }, 1132 {.nentry =3D ARRAY_SIZE(sc7180_qos_nrt), 1133 .entries =3D sc7180_qos_nrt 1134 }, 1135 /* TODO: macrotile-qseed is different from macrotile */ 1136 }, 1137 .cdp_cfg =3D { 1138 {.rd_enable =3D 1, .wr_enable =3D 1}, 1139 {.rd_enable =3D 1, .wr_enable =3D 0} 1140 }, 1141 .clk_inefficiency_factor =3D 105, 1142 .bw_inefficiency_factor =3D 120, 1143 }; 1144 = --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============4658087563217048616==--