diff options
| author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2026-05-29 19:11:47 +0300 |
|---|---|---|
| committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2026-06-09 18:43:32 +0300 |
| commit | c51978a2d6ef6518fb638fa99eca0526bd903ee7 (patch) | |
| tree | 345491ed1d89c4dd3a25cf9e69cd6c44e3376466 /tools/perf/scripts/python/bin | |
| parent | 361fd015ad8e38cd17b6351f84e4f4ec15f0d040 (diff) | |
drm/i915/de: Remove the 2 usec fast timeout
Currently any "slow" wait will first try a "fast" wait
with a 2 usec timeout, and then fall back to whatever
timeout was specified originally. The "slow" wait will
anyway start off with a mere 10 usec polling interval,
so basically we can only save 8 usec with the "fast" wait
(maybe a bit more given hrtimer setup costs etc.).
I don't think we really do any operations in the display
code where that kinds of 8 usec saving would be meaningful.
So just get rid of the whole "fast" wait complication and
go straight for the "slow" wait.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260529161147.17573-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
