]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Use a 1 second timeout for the polling vblank wait
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Apr 2026 15:04:45 +0000 (18:04 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 15 Apr 2026 09:38:01 +0000 (12:38 +0300)
commit2d2c566bd17e24a294dcdf872eb4f2d0131d2ce0
treee78720490d8d9a9d2f889cb17b41d2eb42e71afc
parent36f1cddea76d14d656a23eccf371247906ec8e4c
drm/i915: Use a 1 second timeout for the polling vblank wait

40 msec seems like a very random number for a vblank wait timeout.
Considering ~24Hz display modes are definitely a thing this seems
way too low. Just bump it to a full second to match what we've been
using for normal vblank waits.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260410150449.9699-7-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_initial_plane.c