From: Ben Widawsky Date: Sat, 25 May 2013 19:26:38 +0000 (-0700) Subject: drm/i915: context debug messages X-Git-Tag: v3.11-rc1~65^2~105^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb0364130fb0d272c838149b2ffe698a6c7afbfc;p=pandora-kernel.git drm/i915: context debug messages Add some debug messages to help figure out what goes wrong on context initialization. Later in the PPGTT series, I ended up having a lot of failures after reset. In many cases it was extra difficult to debug because I hadn't even realized that contexts failed to reinitialize after reset (again an artifact of some later patches). This fairly benign patch does help debug some potential issues which arise later. Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed