From: Ben Widawsky Date: Thu, 1 Aug 2013 00:00:05 +0000 (-0700) Subject: drm/i915: make reset&hangcheck code VM aware X-Git-Tag: v3.12-rc1~136^2~59^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ccbb5d711ba4994eb36c4aac84e0269b5365fe;p=pandora-kernel.git drm/i915: make reset&hangcheck code VM aware Hangcheck, and some of the recent reset code for guilty batches need to know which address space the object was in at the time of a hangcheck. This is because we use offsets in the (PP|G)GTT to determine this information, and those offsets can differ depending on which VM they are bound into. Since we still only have 1 VM ever, this code shouldn't yet have any impact. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed