diff options
author | 2020-04-03 08:36:57 +0100 | |
---|---|---|
committer | 2020-04-03 16:33:09 +0100 | |
commit | bfae03fe75eb8875396184bd3bf15a52bea04956 (patch) | |
tree | 452f869b18122bb73c6ecc1da31f5278f5cf2bc4 /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | drm/i915: Keep a per-engine request pool (diff) | |
download | linux-dev-bfae03fe75eb8875396184bd3bf15a52bea04956.tar.xz linux-dev-bfae03fe75eb8875396184bd3bf15a52bea04956.zip |
drm/i915: Avoid setting timer->expires to 0
We use timer->expires == 0 to detect if a timer had been cancelled, but
it's a valid expiration we could set. Just skip using 0 and set the
expiry for the next jiffie.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200403073657.13427-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions