Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h117 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
815 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
818 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
838 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
853 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()