commit | c482972a086e03e6a6d27e4f7af2d868bf659648 | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Fri Dec 06 14:11:20 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 18 15:51:58 2013 +0100 |
tree | 482d3464716841c78fc9ffd03238e7465d8f72dc | |
parent | 0eea67eb26000657079b7fc41079097942339452 [diff] |
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 <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>