From: Owain Ainsworth Date: Thu, 18 Feb 2010 15:33:00 +0000 (+0000) Subject: drm/i915: reduce some of the duplication of tiling checking X-Git-Tag: v2.6.34-rc1~209^2~11^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f590d279eb4978352af163a88b001f156c7147d2;p=pandora-kernel.git drm/i915: reduce some of the duplication of tiling checking i915_gem_object_fenceable was mostly just a repeat of the i915_gem_object_fence_offset_ok, but also checking the size (which was checkecd when we allowed that BO to be tiled in the first place). So instead, export the latter function and use it in place. Signed-Off-By: Owain G. Ainsworth Signed-off-by: Eric Anholt --- Reading git-diff-tree failed