[PATCH v9 4/4] drm/bridge: anx7625: add HDMI audio function

2021-06-22 Thread Xin Ji
Add audio HDMI codec function support, enable it through device true flag "analogix,audio-enable". Reviewed-by: Robert Foss Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 226 ++ drivers/gpu/drm/bridge/analogix/anx7625.h | 5 + 2 files changed, 231 i

[PATCH v9 3/4] drm/bridge: anx7625: add MIPI DPI input feature

2021-06-22 Thread Xin Ji
The basic anx7625 driver only support MIPI DSI rx signal input. This patch add MIPI DPI rx input configuration support, after apply this patch, the driver can support DSI rx or DPI rx by adding 'bus-type' in DT. Reviewed-by: Robert Foss Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/

[PATCH v9 2/4] drm/bridge: anx7625: fix not correct return value

2021-06-22 Thread Xin Ji
At some time, the original code may return non zero value, force return 0 if operation finished. Reviewed-by: Robert Foss Signed-off-by: Xin Ji --- drivers/gpu/drm/bridge/analogix/anx7625.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/analogix/a

[PATCH v9 0/4] Add MIPI rx DPI support

2021-06-22 Thread Xin Ji
Hi all, this patch series implement MIPI rx DPI feature. Please help to review. This is the v9 version, rebase all patches on the latest code. Any mistakes, please let me know, I'll fix it in the next series. Change history: v9: Fix Neil Amstrong comment - use macro define 'V4L2_FWNODE_BUS_TYPE_

Re: [PATCH v8 3/4] drm/bridge: anx7625: add MIPI DPI input feature

2021-06-22 Thread Xin Ji
On Wed, Jun 16, 2021 at 11:16:14AM +0200, Neil Armstrong wrote: > On 16/06/2021 09:50, Xin Ji wrote: > > The basic anx7625 driver only support MIPI DSI rx signal input. > > This patch add MIPI DPI rx input configuration support, after apply > > this patch, the driver can support DSI rx or DPI rx by