From: Ville Syrjälä Date: Wed, 24 Apr 2013 15:52:36 +0000 (+0300) Subject: drm: Add drm_rect_debug_print() X-Git-Tag: v3.11-rc1~65^2~131^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7272df342ba337e87e210470bb93d97d192f2e0;p=pandora-kernel.git drm: Add drm_rect_debug_print() Add a debug function to print the rectangle in a human readable format. v2: Renamed drm_region to drm_rect, the function from drm_region_debug to drm_rect_debug_print(), and use %+d instead of +%d in the format. v3: Use %d format for width/height in the non fixed point case as well Reviewed-by: Chris Wilson Signed-off-by: Ville Syrjälä Acked-by: Dave Airlie Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed