From: Oscar Mateo Date: Thu, 22 May 2014 13:13:37 +0000 (+0100) Subject: drm/i915: s/i915_hw_context/intel_context X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273497e5cdacf50da8884d28cba662c332e0a09e;p=pandora-kernel.git drm/i915: s/i915_hw_context/intel_context Up until now, contexts had one (and only one) backing object that was used by the hardware to save/restore render ring contexts (via the MI_SET_CONTEXT command). Other rings did not have or need this, so our i915_hw_context struct had a 1:1 relationship with a a real HW context. With Logical Ring Contexts and Execlists, this is not possible anymore: all rings need a backing object, and it cannot be reused. To prepare for that, rename our contexts to the more generic term intel_context. No functional changes. Signed-off-by: Oscar Mateo Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed