Re: linux-next: Tree for Jun 28 (drm/vmwgfx/)

From: Randy Dunlap
Date: Mon Jun 28 2021 - 11:55:42 EST


On 6/28/21 3:57 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20210625:
>

on i386 or 86_64:

../drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_vram_manager_init':
../drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:678:8: error: implicit declaration of function 'ttm_range_man_init'; did you mean 'ttm_tt_mgr_init'? [-Werror=implicit-function-declaration]
ret = ttm_range_man_init(&dev_priv->bdev, TTM_PL_VRAM, false,
^~~~~~~~~~~~~~~~~~
ttm_tt_mgr_init
../drivers/gpu/drm/vmwgfx/vmwgfx_drv.c: In function 'vmw_vram_manager_fini':
../drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:690:2: error: implicit declaration of function 'ttm_range_man_fini'; did you mean 'ttm_pool_mgr_fini'? [-Werror=implicit-function-declaration]
ttm_range_man_fini(&dev_priv->bdev, TTM_PL_VRAM);
^~~~~~~~~~~~~~~~~~
ttm_pool_mgr_fini


The randconfig seed for this build is:
KCONFIG_SEED=0x96D160F4

or do you want the full randconfig file?


--
~Randy
Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>