Skip to content

iris: mark the workaround_bo as asynchronous

Paulo Zanoni requested to merge pzanoni/mesa:iris-wa-async into main

Opt out of implicit synchronization for the workaround bo: we already never mark it as writable and we only write to it as part of PIPE_CONTROL synchronization requirements. Setting it as ASYNC should be enough for i915.ko to pin it.

Signed-off-by: Paulo Zanoni

Merge request reports