Searched refs:nonblock (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 1380 * If waiting for fences pre-swap (ie: nonblock), userspace can in drm_atomic_helper_wait_for_fences() 1843 static int stall_checks(struct drm_crtc *crtc, bool nonblock) in stall_checks() argument 1858 if (!completed && nonblock) { in stall_checks() 1930 * @nonblock: whether nonblocking behavior is requested. 1970 int drm_atomic_helper_setup_commit(struct drm_atomic_state *state, bool nonblock) in drm_atomic_helper_setup_commit() argument 1992 ret = stall_checks(crtc, nonblock); in drm_atomic_helper_setup_commit() 2034 if (nonblock && old_conn_state->commit && !try_wait_for_completion(&old_conn_state->commit->flip_done)) { in drm_atomic_helper_setup_commit() 2051 if (nonblock && old_plane_state->commit && !try_wait_for_completion(&old_plane_state->commit->flip_done)) { in drm_atomic_helper_setup_commit() 2652 * @nonblock: whether nonblocking behavior is requested. 2666 int drm_atomic_helper_commit(struct drm_device *dev, struct drm_atomic_state *state, bool nonblock) in drm_atomic_helper_commit() argument [all...] |
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_mode_config.h | 210 * Nonblocking commits (as indicated with the nonblock parameter) must 274 int (*atomic_commit)(struct drm_device *dev, struct drm_atomic_state *state, bool nonblock);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_net.h | 2190 static inline hi_s32 oal_netlink_unicast(oal_sock_stru *pst_sock, oal_netbuf_stru *netbuf, hi_u32 pid, hi_u32 nonblock) in oal_netlink_unicast() 2197 return netlink_unicast(pst_sock, netbuf, pid, nonblock); in oal_netlink_unicast()
|
Completed in 13 milliseconds