Lines Matching defs:nonblock
1851 * If waiting for fences pre-swap (ie: nonblock), userspace can
2231 * @nonblock: whether nonblocking behavior is requested.
2247 bool nonblock)
2262 ret = drm_atomic_helper_setup_commit(state, nonblock);
2272 if (!nonblock) {
2309 if (nonblock)
2375 static int stall_checks(struct drm_crtc *crtc, bool nonblock)
2391 if (!completed && nonblock) {
2469 * @nonblock: whether nonblocking behavior is requested.
2512 bool nonblock)
2535 ret = stall_checks(crtc, nonblock);
2578 if (nonblock && old_conn_state->commit &&
2600 if (nonblock && old_plane_state->commit &&