Home
last modified time | relevance | path

Searched refs:wake_count (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/
Dintel_uncore.c148 d->wake_count++; in fw_domain_arm_timer()
446 GEM_BUG_ON(!domain->wake_count); in intel_uncore_fw_release_timer()
447 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()
473 GEM_BUG_ON(!domain->wake_count); in intel_uncore_fw_release_timer()
474 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()
695 if (domain->wake_count++) { in __intel_uncore_forcewake_get()
797 GEM_BUG_ON(!domain->wake_count); in __intel_uncore_forcewake_put()
799 if (--domain->wake_count) { in __intel_uncore_forcewake_put()
923 unsigned int actual = READ_ONCE(domain->wake_count); in assert_forcewakes_active()
2109 d->wake_count = 0; in __fw_domain_init()
[all …]
Dintel_uncore.h183 unsigned int wake_count; member
/openbsd/src/sys/dev/pci/drm/i915/selftests/
Dintel_uncore.c225 if (!domain->wake_count) in live_forcewake_ops()
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dintel_gt_pm_debugfs.c84 READ_ONCE(fw_domain->wake_count)); in fw_domains_show()