[drm:ttm-refactor-mem-manager-rename 51/82] drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:646:2: error: implicit declaration of function 'ttm_bo_man_fini'; did you mean

kernel test robot lkp at intel.com
Tue Aug 4 05:30:13 UTC 2020


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 at intel.com>

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@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 34052 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20200804/a77dd433/attachment-0001.gz>


More information about the dri-devel mailing list