commit | b90f517627f76640e0f6d2aa17f143dc10623a58 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Mon Feb 18 19:00:24 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Feb 20 01:33:45 2013 +0100 |
tree | 499371e4799b947c083e8a57c79d2312d0ccac36 | |
parent | 22b8bf17c6c1db887e3e9adb0778d6f03e621e66 [diff] |
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>