]> rtime.felk.cvut.cz Git - linux-imx.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>
Sun, 3 Mar 2013 17:35:51 +0000 (18:35 +0100)
commitb18ac466956c7e7b5abf7a2d6adf8c626267d0ae
treed3f24d6b323c1a8b28925d40426a265930e2ac80
parentf3e227df8235fc0bf8ba08304aa135066ec9b9b0
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