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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 30 struct intel_huc huc; member in struct:intel_uc
72 return intel_huc_is_enabled(&uc->huc);
intel_uc.c 23 /* Reset GuC providing us with fresh state for both GuC and HuC.
54 "enable_guc=%d (guc:%s submission:%s huc:%s)\n",
79 i915_modparams.enable_guc, "HuC is not supported!");
97 intel_huc_init_early(&uc->huc);
272 intel_uc_fw_fetch(&uc->huc.fw);
277 intel_uc_fw_cleanup_fetch(&uc->huc.fw);
284 struct intel_huc *huc = &uc->huc; local in function:__uc_init
294 intel_uc_fw_cleanup_fetch(&huc->fw);
299 intel_huc_init(huc);
313 struct intel_huc *huc = &uc->huc; local in function:__uc_sanitize
406 struct intel_huc *huc = &uc->huc; local in function:__uc_init_hw
    [all...]

Completed in 12 milliseconds