Re: [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height

2024-03-19 Thread 宋孝謙

Re: [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height

2024-02-29 Thread 胡俊光

Re: [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height

2024-02-15 Thread 宋孝謙

Re: [PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height

2024-02-15 Thread AngeloGioacchino Del Regno
Il 15/02/24 11:11, Hsiao Chien Sung ha scritto: We found that IGT (Intel GPU Tool) will try to commit layers with zero width or height and lead to undefined behaviors in hardware. Disable the layers in such a situation. Fixes: 777b7bc86a0a3 ("drm/mediatek: Add ovl_adaptor support for MT8195") Fi

[PATCH v5 06/13] drm/mediatek: Turn off the layers with zero width or height

2024-02-15 Thread Hsiao Chien Sung
We found that IGT (Intel GPU Tool) will try to commit layers with zero width or height and lead to undefined behaviors in hardware. Disable the layers in such a situation. Fixes: 777b7bc86a0a3 ("drm/mediatek: Add ovl_adaptor support for MT8195") Fixes: fa97fe71f6f93 ("drm/mediatek: Add ETHDR suppo