Searched refs:new_guc_id (Results 1 – 1 of 1) sorted by relevance
1093 static int new_guc_id(struct intel_guc *guc) in new_guc_id() function1151 ret = new_guc_id(guc); in assign_guc_id()2059 static bool context_needs_register(struct intel_context *ce, bool new_guc_id) in context_needs_register() argument2061 return (new_guc_id || test_bit(CONTEXT_LRCA_DIRTY, &ce->flags) || in context_needs_register()