Re: [PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-10-26 Thread 宋孝謙

Re: [PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-10-26 Thread 胡俊光

Re: [PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-10-26 Thread 宋孝謙

Re: [PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-10-25 Thread 胡俊光

[PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-09-19 Thread Hsiao Chien Sung
For CRTCs that doesn't support rotation should still return DRM_MODE_ROTATE_0. Since both OVL and OVL adaptor on MTK chip doesn't support rotation, return the capability of the hardware accordingly. Fixes: df577118 ("drm/mediatek: Support 180 degree rotation") Fixes: 84d805753983

Re: [PATCH 1/1] drm/mediatek: Fix errors when reporting rotation capability

2023-09-18 Thread AngeloGioacchino Del Regno
Il 18/09/23 09:10, Hsiao Chien Sung ha scritto: For CRTCs that doesn't support rotation should still return DRM_MODE_ROTATE_0. Since both OVL and OVL adaptor on MTK chip doesn't support rotation, return the capability of the hardware accordingly. Fixes: df577118 ("drm/mediatek: Support 180