Re: [PATCH v4 4/4] media: platform: synopsys: Add support for hdmi input driver
From: Dmitry Osipenko
Date: Mon Sep 23 2024 - 18:39:08 EST
On 7/23/24 11:48, Hans Verkuil wrote:
>> + val = hdmirx_readl(hdmirx_dev, DMA_STATUS11);
>> + field_type = (val & HDMIRX_TYPE_MASK) >> 7;
>> + hdmirx_get_pix_fmt(hdmirx_dev);
> Hold on, this changes the pixel format based on the detected video format.
> Does that mean this hardware does not have a colorspace conversion block?
> All the HDMI receiver hardware I have seen always had a CSC matrix and
> could convert between 4:4:4, 4:2:2 and 4:2:0.
TRM doesn't mention that CSC is supported.
--
Best regards,
Dmitry