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.h90 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
147 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
150 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
170 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
185 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()