Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h128 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
938 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
941 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
961 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
976 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()