From: Daniel Vetter Date: Thu, 28 Mar 2013 10:31:04 +0000 (+0100) Subject: drm/i915: fold wait_for_atomic_us into wait_for_atomic X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6effa33b73fb0129061ecd8ba3158d984475d35d;p=pandora-kernel.git drm/i915: fold wait_for_atomic_us into wait_for_atomic Since commit bcf9dcc1e6269fac674e41f25d007ff75f76e840 Author: Chris Wilson Date: Sun Jul 15 09:42:38 2012 +0100 drm/i915: Workaround hang with BSD and forcewake on SandyBridge and commit 0cc2764cc4a4bd73df55f8893c871778cf7ddd0f Author: Ben Widawsky Date: Sat Sep 1 22:59:48 2012 -0700 drm/i915: use cpu_relax() in wait_for_atomic these two macros are essentially the same, so unify them. We keep the _us version since it's a nice documentation for smaller timeouts. v2: Fixup time unit conversion, _wait_for takes ms (Ville). Cc: Jack Winter Cc: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed