From: Chris Wilson Date: Fri, 8 Jul 2011 11:22:36 +0000 (+0100) Subject: drm/i915: Only export the generic intel_disable_fbc() interface X-Git-Tag: v3.1-rc1~230^2~18^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43a9539fa9e780f16c0d1e4bc91a2701f1ce178f;p=pandora-kernel.git drm/i915: Only export the generic intel_disable_fbc() interface As the enable/disable routines will be gain additional complexity in future patches, it is necessary that all callers do not bypass the generic interface by calling into the chipset routines directly. to do this we make the chipset routines static, so there is no choice. Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes Signed-off-by: Keith Packard --- Reading git-diff-tree failed