Lines Matching defs:nonblock
1611 * If waiting for fences pre-swap (ie: nonblock), userspace can
1989 * @nonblock: whether nonblocking behavior is requested.
2005 bool nonblock)
2020 ret = drm_atomic_helper_setup_commit(state, nonblock);
2030 if (!nonblock) {
2067 if (nonblock)
2133 static int stall_checks(struct drm_crtc *crtc, bool nonblock)
2149 if (!completed && nonblock) {
2227 * @nonblock: whether nonblocking behavior is requested.
2271 bool nonblock)
2294 ret = stall_checks(crtc, nonblock);
2338 if (nonblock && old_conn_state->commit &&
2360 if (nonblock && old_plane_state->commit &&