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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_reset.c 352 u32 sfc_usage_bit; local in function:gen11_lock_sfc
368 sfc_usage_bit = GEN11_VCS_SFC_USAGE_BIT;
380 sfc_usage_bit = GEN11_VECS_SFC_USAGE_BIT;
395 if (!(intel_uncore_read_fw(uncore, sfc_usage) & sfc_usage_bit))
407 if (!(intel_uncore_read_fw(uncore, sfc_usage) & sfc_usage_bit))
intel_reset.c 352 u32 sfc_usage_bit; local in function:gen11_lock_sfc
368 sfc_usage_bit = GEN11_VCS_SFC_USAGE_BIT;
380 sfc_usage_bit = GEN11_VECS_SFC_USAGE_BIT;
395 if (!(intel_uncore_read_fw(uncore, sfc_usage) & sfc_usage_bit))
407 if (!(intel_uncore_read_fw(uncore, sfc_usage) & sfc_usage_bit))

Completed in 21 milliseconds