Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c500 &res->dev_priv->res_lru[res->func->res_type]); in vmw_resource_unreserve()
687 struct list_head *lru_list = &dev_priv->res_lru[res->func->res_type]; in vmw_resource_validate()
897 struct list_head *lru_list = &dev_priv->res_lru[type]; in vmw_resource_evict_type()
H A Dvmwgfx_drv.h599 struct list_head res_lru[vmw_res_max]; member
H A Dvmwgfx_drv.c880 INIT_LIST_HEAD(&dev_priv->res_lru[i]); in vmw_driver_load()