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

2024-12-25 Thread Chun-Kuang Hu
Hi, Jason: Jason-JH.Lin 於 2024年11月18日 週一 上午10:51寫道: > > 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

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

2024-11-17 Thread 胡俊光

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

2024-11-17 Thread AngeloGioacchino Del Regno
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 lea

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

2024-11-17 Thread Jason-JH . Lin
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 ("d