Searched refs:gt_pm (Results 1 – 10 of 10) sorted by relevance
289 dev_priv->gt_pm.rps.cur_freq)); in gt_cur_freq_mhz_show()298 dev_priv->gt_pm.rps.boost_freq)); in gt_boost_freq_mhz_show()306 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gt_boost_freq_mhz_store()339 dev_priv->gt_pm.rps.efficient_freq)); in vlv_rpe_freq_mhz_show()348 dev_priv->gt_pm.rps.max_freq_softlimit)); in gt_max_freq_mhz_show()356 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gt_max_freq_mhz_store()406 dev_priv->gt_pm.rps.min_freq_softlimit)); in gt_min_freq_mhz_show()414 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gt_min_freq_mhz_store()471 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gt_rp_mhz_show()
6245 struct intel_rps *rps = &dev_priv->gt_pm.rps; in intel_rps_limits()6269 struct intel_rps *rps = &dev_priv->gt_pm.rps; in rps_set_power()6345 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_set_rps_thresholds()6387 struct intel_rps *rps = &i915->gt_pm.rps; in intel_rps_mark_interactive()6405 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_rps_pm_mask()6424 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_set_rps()6467 if (val != dev_priv->gt_pm.rps.cur_freq) { in valleyview_set_rps()6475 dev_priv->gt_pm.rps.cur_freq = val; in valleyview_set_rps()6490 struct intel_rps *rps = &dev_priv->gt_pm.rps; in vlv_set_rps_idle()6519 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_rps_busy()[all …]
473 dev_priv->gt_pm.rps.pm_iir = 0; in gen11_reset_rps_interrupts()482 dev_priv->gt_pm.rps.pm_iir = 0; in gen6_reset_rps_interrupts()488 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_enable_rps_interrupts()509 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_disable_rps_interrupts()1235 memset(&dev_priv->gt_pm.rps.ei, 0, sizeof(dev_priv->gt_pm.rps.ei)); in gen6_rps_reset_ei()1240 struct intel_rps *rps = &dev_priv->gt_pm.rps; in vlv_wa_c0_ei()1281 container_of(work, struct drm_i915_private, gt_pm.rps.work); in gen6_pm_rps_work()1282 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_pm_rps_work()1834 struct intel_rps *rps = &dev_priv->gt_pm.rps; in gen6_rps_irq_handler()4756 struct intel_rps *rps = &dev_priv->gt_pm.rps; in intel_irq_init()
229 val = dev_priv->gt_pm.rps.cur_freq; in frequency_sample()246 dev_priv->gt_pm.rps.cur_freq), in frequency_sample()
372 GEM_BUG_ON(!atomic_read(&rq->i915->gt_pm.rps.num_waiters)); in __retire_engine_request()373 atomic_dec(&rq->i915->gt_pm.rps.num_waiters); in __retire_engine_request()
1194 struct intel_rps *rps = &dev_priv->gt_pm.rps; in guc_interrupts_capture()1239 struct intel_rps *rps = &dev_priv->gt_pm.rps; in guc_interrupts_release()
1062 struct intel_rps *rps = &dev_priv->gt_pm.rps; in i915_frequency_info()1811 struct intel_rps *rps = &dev_priv->gt_pm.rps; in i915_ring_freq_table()2214 struct intel_rps *rps = &dev_priv->gt_pm.rps; in i915_rps_boost_info()
1373 return mask & ~i915->gt_pm.rps.pm_intrmsk_mbz; in gen6_sanitize_rps_pm_mask()
2588 if (WARN_ON_ONCE(!(dev_priv->gt_pm.rc6.enabled && HAS_RC6(dev_priv)))) in intel_runtime_suspend()
1800 struct intel_gen6_power_mgmt gt_pm; member