Home
last modified time | relevance | path

Searched refs:SYNC_PARSE_FLAG_EXEC (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_sync.h17 #define SYNC_PARSE_FLAG_EXEC BIT(0) macro
H A Dxe_exec.c163 &syncs_user[num_syncs], SYNC_PARSE_FLAG_EXEC | in xe_exec_ioctl()
H A Dxe_sync.c120 bool exec = flags & SYNC_PARSE_FLAG_EXEC; in xe_sync_entry_parse()