[Intel-gfx] [PATCH 5/8] drm/i915: wait_event_timeout's timeout is in jiffies

2013-02-18 Thread Paulo Zanoni
From: Paulo Zanoni 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 --- drivers/gpu/drm/i915/i

Re: [Intel-gfx] [PATCH 5/8] drm/i915: wait_event_timeout's timeout is in jiffies

2013-03-03 Thread Daniel Vetter
On Mon, Feb 18, 2013 at 07:00:24PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > 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