]> git.baikalelectronics.ru Git - kernel.git/commit
drm/armada: convert overlay to use drm_plane_helper_check_update()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 15 Jun 2015 09:17:57 +0000 (10:17 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 15 Jul 2015 15:45:29 +0000 (16:45 +0100)
commitc30cbfb393306486323ebb2627e528166164b90e
treef56f9d8532acebc2e83b9f432ab9f5dc7dada067
parentb30b1f7a2c130b36048985ab4be22e3dabf5043b
drm/armada: convert overlay to use drm_plane_helper_check_update()

Use drm_plane_helper_check_update() rather than our own code to validate
and limit the size of the displayed image.  As we are able to support
scaling, permit the full scaling ability.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_overlay.c