Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_rps.h76 static inline bool intel_rps_is_active(const struct intel_rps *rps) in intel_rps_is_active() function
Dselftest_rps.c190 GEM_BUG_ON(!intel_rps_is_active(rps)); in rps_set_check()
923 if (!intel_rps_is_active(rps)) { in __rps_up_interrupt()
1058 GEM_BUG_ON(intel_rps_is_active(rps)); in live_rps_interrupt()
1267 GEM_BUG_ON(intel_rps_is_active(rps)); in live_rps_dynamic()
Dintel_gt_pm_debugfs.c600 str_yes_no(intel_rps_is_active(rps))); in rps_boost_show()
622 if (GRAPHICS_VER(i915) >= 6 && intel_rps_is_active(rps)) { in rps_boost_show()
Dintel_rps.c96 if (intel_rps_is_active(rps)) { in rps_timer()
782 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
1029 if (!intel_rps_is_active(rps)) in intel_rps_boost()
1050 if (intel_rps_is_active(rps)) { in intel_rps_set()
1810 if (!intel_rps_is_active(rps)) { in rps_work()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_debugfs.c463 str_yes_no(intel_rps_is_active(rps))); in i915_rps_boost_info()