Hi Sarah,

kernel test robot noticed the following build warnings:

[auto build test WARNING on drm-misc/drm-misc-next]
[also build test WARNING on drm/drm-next drm-intel/for-linux-next 
drm-tip/drm-tip next-20231011]
[cannot apply to drm-exynos/exynos-drm-next drm-intel/for-linux-next-fixes 
linus/master v6.6-rc5]
[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/Sarah-Walker/sizes-h-Add-entries-between-SZ_32G-and-SZ_64T/20231010-221057
base:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
patch link:    
https://lore.kernel.org/r/20231010133738.35274-11-sarah.walker%40imgtec.com
patch subject: [PATCH v7 10/20] drm/imagination: Add GPU ID parsing and 
firmware loading
config: arm64-allyesconfig 
(https://download.01.org/0day-ci/archive/20231012/202310121406.jt1fethj-...@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): 
(https://download.01.org/0day-ci/archive/20231012/202310121406.jt1fethj-...@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 <l...@intel.com>
| Closes: 
https://lore.kernel.org/oe-kbuild-all/202310121406.jt1fethj-...@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/gpu/drm/imagination/pvr_device_info.c:106: warning: Function 
>> parameter or member 'enhancements' not described in 
>> 'pvr_device_info_set_enhancements'
>> drivers/gpu/drm/imagination/pvr_device_info.c:106: warning: Function 
>> parameter or member 'enhancements_size' not described in 
>> 'pvr_device_info_set_enhancements'
>> drivers/gpu/drm/imagination/pvr_device_info.c:106: warning: Excess function 
>> parameter 'quirks' description in 'pvr_device_info_set_enhancements'
>> drivers/gpu/drm/imagination/pvr_device_info.c:106: warning: Excess function 
>> parameter 'quirks_size' description in 'pvr_device_info_set_enhancements'


vim +106 drivers/gpu/drm/imagination/pvr_device_info.c

    97  
    98  /**
    99   * pvr_device_info_set_enhancements() - Set device enhancements from 
device information in firmware
   100   * @pvr_dev: Device pointer.
   101   * @quirks: Pointer to enhancements mask in device information.
   102   * @quirks_size: Size of enhancements mask, in u64s.
   103   */
   104  void pvr_device_info_set_enhancements(struct pvr_device *pvr_dev, const 
u64 *enhancements,
   105                                        u32 enhancements_size)
 > 106  {
   107          BUILD_BUG_ON(ARRAY_SIZE(enhancements_mapping) != 
PVR_FW_HAS_ERN_MAX);
   108  
   109          pvr_device_info_set_common(pvr_dev, enhancements, 
enhancements_size,
   110                                     enhancements_mapping, 
ARRAY_SIZE(enhancements_mapping));
   111  }
   112  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

Reply via email to