Re: [PATCH] drm/mediatek: Add support for 180-degree rotation in the display driver

From: AngeloGioacchino Del Regno
Date: Mon Nov 18 2024 - 01:54:21 EST


Il 18/11/24 03:51, Jason-JH.Lin ha scritto:
mediatek-drm driver reported the capability of 180-degree rotation by
adding `DRM_MODE_ROTATE_180` to the plane property, as flip-x combined
with flip-y equals a 180-degree rotation. However, we did not handle
the rotation property in the driver and lead to rotation issues.

Fixes: 74608d8feefd ("drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property")
Signed-off-by: Jason-JH.Lin <jason-jh.lin@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>