Lines Matching refs:nonblock
1405 * If waiting for fences pre-swap (ie: nonblock), userspace can
1783 * @nonblock: whether nonblocking behavior is requested.
1799 bool nonblock)
1814 ret = drm_atomic_helper_setup_commit(state, nonblock);
1824 if (!nonblock) {
1861 if (nonblock)
1927 static int stall_checks(struct drm_crtc *crtc, bool nonblock)
1941 if (!completed && nonblock) {
2015 * @nonblock: whether nonblocking behavior is requested.
2056 bool nonblock)
2076 ret = stall_checks(crtc, nonblock);
2116 if (nonblock && old_conn_state->commit &&
2131 if (nonblock && old_plane_state->commit &&