OSDN Git Service

drm: Print the src/dst/clip rectangles in error in drm_plane_helper
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 16 Nov 2015 15:02:37 +0000 (17:02 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Nov 2015 10:47:47 +0000 (11:47 +0100)
commitf980a71a2ba85ba5e60b72255df1ce6722932e0e
treef43593d18a20b2b5b941de880549a6fdfb727ba7
parentc70f577a23073c33ae47c9dc2607a24bbee9aa84
drm: Print the src/dst/clip rectangles in error in drm_plane_helper

To aid in debugging failures, print the src,dst,clip rectangles
when drm_plane_helper_check_update() fails.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_plane_helper.c