From: Imre Deak Date: Tue, 21 May 2013 17:03:17 +0000 (+0300) Subject: drm/i915: add msecs_to_jiffies_timeout to guarantee minimum duration X-Git-Tag: v3.10-rc4~22^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df97729f1bcb5055ba414f08b48364d46c6baef0;p=pandora-kernel.git drm/i915: add msecs_to_jiffies_timeout to guarantee minimum duration We need this to avoid premature timeouts whenever scheduling a timeout based on the current jiffies value. For an explanation see [1]. The following patches will take the helper into use. Once the more generic solution proposed in the thread at [1] is accepted this patch can be reverted while keeping the follow-up patches. [1] http://marc.info/?l=linux-kernel&m=136854294730957&w=2 Signed-off-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed