HomeSort by: relevance | last modified time | path
    Searched defs:wakeref (Results 1 - 25 of 189) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6_types.h 30 bool wakeref : 1; member in struct:intel_rc6
intel_rc6_types.h 30 bool wakeref : 1; member in struct:intel_rc6
intel_rc6_types.h 30 bool wakeref : 1; member in struct:intel_rc6
selftest_llc.c 20 intel_wakeref_t wakeref; local in function:gen6_verify_ring_freq
24 wakeref = intel_runtime_pm_get(llc_to_gt(llc)->uncore->rpm);
73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
selftest_reset.c 19 intel_wakeref_t wakeref; local in function:igt_global_reset
25 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
36 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
48 intel_wakeref_t wakeref; local in function:igt_wedged_reset
53 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
60 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
selftest_llc.c 20 intel_wakeref_t wakeref; local in function:gen6_verify_ring_freq
24 wakeref = intel_runtime_pm_get(llc_to_gt(llc)->uncore->rpm);
73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
selftest_reset.c 19 intel_wakeref_t wakeref; local in function:igt_global_reset
25 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
36 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
48 intel_wakeref_t wakeref; local in function:igt_wedged_reset
53 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
60 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
selftest_llc.c 20 intel_wakeref_t wakeref; local in function:gen6_verify_ring_freq
24 wakeref = intel_runtime_pm_get(llc_to_gt(llc)->uncore->rpm);
73 intel_runtime_pm_put(llc_to_gt(llc)->uncore->rpm, wakeref);
selftest_reset.c 19 intel_wakeref_t wakeref; local in function:igt_global_reset
25 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
36 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
48 intel_wakeref_t wakeref; local in function:igt_wedged_reset
53 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
60 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
intel_gt_pm.c 38 GEM_BUG_ON(count > atomic_read(&gt->wakeref.count));
39 atomic_sub(count, &gt->wakeref.count);
41 atomic_add(count, &gt->wakeref.count);
48 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref);
80 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref);
81 intel_wakeref_t wakeref = fetch_and_zero(&gt->awake); local in function:__gt_park
97 GEM_BUG_ON(!wakeref);
98 intel_display_power_put_async(i915, POWER_DOMAIN_GT_IRQ, wakeref);
112 intel_wakeref_init(&gt->wakeref, gt->uncore->rpm, &wf_ops);
138 intel_wakeref_t wakeref; local in function:gt_sanitize
291 intel_wakeref_t wakeref; local in function:intel_gt_suspend_late
    [all...]
selftest_rc6.c 24 intel_wakeref_t wakeref; local in function:live_rc6_manual
40 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
74 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
intel_gt_pm.c 38 GEM_BUG_ON(count > atomic_read(&gt->wakeref.count));
39 atomic_sub(count, &gt->wakeref.count);
41 atomic_add(count, &gt->wakeref.count);
48 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref);
80 struct intel_gt *gt = container_of(wf, typeof(*gt), wakeref);
81 intel_wakeref_t wakeref = fetch_and_zero(&gt->awake); local in function:__gt_park
97 GEM_BUG_ON(!wakeref);
98 intel_display_power_put_async(i915, POWER_DOMAIN_GT_IRQ, wakeref);
112 intel_wakeref_init(&gt->wakeref, gt->uncore->rpm, &wf_ops);
138 intel_wakeref_t wakeref; local in function:gt_sanitize
291 intel_wakeref_t wakeref; local in function:intel_gt_suspend_late
    [all...]
