Home
last modified time | relevance | path

Searched refs:ttm_resource_manager_used (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_resource.h204 static inline bool ttm_resource_manager_used(struct ttm_resource_manager *man) in ttm_resource_manager_used() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1192 if (!ttm_resource_manager_used(man)) { in __vmw_svga_enable()
1223 if (ttm_resource_manager_used(man)) { in __vmw_svga_disable()
1257 if (ttm_resource_manager_used(man)) { in vmw_svga_disable()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c909 if (!man || !ttm_resource_manager_used(man)) in ttm_bo_mem_placement()