CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2021/07/13 23:42:47
Modified files: sys/dev/pci/drm/include/linux: timer.h Log message: When mod_timer() is called with a value less than or equal to the current number of jiffies delete the timeout and reschedule for the next tick. Avoids timeout_add() failing the ticks >= 0 assertion when mod_timer() is called from i915_utils.c set_timer_ms(). Reported and earlier version tested by Tom Murphy on Kaby Lake R.