HomeSort by: relevance | last modified time | path
    Searched refs:intel_uc_supports_guc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 45 static inline bool intel_uc_supports_guc(struct intel_uc *uc) function in typeref:typename:bool
67 return intel_uc_supports_guc(uc);
intel_uc.c 70 if (!intel_uc_supports_guc(uc))
315 GEM_BUG_ON(!intel_uc_supports_guc(uc));
339 GEM_BUG_ON(!intel_uc_supports_guc(uc));
388 if (!intel_uc_supports_guc(uc))
409 GEM_BUG_ON(!intel_uc_supports_guc(uc));

Completed in 12 milliseconds