Searched refs:sync_op (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_sync.c | 16 pvr_check_sync_op(const struct drm_pvr_sync_op *sync_op) in pvr_check_sync_op() argument 20 if (sync_op->flags & ~DRM_PVR_SYNC_OP_FLAGS_MASK) in pvr_check_sync_op() 23 handle_type = sync_op->flags & DRM_PVR_SYNC_OP_FLAG_HANDLE_TYPE_MASK; in pvr_check_sync_op() 29 sync_op->value != 0) in pvr_check_sync_op()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 314 static bool sync_op_is_signal(const struct drm_panthor_sync_op *sync_op) in sync_op_is_signal() argument 316 return !!(sync_op->flags & DRM_PANTHOR_SYNC_OP_SIGNAL); in sync_op_is_signal() 319 static bool sync_op_is_wait(const struct drm_panthor_sync_op *sync_op) in sync_op_is_wait() argument 322 return !(sync_op->flags & DRM_PANTHOR_SYNC_OP_SIGNAL); in sync_op_is_wait() 332 panthor_check_sync_op(const struct drm_panthor_sync_op *sync_op) in panthor_check_sync_op() argument 336 if (sync_op->flags & ~PANTHOR_SYNC_OP_FLAGS_MASK) in panthor_check_sync_op() 339 handle_type = sync_op->flags & DRM_PANTHOR_SYNC_OP_HANDLE_TYPE_MASK; in panthor_check_sync_op() 345 sync_op->timeline_value != 0) in panthor_check_sync_op()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | uasm-mips.c | 195 [insn_sync] = {M(spec_op, 0, 0, 0, 0, sync_op), RE},
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | inst.h | 48 syscall_op, break_op, spim_op, sync_op, enumerator
|