Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h128 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
939 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
942 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
962 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
977 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()