]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: wait_event_timeout's timeout is in jiffies
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 18 Feb 2013 22:00:24 +0000 (19:00 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Feb 2013 11:27:07 +0000 (12:27 +0100)
commitdc25efc8be46c7bf8320710f1ea05e8659848ddc
treebdf9c5202aed76b2c93075937dbd919223d7fcac
parentdf6636ba4735cfc4b1fe4959672a2e5b17f352e1
drm/i915: wait_event_timeout's timeout is in jiffies

So use msecs_to_jiffies(10) to make the timeout the same as in the
"!has_aux_irq" case.

This patch was initially written by Daniel Vetter and posted on
pastebin a few weeks ago. I'm just bringing it to the mailing list.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c