Skip to content

Commit

Permalink
[Media Common] [VP] refine unbind sync wait timeout logic
Browse files Browse the repository at this point in the history
refine unbind sync wait timeout logic!
  • Loading branch information
Dylan-debug authored and intel-mediadev committed Jul 13, 2023
1 parent 03f4cde commit 2327c8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion media_common/agnostic/common/os/mos_os_trace_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ typedef enum _MT_LOG_ID
//!
typedef enum _MT_PARAM_ID
{
MT_PARAM_ID_BASE = 0,
MT_PARAM_ID_BASE = 0,
MT_ERROR_CODE,
MT_COMPONENT,
MT_SUB_COMPONENT,
Expand Down Expand Up @@ -881,6 +881,11 @@ typedef enum _MT_PARAM_ID
MT_MOS_SYNC_BUSYCTX,
MT_MOS_SYNC_REQCTX,
MT_MOS_MM_EXT_RESOURCE_NEED_MAKE_RESIDENT,
MT_SYNC_WAIT_LOOPCOUNTER,
MT_SYNC_CUR_FENCE_TAG,
MT_SYNC_LAST_FENCE_TAG,
MT_SYNC_WAIT_BEFORE_SYNC,
MT_SYNC_WAIT_MICROSECOND,
MT_PARAM_ID_CP_BASE = 0x01000000,
MT_CP_SESSION_TYPE,
MT_CP_SESSION_MODE,
Expand Down

0 comments on commit 2327c8d

Please sign in to comment.