On Wed, 2022-10-05 at 23:02 -0700, Alan Previn wrote: > -static inline bool context_has_committed_requests(struct intel_context *ce) > -{ > - return !!ce->guc_state.number_committed_requests; > -} > - Offline conversation with John Harrison and team matest concluded we dont even need the "ce->guc_state.number_committed_requests" counter anymore. Will re-rev again and remove that too. ...alan