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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h70 * @res_prios: Eviction priority counts for attached resources
87 u32 res_prios[TTM_MAX_BO_PRIORITY]; member in struct:vmw_bo
143 int i = ARRAY_SIZE(vbo->res_prios);
146 if (vbo->res_prios[i]) {
166 if (vbo->res_prios[prio]++ == 0)
181 if (--vbo->res_prios[prio] == 0)

Completed in 101 milliseconds