Re: (subset) [PATCH] drm/vc4: hdmi: make CEC adapter name unique

2023-01-26 Thread Maxime Ripard
On Thu, 19 Jan 2023 10:02:19 +0100, Hans Verkuil wrote: > The bcm2711 has two HDMI outputs, each with their own CEC adapter. > The CEC adapter name has to be unique, but it is currently > hardcoded to "vc4" for both outputs. Change this to use the card_name > from the variant information in order

Re: [PATCH] drm/vc4: hdmi: make CEC adapter name unique

2023-01-23 Thread Hans Verkuil
On 20/01/2023 20:13, Maxime Ripard wrote: > Hi Hans, > > On Thu, Jan 19, 2023 at 10:02:19AM +0100, Hans Verkuil wrote: >> The bcm2711 has two HDMI outputs, each with their own CEC adapter. >> The CEC adapter name has to be unique, but it is currently >> hardcoded to "vc4" for both outputs. Change

Re: [PATCH] drm/vc4: hdmi: make CEC adapter name unique

2023-01-20 Thread Maxime Ripard
Hi Hans, On Thu, Jan 19, 2023 at 10:02:19AM +0100, Hans Verkuil wrote: > The bcm2711 has two HDMI outputs, each with their own CEC adapter. > The CEC adapter name has to be unique, but it is currently > hardcoded to "vc4" for both outputs. Change this to use the card_name > from the variant

[PATCH] drm/vc4: hdmi: make CEC adapter name unique

2023-01-19 Thread Hans Verkuil
The bcm2711 has two HDMI outputs, each with their own CEC adapter. The CEC adapter name has to be unique, but it is currently hardcoded to "vc4" for both outputs. Change this to use the card_name from the variant information in order to make the adapter name unique. Signed-off-by: Hans Verkuil