Skip to content

aux/tc: pass PIPE_MAP_UNSYNCHRONIZED to is_buffer_busy

Mike Blumenkrantz requested to merge zmike/mesa:map into main

this call should always occur with the exact map flags that will be used so that the driver can make accurate determinations about whether a buffer should be considered 'busy', i.e., a map will not require waiting

by passing this flag through, drivers can correctly claim busy status for cases like mapping a device-local buffer without discard, which will always require waiting

cc: mesa-stable

Merge request reports