]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: context debug messages
authorBen Widawsky <ben@bwidawsk.net>
Sat, 25 May 2013 19:26:38 +0000 (12:26 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 26 May 2013 13:26:38 +0000 (15:26 +0200)
commite4f56ce682686929d3a9a9365fa335ba1dc7afa8
treea72ab1a8f9ef645073124be06b567453250ba13f
parent05b8dcf52902bef15d99127db3e70226015e6267
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 <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c