Hi Jonathan,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[also build test ERROR on v5.7-rc7]
[cannot apply to next-20200529]
[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/Jonathan-Marek/Initial-SM8150-and-SM8250-DPU-bringup/20200526-112725
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
9cb1fd0efd195590b828b9b865421ad345a4a145
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.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
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross 
ARCH=arm64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kbuild test robot <[email protected]>

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

<< In file included from drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:11:
>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:98:19: error: 
>> 'DPU_SSPP_SMART_DMA_V2_5' undeclared here (not in a function); did you mean 
>> 'DPU_SSPP_SMART_DMA_V2'?
98 |  .smart_dma_rev = DPU_SSPP_SMART_DMA_V2_5,
|                   ^~~~~~~~~~~~~~~~~~~~~~~
|                   DPU_SSPP_SMART_DMA_V2
<< In file included from drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:11:
>> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:104:19: warning: initialized 
>> field overwritten [-Woverride-init]
104 |  .max_linewidth = 4096,
|                   ^~~~
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:104:19: note: (near 
initialization for 'sm8150_dpu_caps.max_linewidth')
In file included from drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c:11:
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog_format.h:7:23: warning: 
'qcom_compressed_supported_formats' defined but not used 
[-Wunused-const-variable=]
7 | static const uint32_t qcom_compressed_supported_formats[] = {
|                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

    92  
    93  static const struct dpu_caps sm8150_dpu_caps = {
    94          .max_mixer_width = DEFAULT_DPU_OUTPUT_LINE_WIDTH,
    95          .max_mixer_blendstages = 0xb,
    96          .max_linewidth = 4096,
    97          .qseed_type = DPU_SSPP_SCALER_QSEED3,
  > 98          .smart_dma_rev = DPU_SSPP_SMART_DMA_V2_5,
    99          .ubwc_version = DPU_HW_UBWC_VER_30,
   100          .has_src_split = true,
   101          .has_dim_layer = true,
   102          .has_idle_pc = true,
   103          .has_3d_merge = true,
 > 104          .max_linewidth = 4096,
   105          .pixel_ram_size = DEFAULT_PIXEL_RAM_SIZE,
   106          .max_hdeci_exp = MAX_HORZ_DECIMATION,
   107          .max_vdeci_exp = MAX_VERT_DECIMATION,
   108  };
   109  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
Freedreno mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/freedreno

Reply via email to