Searched refs:interactive (Results 1 – 8 of 8) sorted by relevance
78 bool interactive) in intel_display_rps_mark_interactive() argument82 if (state->rps_interactive == interactive) in intel_display_rps_mark_interactive()85 intel_rps_mark_interactive(&to_gt(i915)->rps, interactive); in intel_display_rps_mark_interactive()86 state->rps_interactive = interactive; in intel_display_rps_mark_interactive()
21 bool interactive);32 bool interactive) in intel_display_rps_mark_interactive() argument
103 unsigned int interactive; member
36 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
772 if (rps->power.interactive) in gen6_rps_set_thresholds()778 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive) in intel_rps_mark_interactive() argument781 str_yes_no(interactive)); in intel_rps_mark_interactive()784 if (interactive) { in intel_rps_mark_interactive()785 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()788 GEM_BUG_ON(!rps->power.interactive); in intel_rps_mark_interactive()789 rps->power.interactive--; in intel_rps_mark_interactive()
493 seq_printf(m, "Interactive? %d\n", READ_ONCE(rps->power.interactive)); in rps_boost_show()
118 interactive or low latency workloads.
385 seq_printf(m, "Interactive? %d\n", READ_ONCE(rps->power.interactive)); in i915_rps_boost_info()
Completed in 21 milliseconds