From: Ben Widawsky Date: Wed, 31 Jul 2013 23:59:56 +0000 (-0700) Subject: drm/i915: Make proper functions for VMs X-Git-Tag: v3.12-rc1~136^2~59^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70a3148b0c61cb7c588ea650db785b261b378a3;p=pandora-kernel.git drm/i915: Make proper functions for VMs Earlier in the conversion sequence we attempted to quickly wedge in the transitional interface as static inlines. Now that we're sure these interfaces are sane, for easier debug and to decrease code size (since many of these functions may be called quite a bit), make them real functions While at it, kill off the set_color interface. We'll always have the VMA, or easily get to it. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed