diff options
author | Jani Nikula <jani.nikula@intel.com> | 2025-08-28 15:20:51 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2025-09-04 14:02:58 +0300 |
commit | c698a48e9f8019c01eab83a962289ad4e81db938 (patch) | |
tree | b34adbc29b0fe73ba666e34ec784cf2f727984e4 /rust/helpers/rcu.c | |
parent | 032a3bd4d673a3efb2575914bd96ea60c9124993 (diff) |
drm/i915/power: use generic poll_timeout_us() instead of wait_for()
Prefer generic poll helpers over i915 custom helpers.
The functional change is losing the exponentially growing sleep of
wait_for(), which used to be 10, 20, 40, ..., 640, and 1280 us.
Use an arbitrary constant 100 us sleep instead. The timeout remains at 1
ms.
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://lore.kernel.org/r/900680516b047ae32e3298b5cdbcede0393e0466.1756383233.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'rust/helpers/rcu.c')
0 files changed, 0 insertions, 0 deletions