[PATCH v3 3/6] drm: Add drm_rect_debug_print()

2013-04-24 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? 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 ca

[PATCH v3 3/6] drm: Add drm_rect_debug_print()

2013-04-24 Thread ville . syrjala
From: Ville Syrjälä 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 ca