Home | History | Annotate | Download | only in drm

Lines Matching refs:curr_res

303    struct virgl_hw_res *res, *curr_res;
321 curr_res = LIST_ENTRY(struct virgl_hw_res, curr, head);
323 if (!res && ((ret = virgl_is_res_compat(qdws, curr_res, size, bind, format)) > 0))
324 res = curr_res;
325 else if (os_time_timeout(curr_res->start, curr_res->end, now)) {
326 LIST_DEL(&curr_res->head);
327 virgl_hw_res_destroy(qdws, curr_res);
340 curr_res = LIST_ENTRY(struct virgl_hw_res, curr, head);
341 ret = virgl_is_res_compat(qdws, curr_res, size, bind, format);
343 res = curr_res;