Skip to content

frontend/va/image: add pipe flush for vlVaPutImage

Boyuan Zhang requested to merge boyzhang/mesa:boyzhang into master

To fix synchronization issue between multimedia queue and gfx queue. Adding flush call will let multimedia queue to wait for the content of gfx command buffer to be executed, for the case where there is dependency between these two queues.

Signed-off-by: Boyuan Zhang boyuan.zhang@amd.com

Merge request reports