Lines Matching refs:ret
19 bool ret, fence_cookie;
29 ret = drm_crtc_handle_vblank(crtc);
30 if (!ret)
52 ret = queue_work(output->composer_workq, &state->composer_work);
53 if (!ret)
184 int i = 0, ret;
189 ret = drm_atomic_add_affected_planes(crtc_state->state, crtc);
190 if (ret < 0)
191 return ret;
282 int ret;
284 ret = drmm_crtc_init_with_planes(dev, crtc, primary, cursor,
286 if (ret) {
288 return ret;
303 return ret;