On 11/12/2024 14:07, Depeng Shao wrote:
There is no CSID TPG in some modern HW, so the v4l2 ctrl in CSID driver
shouldn't be registered. Checking the supported TPG modes to indicate
if the TPG HW is existing or not, and only register v4l2 ctrl for CSID
only when TPG HW is existing.
Signed-off-by: Depeng Shao <quic_depengs@xxxxxxxxxxx>
"media: qcom: camss: csid: Add v4l2 ctrl if TPG mode isn't disabled"
The double negation is confusing
->
"media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is
available"
---
bod