]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vc4: Allow scaling on cursor plane
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 30 Nov 2018 09:02:53 +0000 (10:02 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 30 Nov 2018 09:34:54 +0000 (10:34 +0100)
commite6f98c9f53a496d67085209d7bb983d13f8edc14
tree3887bb338be9c0ad50ee5b080d76a5e927516fbe
parent274492bd510781b60b0e4e188878a2911626bea7
drm/vc4: Allow scaling on cursor plane

Now that async update has been reworked to allow scaled planes to be
updated asynchronously when the scaling params do not change, we can
remove the NO_SCALING constraint on cursor planes.

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