From: Ben Widawsky Date: Sat, 10 Nov 2012 18:56:04 +0000 (-0800) Subject: drm/i915: Allocate the proper size for contexts. X-Git-Tag: v3.8-rc1~82^2~192^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f94982b0022f474d3c9285447d9a33b7a324e771;p=pandora-kernel.git drm/i915: Allocate the proper size for contexts. Whoops. This was fixed previously, but not sure how it got lost. It's not needed for -fixes or stable because at the moment drm_i915_file_private is way bigger than i915_hw_context (by 120 bytes on my 64b build). Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed