]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - drivers/gpu/drm/vc4/vc4_plane.c
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)
commit5dc416d9c284e57d302be5fcf9bcb0f45aac28c2
tree3887bb338be9c0ad50ee5b080d76a5e927516fbe
parent1d4118ca165e9cf393b29e606b7a3afddc76a3fb
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