Hi Kalyan,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on tegra-drm/drm/tegra/for-next]
[also build test ERROR on v5.4-rc8 next-20191118]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    
https://github.com/0day-ci/linux/commits/Kalyan-Thota/msm-disp-dpu1-add-support-for-display-for-SC7180-target/20191118-193857
base:   git://anongit.freedesktop.org/tegra/linux.git drm/tegra/for-next
config: arm64-randconfig-a001-20191118 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 7.4.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=arm64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <l...@intel.com>

All error/warnings (new ones prefixed by >>):

   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c: In function 
'sc7180_cfg_init':
>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:589:4: error: 'struct 
>> dpu_mdss_cfg' has no member named 'mdss_irqs'
      .mdss_irqs[0] = 0x3f,
       ^~~~~~~~~
>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:589:19: warning: 
>> initialization makes pointer from integer without a cast [-Wint-conversion]
      .mdss_irqs[0] = 0x3f,
                      ^~~~
   drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:589:19: note: (near 
initialization for '(anonymous).dma_formats')

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

   563  
   564  /*
   565   * sc7180_cfg_init(): populate sc7180 dpu sub-blocks reg offsets
   566   * and instance counts.
   567   */
   568  static void sc7180_cfg_init(struct dpu_mdss_cfg *dpu_cfg)
   569  {
   570          *dpu_cfg = (struct dpu_mdss_cfg){
   571                  .caps = &sc7180_dpu_caps,
   572                  .mdp_count = ARRAY_SIZE(sc7180_mdp),
   573                  .mdp = sc7180_mdp,
   574                  .ctl_count = ARRAY_SIZE(sc7180_ctl),
   575                  .ctl = sc7180_ctl,
   576                  .sspp_count = ARRAY_SIZE(sc7180_sspp),
   577                  .sspp = sc7180_sspp,
   578                  .mixer_count = ARRAY_SIZE(sc7180_lm),
   579                  .mixer = sc7180_lm,
   580                  .pingpong_count = ARRAY_SIZE(sc7180_pp),
   581                  .pingpong = sc7180_pp,
   582                  .intf_count = ARRAY_SIZE(sc7180_intf),
   583                  .intf = sc7180_intf,
   584                  .vbif_count = ARRAY_SIZE(sdm845_vbif),
   585                  .vbif = sdm845_vbif,
   586                  .reg_dma_count = 1,
   587                  .dma_cfg = sdm845_regdma,
   588                  .perf = sc7180_perf_data,
 > 589                  .mdss_irqs[0] = 0x3f,
   590          };
   591  }
   592  

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org Intel Corporation

Attachment: .config.gz
Description: application/gzip

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to