wrapper: Flush pipe on unmap
For drivers that does DMA transfers instead of mapping directly
This commit is contained in:
@@ -246,6 +246,7 @@ wsw_dt_unmap(struct sw_winsys *ws,
|
||||
|
||||
pipe->transfer_unmap(pipe, wdt->transfer);
|
||||
pipe->transfer_destroy(pipe, wdt->transfer);
|
||||
pipe->flush(pipe, 0, NULL);
|
||||
wdt->transfer = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user