[PATCH 9/9] drm/vmwgfx: Fix implicit declaration error

Christian König christian.koenig at amd.com
Wed Jun 9 17:24:25 UTC 2021



Am 09.06.21 um 19:23 schrieb Zack Rusin:
> The declarations of ttm_range_man_init and ttm_range_man_fini
> have been moved to ttm_range_manager.h so we have to add it
> to the include list.
>
> Signed-off-by: Zack Rusin <zackr at vmware.com>
> Reported-by: Randy Dunlap <rdunlap at infradead.org>
> Fixes: 3eb7d96e9415 ("drm/ttm: flip over the range manager to self allocated nodes")
> Cc: Christian König <christian.koenig at amd.com>
> Cc: Matthew Auld <matthew.auld at intel.com>
> Reviewed-by: Martin Krastev <krastevm at vmware.com>

Reviewed-by: Christian König <christian.koenig at amd.com>

Sorry for the noise.

> ---
>   drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> index d51f215bd715..48a62fb0da2f 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> @@ -36,6 +36,7 @@
>   #include <drm/drm_ioctl.h>
>   #include <drm/drm_sysfs.h>
>   #include <drm/ttm/ttm_bo_driver.h>
> +#include <drm/ttm/ttm_range_manager.h>
>   #include <drm/ttm/ttm_placement.h>
>   #include <generated/utsrelease.h>
>   



More information about the dri-devel mailing list