selftest_rc6.c 24 intel_wakeref_t wakeref; local in function:live_rc6_manual
40 wakeref = intel_runtime_pm_get(gt->uncore->rpm);
74 intel_runtime_pm_put(gt->uncore->rpm, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_huc.c 214 intel_wakeref_t wakeref; local in function:intel_huc_check_status
220 with_intel_runtime_pm(gt->uncore->rpm, wakeref)
intel_huc.c 214 intel_wakeref_t wakeref; local in function:intel_huc_check_status
220 with_intel_runtime_pm(gt->uncore->rpm, wakeref)
intel_huc.c 214 intel_wakeref_t wakeref; local in function:intel_huc_check_status
220 with_intel_runtime_pm(gt->uncore->rpm, wakeref)
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_wakeref.c 21 wf->wakeref = intel_runtime_pm_get(wf->rpm);
26 intel_wakeref_t wakeref = fetch_and_zero(&wf->wakeref); local in function:rpm_put
28 intel_runtime_pm_put(wf->rpm, wakeref);
29 INTEL_WAKEREF_BUG_ON(!wakeref);
40 * upon acquiring the wakeref.
112 __mutex_init(&wf->mutex, "wakeref.mutex", &key->mutex);
114 wf->wakeref = 0;
118 lockdep_init_map(&wf->work.lockdep_map, "wakeref.work", &key->work, 0);
148 intel_wakeref_t wakeref; local in function:wakeref_auto_timeout
    [all...]
intel_wakeref.c 21 wf->wakeref = intel_runtime_pm_get(wf->rpm);
26 intel_wakeref_t wakeref = fetch_and_zero(&wf->wakeref); local in function:rpm_put
28 intel_runtime_pm_put(wf->rpm, wakeref);
29 INTEL_WAKEREF_BUG_ON(!wakeref);
40 * upon acquiring the wakeref.
112 __mutex_init(&wf->mutex, "wakeref.mutex", &key->mutex);
114 wf->wakeref = 0;
118 lockdep_init_map(&wf->work.lockdep_map, "wakeref.work", &key->work, 0);
148 intel_wakeref_t wakeref; local in function:wakeref_auto_timeout
    [all...]
intel_wakeref.c 21 wf->wakeref = intel_runtime_pm_get(wf->rpm);
26 intel_wakeref_t wakeref = fetch_and_zero(&wf->wakeref); local in function:rpm_put
28 intel_runtime_pm_put(wf->rpm, wakeref);
29 INTEL_WAKEREF_BUG_ON(!wakeref);
40 * upon acquiring the wakeref.
112 __mutex_init(&wf->mutex, "wakeref.mutex", &key->mutex);
114 wf->wakeref = 0;
118 lockdep_init_map(&wf->work.lockdep_map, "wakeref.work", &key->work, 0);
148 intel_wakeref_t wakeref; local in function:wakeref_auto_timeout
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsb.c 113 intel_wakeref_t wakeref; local in function:intel_dsb_get
121 wakeref = intel_runtime_pm_get(&i915->runtime_pm);
154 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
intel_vga.c 83 intel_wakeref_t wakeref; local in function:intel_vga_redisable
94 wakeref = intel_display_power_get_if_enabled(i915, POWER_DOMAIN_VGA);
95 if (!wakeref)
100 intel_display_power_put(i915, POWER_DOMAIN_VGA, wakeref);
intel_dsb.c 113 intel_wakeref_t wakeref; local in function:intel_dsb_get
121 wakeref = intel_runtime_pm_get(&i915->runtime_pm);
154 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
intel_vga.c 83 intel_wakeref_t wakeref; local in function:intel_vga_redisable
94 wakeref = intel_display_power_get_if_enabled(i915, POWER_DOMAIN_VGA);
95 if (!wakeref)
100 intel_display_power_put(i915, POWER_DOMAIN_VGA, wakeref);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_gem.c 78 intel_wakeref_t wakeref; local in function:simulate_hibernate
80 wakeref = intel_runtime_pm_get(&i915->runtime_pm);
91 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
103 intel_wakeref_t wakeref; local in function:pm_suspend
105 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
113 intel_wakeref_t wakeref; local in function:pm_hibernate
115 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
125 intel_wakeref_t wakeref; local in function:pm_resume
131 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
i915_gem.c 78 intel_wakeref_t wakeref; local in function:simulate_hibernate
80 wakeref = intel_runtime_pm_get(&i915->runtime_pm);
91 intel_runtime_pm_put(&i915->runtime_pm, wakeref);
103 intel_wakeref_t wakeref; local in function:pm_suspend
105 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
113 intel_wakeref_t wakeref; local in function:pm_hibernate
115 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {
125 intel_wakeref_t wakeref; local in function:pm_resume
131 with_intel_runtime_pm(&i915->runtime_pm, wakeref) {

Completed in 41 milliseconds

1 2 3 4 5 6 7 8