Skip to content

Commit

Permalink
[VP] remove unused Mi Pipe control bit field to reserved
Browse files Browse the repository at this point in the history
remove unused Mi Pipe control bit field to reserved.
  • Loading branch information
Alex1Zhang authored and intel-mediadev committed Oct 17, 2024
1 parent 62769c9 commit 0adaeff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1714,7 +1714,7 @@ MOS_STATUS VpRenderCmdPacket::SubmitWithMultiKernel(MOS_COMMAND_BUFFER *commandB

MOS_ZeroMemory(&PipeControlParams, sizeof(PipeControlParams));
PipeControlParams.dwFlushMode = MHW_FLUSH_WRITE_CACHE;
PipeControlParams.bGenericMediaStateClear = true;
PipeControlParams.bGenericMediaStateClear = true; // this value is ignored for compute walker.
PipeControlParams.bIndirectStatePointersDisable = true;
PipeControlParams.bDisableCSStall = false;

Expand Down

0 comments on commit 0adaeff

Please sign in to comment.