]> Gentwo Git Trees - linux/.git/commit
drm/i915/pps: prefer poll_timeout_us() over read_poll_timeout()
authorJani Nikula <jani.nikula@intel.com>
Thu, 28 Aug 2025 12:21:02 +0000 (15:21 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 4 Sep 2025 11:02:59 +0000 (14:02 +0300)
commitf7e60f1570b4de044055e4269c30be826ef16a9b
tree9d9f65c8340764006b0f93386e69b751e229c3ba
parent54846c2ea78e8a1ce61d2ef604f56f25783d855d
drm/i915/pps: prefer poll_timeout_us() over read_poll_timeout()

Unify on using poll_timeout_us() throughout instead of mixing with
readx_poll_timeout().

Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Link: https://lore.kernel.org/r/260fd455df743453f123d96fc01e7ca96a36f0fa.1756383233.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_pps.c