Skip to content

frontends/va: Send all bitstream buffers to driver at once

David Rosca requested to merge nowrep/mesa:va-slicedata into main

What does this MR do and why?

frontends/va: Send all bitstream buffers to driver at once

Usually applications will submit one buffer per slice. Instead of
sending it to driver in parts, send all submitted buffers before
end_frame is called in vlVaEndPicture.
Avoids excessive reallocations in driver.

Merge request reports