Home
last modified time | relevance | path

Searched refs:intel_rps_is_active (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_rps.h55 static inline bool intel_rps_is_active(const struct intel_rps *rps) in intel_rps_is_active() function
H A Dselftest_rps.c187 GEM_BUG_ON(!intel_rps_is_active(rps)); in rps_set_check()
918 if (!intel_rps_is_active(rps)) { in __rps_up_interrupt()
1053 GEM_BUG_ON(intel_rps_is_active(rps)); in live_rps_interrupt()
1262 GEM_BUG_ON(intel_rps_is_active(rps)); in live_rps_dynamic()
H A Dintel_rps.c77 if (intel_rps_is_active(rps)) { in rps_timer()
735 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
899 if (i915_request_signaled(rq) || !intel_rps_is_active(rps)) in intel_rps_boost()
928 if (intel_rps_is_active(rps)) { in intel_rps_set()
1638 if (!intel_rps_is_active(rps)) { in rps_work()
H A Ddebugfs_gt_pm.c560 seq_printf(m, "RPS active? %s\n", yesno(intel_rps_is_active(rps))); in rps_boost_show()
580 if (INTEL_GEN(i915) >= 6 && intel_rps_is_active(rps)) { in rps_boost_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_debugfs.c1217 seq_printf(m, "RPS active? %s\n", yesno(intel_rps_is_active(rps))); in i915_rps_boost_info()
1237 if (INTEL_GEN(dev_priv) >= 6 && intel_rps_is_active(rps)) { in i915_rps_boost_info()