[xilinx-xlnx:master 439/466] drm_fb_helper.c:undefined reference to `sys_fillrect'

kernel test robot lkp at intel.com
Mon Jan 31 17:03:11 PST 2022


tree:   https://github.com/Xilinx/linux-xlnx master
head:   b39b62925e0cb5a0a54afd053ba3cc91893f2efd
commit: 2393692b42120111977addd8b52d26136b0b96ac [439/466] firmware: xilinx: Mark zynqmp_pm_get_meta_header as static inline
config: h8300-randconfig-r011-20220130 (https://download.01.org/0day-ci/archive/20220201/202202010921.Oh8NU4wA-lkp@intel.com/config)
compiler: h8300-linux-gcc (GCC) 11.2.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
        # https://github.com/Xilinx/linux-xlnx/commit/2393692b42120111977addd8b52d26136b0b96ac
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx master
        git checkout 2393692b42120111977addd8b52d26136b0b96ac
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=h8300 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>

All errors (new ones prefixed by >>):

   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_set_suspend':
   drm_fb_helper.c:(.text+0x303): undefined reference to `fb_set_suspend'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_resume_worker':
   drm_fb_helper.c:(.text+0x325): undefined reference to `fb_set_suspend'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_unregister_fbi':
   drm_fb_helper.c:(.text+0x353): undefined reference to `unregister_framebuffer'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_read':
   drm_fb_helper.c:(.text+0x36d): undefined reference to `fb_sys_read'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_fini':
   drm_fb_helper.c:(.text+0x11fd): undefined reference to `fb_dealloc_cmap'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x1203): undefined reference to `framebuffer_release'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_alloc_fbi':
   drm_fb_helper.c:(.text+0x14b1): undefined reference to `framebuffer_alloc'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x14d9): undefined reference to `fb_alloc_cmap'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x14fd): undefined reference to `fb_dealloc_cmap'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x151d): undefined reference to `framebuffer_release'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `.L253':
   drm_fb_helper.c:(.text+0x1685): undefined reference to `fb_deferred_io_init'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `.L255':
   drm_fb_helper.c:(.text+0x17af): undefined reference to `register_framebuffer'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `.L290':
   drm_fb_helper.c:(.text+0x1be1): undefined reference to `fb_set_suspend'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_write':
   drm_fb_helper.c:(.text+0x2627): undefined reference to `fb_sys_write'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_fillrect':
>> drm_fb_helper.c:(.text+0x2675): undefined reference to `sys_fillrect'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_copyarea':
   drm_fb_helper.c:(.text+0x26bb): undefined reference to `sys_copyarea'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_sys_imageblit':
   drm_fb_helper.c:(.text+0x2701): undefined reference to `sys_imageblit'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_fillrect':
   drm_fb_helper.c:(.text+0x2747): undefined reference to `cfb_fillrect'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_copyarea':
   drm_fb_helper.c:(.text+0x278d): undefined reference to `cfb_copyarea'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fb_helper_cfb_imageblit':
   drm_fb_helper.c:(.text+0x27d3): undefined reference to `cfb_imageblit'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_imageblit':
   drm_fb_helper.c:(.text+0x2825): undefined reference to `cfb_imageblit'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x282d): undefined reference to `sys_imageblit'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_fillrect':
   drm_fb_helper.c:(.text+0x287f): undefined reference to `cfb_fillrect'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x2887): undefined reference to `sys_fillrect'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_fb_copyarea':
   drm_fb_helper.c:(.text+0x28d9): undefined reference to `cfb_copyarea'
   h8300-linux-ld: drm_fb_helper.c:(.text+0x28e1): undefined reference to `sys_copyarea'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `.L436':
   drm_fb_helper.c:(.text+0x295b): undefined reference to `fb_deferred_io_cleanup'
   h8300-linux-ld: drivers/gpu/drm/drm_fb_helper.o: in function `drm_fbdev_client_unregister':
   drm_fb_helper.c:(.text+0x2a05): undefined reference to `unregister_framebuffer'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org



More information about the linux-arm-kernel mailing list