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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_gt_pm.c 29 struct intel_uncore_forcewake_domain *fw_domain; local in function:fw_domains_show
35 for_each_fw_domain(fw_domain, uncore, tmp)
37 intel_uncore_forcewake_domain_to_str(fw_domain->id),
38 READ_ONCE(fw_domain->wake_count));
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_uncore.h 164 } *fw_domain[FW_DOMAIN_ID_COUNT]; member in struct:intel_uncore
174 for_each_if(domain__ = (uncore__)->fw_domain[__mask_next_bit(tmp__)])
i915_debugfs.c 1074 struct intel_uncore_forcewake_domain *fw_domain; local in function:i915_forcewake_domains
1080 for_each_fw_domain(fw_domain, uncore, tmp)
1082 intel_uncore_forcewake_domain_to_str(fw_domain->id),
1083 READ_ONCE(fw_domain->wake_count));

Completed in 14 milliseconds