drm/vc4: UV planes vertical scaling must always be enabled
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 23 Aug 2023 16:48:23 +0000 (17:48 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:56 +0000 (11:34 +0000)
commita4d546bc1119c2f52928b028c72fa43f428e5a80
tree8cc3ba79a979c94b24908d9f140e3df1a462ecce
parent311fc3f773578617b4947c5fabc95bbbd262186f
drm/vc4: UV planes vertical scaling must always be enabled

It has been observed that a YUV422 unity scaled plane isn't displayed.
Enabling vertical scaling on the UV planes solves this. There is
already a similar clause to always enable horizontal scaling on the
UV planes.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_plane.c