Home
last modified time | relevance | path

Searched refs:DRM_PANTHOR_SYNC_OP_SIGNAL (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/drm/
H A Dpanthor_drm.h231 DRM_PANTHOR_SYNC_OP_SIGNAL = (int)(1u << 31), enumerator
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c312 (DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK | DRM_PANTHOR_SYNC_OP_SIGNAL)
316 return !!(sync_op->flags & DRM_PANTHOR_SYNC_OP_SIGNAL); in sync_op_is_signal()
322 return !(sync_op->flags & DRM_PANTHOR_SYNC_OP_SIGNAL); in sync_op_is_wait()