From: Chris Wilson Date: Tue, 18 Sep 2012 09:04:02 +0000 (+0100) Subject: drm/i915: Assert that the exec object lookup table is a power-of-two X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41783eea1a7f7d033ace4fd78218dd5f37b2db5f;p=pandora-kernel.git drm/i915: Assert that the exec object lookup table is a power-of-two As we make the simplification of using a power-of-two size for the execbuffer handle-to-object TLB, we should validate that this is actually true and so clarify that premise. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed