drivers/gpu/drm/panel/panel-visionox-rm69299.c:241:42: sparse: sparse: symbol 'visionox_rm69299_1080p_display_desc' was not declared. Should it be static?
kernel test robot <[email protected]> Thu, 23 Jul 2026 15:32:19 +0800
| Newsgroups | dev.linux.lists.oe-kbuild-all,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 4539944e515183668109bdf4d0c3d7d228383d88 commit: 01a2c6756bcae987472228c41319fc6ab2cc89c8 drm/panel: visionox-rm69299: add plumbing to support panel variants date: 1 year, 1 month ago config: i386-randconfig-063-20260722 (https://download.01.org/0day-ci/archive/20260723/[email protected]/config) compiler: clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211) sparse: v0.6.5-rc1 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260723/[email protected]/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 | Fixes: 01a2c6756bca ("drm/panel: visionox-rm69299: add plumbing to support panel variants") | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ sparse warnings: (new ones prefixed by >>) >> drivers/gpu/drm/panel/panel-visionox-rm69299.c:241:42: sparse: sparse: symbol 'visionox_rm69299_1080p_display_desc' was not declared. Should it be static? vim +/visionox_rm69299_1080p_display_desc +241 drivers/gpu/drm/panel/panel-visionox-rm69299.c 240 > 241 const struct visionox_rm69299_panel_desc visionox_rm69299_1080p_display_desc = { 242 .mode = &visionox_rm69299_1080x2248_60hz, 243 .init_seq = (const u8 *)visionox_rm69299_1080x2248_60hz_init_seq, 244 .init_seq_len = ARRAY_SIZE(visionox_rm69299_1080x2248_60hz_init_seq), 245 }; 246 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki