Home
last modified time | relevance | path

Searched refs:interactive (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/i915/gt/
Dintel_rps_types.h89 unsigned int interactive; member
Dintel_rps.h29 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive);
Dintel_rps.c723 if (rps->power.interactive) in gen6_rps_set_thresholds()
729 void intel_rps_mark_interactive(struct intel_rps *rps, bool interactive) in intel_rps_mark_interactive() argument
731 GT_TRACE(rps_to_gt(rps), "mark interactive: %s\n", yesno(interactive)); in intel_rps_mark_interactive()
734 if (interactive) { in intel_rps_mark_interactive()
735 if (!rps->power.interactive++ && intel_rps_is_active(rps)) in intel_rps_mark_interactive()
738 GEM_BUG_ON(!rps->power.interactive); in intel_rps_mark_interactive()
739 rps->power.interactive--; in intel_rps_mark_interactive()
Ddebugfs_gt_pm.c564 seq_printf(m, "Interactive? %d\n", READ_ONCE(rps->power.interactive)); in rps_boost_show()
/drivers/gpu/drm/i915/
DKconfig.profile86 interactive or low latency workloads.
Di915_debugfs.c1221 seq_printf(m, "Interactive? %d\n", READ_ONCE(rps->power.interactive)); in i915_rps_boost_info()