Lines Matching defs:nonblock
1463 * If waiting for fences pre-swap (ie: nonblock), userspace can
1817 * @nonblock: whether nonblocking behavior is requested.
1833 bool nonblock)
1848 ret = drm_atomic_helper_setup_commit(state, nonblock);
1858 if (!nonblock) {
1895 if (nonblock)
1961 static int stall_checks(struct drm_crtc *crtc, bool nonblock)
1975 if (!completed && nonblock) {
2049 * @nonblock: whether nonblocking behavior is requested.
2090 bool nonblock)
2110 ret = stall_checks(crtc, nonblock);
2150 if (nonblock && old_conn_state->commit &&
2165 if (nonblock && old_plane_state->commit &&