Re: [PATCH v5] drm/mediatek: Add support for AR30 and BA30

2023-02-01 Thread Justin Green
Hi Chun-Kuang, These two series are independent, so my preference would be to apply whichever series becomes ready first. There won't technically be a merge conflict, but I think the ovl-adaptor component will fail to initialize correctly once the first patch of this series lands, because the

Re: [PATCH v5] drm/mediatek: Add support for AR30 and BA30

2023-02-01 Thread Chun-Kuang Hu
Hi, Justin: Justin Green 於 2023年1月31日 週二 下午11:04寫道: > > Hi Chun-Kuang, > Thanks for the review! Will try to have a new patch out later today. > > Re MT8195 RDMA: Yes, the MT8195 RDMA has a 10 bit mode, but I left > this unimplemented because I have no means of testing it > unfortunately;

Re: [PATCH v5] drm/mediatek: Add support for AR30 and BA30

2023-01-31 Thread Justin Green
Hi Chun-Kuang, Thanks for the review! Will try to have a new patch out later today. Re MT8195 RDMA: Yes, the MT8195 RDMA has a 10 bit mode, but I left this unimplemented because I have no means of testing it unfortunately; ChromeOS does not use this hardware. I also wanted to mention, I think

Re: [PATCH v5] drm/mediatek: Add support for AR30 and BA30

2023-01-30 Thread Chun-Kuang Hu
Hi, Justin: Justin Green 於 2023年1月31日 週二 上午4:36寫道: > > Add support for AR30 and BA30 pixel formats to the Mediatek DRM driver. > > Tested using "modetest -P" on an MT8195. > > Signed-off-by: Justin Green > --- > v2: > * Rebase and resolve merge conflicts with the AFBC patch. > v3: > * Moved

[PATCH v5] drm/mediatek: Add support for AR30 and BA30

2023-01-30 Thread Justin Green
Add support for AR30 and BA30 pixel formats to the Mediatek DRM driver. Tested using "modetest -P" on an MT8195. Signed-off-by: Justin Green --- v2: * Rebase and resolve merge conflicts with the AFBC patch. v3: * Moved 10-bit support detection to mtk_disk_ovl.c v4: * Moved formats to