]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0b5f2cda86ce4a4cabd8b937377680befa384bd
treef43593d18a20b2b5b941de880549a6fdfb727ba7
parentc73933fc4a9cdd1c8fb93487e8fd6bb416e2c6ee
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