tree: git://people.freedesktop.org/~airlied/linux.git ttm-refactor-mem-manager-rename head: 1ae584657d6f1ba364af58dc0d35f098d8726967 commit: 2d8e0cde4a7ff32b9b6e369fc33c327e1d32f90a [51/82] drm/vmwgfx: takedown vram manager config: i386-randconfig-r006-20200803 (attached as .config) compiler: gcc-9 (Debian 9.3.0-14) 9.3.0 reproduce (this is a W=1 build): git checkout 2d8e0cde4a7ff32b9b6e369fc33c327e1d32f90a # save the attached .config to linux build tree make W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All errors (new ones prefixed by >>): drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_vram_manager_fini': >> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:646:2: error: implicit declaration of function 'ttm_bo_man_fini'; did you mean 'ttm_range_man_fini'? [-Werror=implicit-function-declaration] 646 | ttm_bo_man_fini(&dev_priv->bdev, | ^~~~~~~~~~~~~~~ | ttm_range_man_fini cc1: some warnings being treated as errors vim +646 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 640 641 static void vmw_vram_manager_fini(struct vmw_private *dev_priv) 642 { 643 #ifdef CONFIG_TRANSPARENT_HUGEPAGE 644 vmw_thp_fini(dev_priv); 645 #else > 646 ttm_bo_man_fini(&dev_priv->bdev, 647 &dev_priv->bdev.man[TTM_PL_VRAM]); 648 #endif 649 } 650 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel