]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logic
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 3 Aug 2018 09:22:29 +0000 (11:22 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Wed, 24 Oct 2018 16:05:21 +0000 (18:05 +0200)
commit58a6a36fe8e06199ff344fb95814af1d7ed71b35
tree93bbb20d6871968d25a3f9906f12c939feb8b98c
parent91b6da23cc78c84f22a620f34a01532fd7fbd7c8
drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logic

drm_atomic_helper_check_plane_state() takes care of checking the
scaling capabilities and calculating the clipped X/Y offsets for us.

Rely on this function instead of open-coding the logic.

Incidentally, it seems to fix a problem we had with negative X/Y
positioning of YUV planes.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20180803092231.26446-3-boris.brezillon@bootlin.com
drivers/gpu/drm/vc4/vc4_plane.c