[GIT PULL FOR v5.3] vivid: add HDMI (dis)connect emulation

2019-06-18 Thread Hans Verkuil
Many thanks to my colleague Johan Korsnes for working on this: after this series is applied v4l2-compliance passes vivid without any warnings. This series also prepares for the next step where vivid allows the user to explicitly connect an input with an output. That would allow us to emulate a dis

Re: [PATCH v3 0/9] media: vivid: add HDMI (dis)connect emulation

2019-06-18 Thread Hans Verkuil
On 6/18/19 9:37 AM, Johan Korsnes wrote: > This patch series makes vivid V4L2-compliant by adding HDMI (dis)- > connect emulation. This is done by by adding a custom display_present > control to vivid output HDMI devices, along with the following standard > controls: > > -ctrl_tx_edid_present > -c

[PATCH v3 0/9] media: vivid: add HDMI (dis)connect emulation

2019-06-17 Thread Johan Korsnes
This patch series makes vivid V4L2-compliant by adding HDMI (dis)- connect emulation. This is done by by adding a custom display_present control to vivid output HDMI devices, along with the following standard controls: -ctrl_tx_edid_present -ctrl_tx_hotplug -ctrl_tx_rxsense -ctrl_rx_power_present

[PATCH v2 0/9] media: vivid: add HDMI (dis)connect emulation

2019-06-16 Thread Johan Korsnes
This patch series makes vivid V4L2-compliant by adding HDMI (dis)- connect emulation. This is done by by adding a custom display_present control to vivid output HDMI devices, along with the following standard controls: -ctrl_tx_edid_present -ctrl_tx_hotplug -ctrl_tx_rxsense -ctrl_rx_power_present

vivid: Add HDMI (dis)connect emulation

2019-05-28 Thread johan . korsnes
This patch series makes vivid V4L2-compliant* by adding HDMI (dis)- connect emulation. This is done by by adding a custom display_present control to vivid output HDMI devices, along with the following standard controls: -ctrl_tx_edid_present -ctrl_tx_hotplug -ctrl_tx_rxsense -ctrl_rx_power_present