/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gt_pm.c | 172 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); 244 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL);
|
debugfs_gt_pm.c | 350 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); 571 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
intel_gt.c | 132 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); 631 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL);
|
intel_rc6.c | 521 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL); 588 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
intel_reset.c | 635 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); 666 intel_uncore_forcewake_put(gt->uncore, FORCEWAKE_ALL); 778 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL);
|
intel_ring_submission.c | 744 intel_uncore_forcewake_put(engine->uncore, FORCEWAKE_ALL); 1695 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
intel_rps.c | 776 intel_uncore_forcewake_put(rps_to_uncore(rps), FORCEWAKE_MEDIA); 1201 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
intel_uncore.c | 222 intel_uncore_forcewake_put(uncore, fw_domains); 296 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc.c | 333 intel_uncore_forcewake_put(uncore, FORCEWAKE_BLITTER); 478 intel_uncore_forcewake_put(uncore, guc->send_regs.fw_domains);
|
intel_uc_fw.c | 482 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
mmio_context.c | 392 intel_uncore_forcewake_put(uncore, fw); 576 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL);
|
scheduler.c | 1049 intel_uncore_forcewake_put(&gvt->dev_priv->uncore,
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
intel_uncore.h | 233 void intel_uncore_forcewake_put(struct intel_uncore *uncore,
|
intel_uncore.c | 752 * intel_uncore_forcewake_put - release a forcewake domain reference 759 void intel_uncore_forcewake_put(struct intel_uncore *uncore, function in typeref:typename:void 777 * See intel_uncore_forcewake_put(). This variant places the onus 1699 intel_uncore_forcewake_put(uncore, FORCEWAKE_ALL);
|
i915_debugfs.c | 894 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL); 1663 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL);
|
i915_perf.c | 1509 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL); 2970 intel_uncore_forcewake_put(stream->uncore, FORCEWAKE_ALL);
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display_power.c | 4673 intel_uncore_forcewake_put(&dev_priv->uncore, FORCEWAKE_ALL);
|