Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h87 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
143 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
146 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
166 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
181 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()