Skip to content

Commit d4720e7

Browse files
zxyeintel-mediadev
authored andcommitted
[Media Common] Enable 64b signaling
Enable 64b signaling mode of the semaphore signal command
1 parent 39a3e82 commit d4720e7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

media_softlet/agnostic/common/hw/mhw_mi_cmdpar.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,11 @@ namespace mi
187187

188188
struct _MHW_PAR_T(MI_SEMAPHORE_SIGNAL)
189189
{
190-
bool b64bSignalingEnable = 0; //Semaphore Wait/Signal with 64 bit Token value
190+
bool b64bSignalingEnable = 0; //Semaphore Wait/Signal with 64 bit Token value
191+
uint32_t dwLength = 0;
192+
uint32_t swSemaphoreTokenInfo = 0;
193+
uint32_t semaphoreTokenLowerDword = 0;
194+
uint32_t semaphoreTokenUpperDword = 0;
191195
};
192196

193197
struct _MHW_PAR_T(PIPE_CONTROL)

0 commit comments

Comments
 (0)