Displaying 1 result from an estimated 1 matches for "vbox_simple_ttm_funcs".
2019 Apr 09
0
[PATCH 13/15] drm/vboxvideo: Convert vboxvideo driver to Simple TTM
...NULL;
> - }
> -
> - return tt;
> -}
> -
> -static struct ttm_bo_driver vbox_bo_driver = {
> - .ttm_tt_create = vbox_ttm_tt_create,
> - .init_mem_type = vbox_bo_init_mem_type,
> - .eviction_valuable = ttm_bo_eviction_valuable,
> +static const struct drm_simple_ttm_funcs vbox_simple_ttm_funcs = {
> .evict_flags = drm_gem_ttm_bo_driver_evict_flags,
> - .verify_access = drm_gem_ttm_bo_driver_verify_access,
> - .io_mem_reserve = &vbox_ttm_io_mem_reserve,
> - .io_mem_free = &vbox_ttm_io_mem_free,
> + .verify_access = drm_gem_ttm_bo_driver_verify_access
> };
&g...