nvnflinger: fix producer slot fence init

This commit is contained in:
Liam 2023-05-11 17:08:14 -04:00
parent 182221b9ff
commit 6e10a0c130
1 changed files with 1 additions and 0 deletions

View File

@ -793,6 +793,7 @@ Status BufferQueueProducer::SetPreallocatedBuffer(s32 slot,
std::scoped_lock lock{core->mutex};
slots[slot] = {};
slots[slot].fence = Fence::NoFence();
slots[slot].graphic_buffer = buffer;
slots[slot].frame_number = 0;