Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.h68 * @res_prios: Eviction priority counts for attached resources
85 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
141 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
144 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
164 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
179 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h107 * @res_prios: Eviction priority counts for attached resources
119 u32 res_prios[TTM_MAX_BO_PRIORITY]; member
900 int i = ARRAY_SIZE(vbo->res_prios); in vmw_bo_prio_adjust()
903 if (vbo->res_prios[i]) { in vmw_bo_prio_adjust()
923 if (vbo->res_prios[prio]++ == 0) in vmw_bo_prio_add()
938 if (--vbo->res_prios[prio] == 0) in vmw_bo_prio_del()

Completed in 5 milliseconds