Skip to content

Commit

Permalink
[bridge] fix wait
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Dec 31, 2023
1 parent ebe051f commit 10324ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/amdgpu/bridge/include/amdgpu/bridge/bridge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ struct BridgePusher {
((header->size - position - 1) << 32);
}

waitPuller(position);
position = 0;
waitPuller(cmdSize);
}

return position;
Expand Down

0 comments on commit 10324ce

Please sign in to comment.