qxl_cmd.c | 592 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) 600 if (stall) 603 ret = ttm_bo_wait(&surf->tbo, true, !stall); 605 if (stall) 621 bool stall = false; local in function:qxl_reap_surface_id 645 ret = qxl_reap_surf(qdev, objptr, stall); 651 if (num_reaped == 0 && stall == false) { 652 stall = true;
|