From: Ben Widawsky Date: Fri, 6 Dec 2013 22:11:20 +0000 (-0800) Subject: drm/i915: Piggy back hangstats off of contexts X-Git-Tag: v3.15-rc1~51^2~62^2~80^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c482972a086e03e6a6d27e4f7af2d868bf659648;p=pandora-kernel.git drm/i915: Piggy back hangstats off of contexts To simplify the codepaths somewhat, we can simply always create a context. Contexts already keep hangstat information. This prevents us from having to differentiate at other parts in the code. There is allocation overhead, but it should not be measurable. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed