OSDN Git Service

drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error paths
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 18 Dec 2012 22:13:14 +0000 (22:13 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 8 Jan 2013 16:55:41 +0000 (17:55 +0100)
commitc16ed4be4c3c691e8c11dc6d22490f79f030d300
tree6dd2680e2dec8e022454a12d57b0762e5eedcfb6
parentcc7ebb2892197fbf2512063547dfd1702bc936fa
drm/i915: Add DEBUG messages to all intel_create_user_framebuffer error paths

This proves to be very useful when investigating why code suddenly
started failing.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c