Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c491 &res->dev_priv->res_lru[res->func->res_type]); in vmw_resource_unreserve()
678 struct list_head *lru_list = &dev_priv->res_lru[res->func->res_type]; in vmw_resource_validate()
888 struct list_head *lru_list = &dev_priv->res_lru[type]; in vmw_resource_evict_type()
H A Dvmwgfx_drv.h626 struct list_head res_lru[vmw_res_max]; member
H A Dvmwgfx_drv.c878 INIT_LIST_HEAD(&dev_priv->res_lru[i]); in vmw_driver_load()