You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program is freezed on calling again i965_put_surface_dri() after i965_put_surface_dri() is failed with VA_STATUS_ERROR_ALLOCATION_FAILED.
This is because i965_put_surface_dri lock mutex, but ASSERT_RET does not unlock mutex.
Program is freezed on calling again
i965_put_surface_dri
() afteri965_put_surface_dri
() is failed with VA_STATUS_ERROR_ALLOCATION_FAILED.This is because
i965_put_surface_dri
lock mutex, butASSERT_RET
does not unlock mutex.intel-vaapi-driver/src/i965_output_dri.c
Lines 147 to 160 in 567a22c
The text was updated successfully, but these errors were encountered: