Re: [Freedreno] [PATCH] dt-bindings: display: Drop unneeded quotes

2023-03-20 Thread Chun-Kuang Hu
Hi, Rob: Rob Herring 於 2023年3月18日 週六 上午7:36寫道: > > Cleanup bindings dropping unneeded quotes. Once all these are fixed, > checking for this can be enabled in yamllint. For MediaTek part, Reviewed-by: Chun-Kuang Hu > > Signed-off-by: Rob Herring > --- > .../bindi

Re: [Freedreno] [PATCH] drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features

2021-02-15 Thread Chun-Kuang Hu
E_NO_EOT_PACKET. For Mediatek part, Acked-by: Chun-Kuang Hu > > Signed-off-by: Nicolas Boichat > --- > I considered adding _DISABLE_ instead, but that'd make the > flag names a big too long. > > Generated with: > flag=MIPI_DSI_MODE_VIDEO_HFP; git grep $flag | cut -f1

Re: [Freedreno] [PATCH 2/2] drm/mediatek: Use struct dma_buf_map in GEM vmap ops

2020-11-11 Thread Chun-Kuang Hu
Hi, Thomas: Thomas Zimmermann 於 2020年11月9日 週一 下午6:32寫道: > > Fixes a build failure with mediatek. > > This change was supposed to be part of commit 49a3f51dfeee ("drm/gem: > Use struct dma_buf_map in GEM vmap ops and convert GEM backends"), but > mediatek was forgott