OSDN Git Service

drm/i915: fix initial timestamps for PP sequencing logic
authorImre Deak <imre.deak@intel.com>
Wed, 29 Jan 2014 11:25:41 +0000 (13:25 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 29 Jan 2014 19:46:05 +0000 (20:46 +0100)
commitdada1a9ffccc832b0130658d26454d37bf41f610
tree81dadc16744a85e923a7ffdc102c479c43aabb83
parentec5e0cfb19e79ce3a87b281ce4c2682eb659fa6e
drm/i915: fix initial timestamps for PP sequencing logic

The initial jiffies value can be non-0, so set the inital panel power
sequencer timestamps accordingly. This didn't cause a problem on 64 bit
machines but on 32 bit jiffies is initially -300*HZ, so if the panel
power is initally off in the call from edp_panel_vdd_on()->
wait_panel_power_cycle() we'd wait up to ~300 sec more than needed.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c