Skip to content

freedreno: Fix fence unref race

Rob Clark requested to merge robclark/mesa:fd/fence-race into main

Destroying a fence that was never flushed could race with the submit queue, which could cause either an fd leak or closing an fd that the retire queue would want to use.

Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports