devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/bridge: dw_hdmi: allow to disable CEC from DT
@ 2023-04-15 10:46 Jernej Skrabec
  2023-04-15 10:46 ` [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC Jernej Skrabec
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jernej Skrabec @ 2023-04-15 10:46 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel
  Cc: Laurent.pinchart, jonas, airlied, daniel, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-sunxi, linux-media,
	hverkuil-cisco, Jernej Skrabec

Boards can have perfectly working DW HDMI CEC implementation but they
may prefer to use bit banged implementation instead. This is the
situation on Beelink X2.

Add DW HDMI DT property for disabling CEC. This prevents confusion on
userspace side by not exposing unused CEC interface.

Best regards,
Jernej

Jernej Skrabec (3):
  dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC
  drm/bridge: dw_hdmi: Handle snps,disable-cec property
  ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC

 .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 5 +++++
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts                    | 1 +
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c                    | 4 +++-
 3 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.40.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC
  2023-04-15 10:46 [PATCH 0/3] drm/bridge: dw_hdmi: allow to disable CEC from DT Jernej Skrabec
@ 2023-04-15 10:46 ` Jernej Skrabec
  2023-04-18 21:41   ` Rob Herring
  2023-04-15 10:46 ` [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property Jernej Skrabec
  2023-04-15 10:46 ` [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC Jernej Skrabec
  2 siblings, 1 reply; 10+ messages in thread
From: Jernej Skrabec @ 2023-04-15 10:46 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel
  Cc: Laurent.pinchart, jonas, airlied, daniel, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-sunxi, linux-media,
	hverkuil-cisco, Jernej Skrabec

Even though some DW-HDMI controllers have perfectly usable HDMI-CEC
implementation, some boards might prefer not to use it or even use
software implementation instead.

Add property for disabling CEC so driver doesn't expose unused CEC
interface, if CEC pin isn't connected anywhere.

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
---
 .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
index 4b7e54a8f037..624d32c024f6 100644
--- a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
@@ -48,6 +48,11 @@ properties:
   interrupts:
     maxItems: 1
 
+  snps,disable-cec:
+    $ref: /schemas/types.yaml#/definitions/flag
+    description:
+      Disable HDMI-CEC.
+
 additionalProperties: true
 
 ...
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property
  2023-04-15 10:46 [PATCH 0/3] drm/bridge: dw_hdmi: allow to disable CEC from DT Jernej Skrabec
  2023-04-15 10:46 ` [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC Jernej Skrabec
@ 2023-04-15 10:46 ` Jernej Skrabec
  2023-04-17 13:32   ` Robert Foss
  2023-04-15 10:46 ` [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC Jernej Skrabec
  2 siblings, 1 reply; 10+ messages in thread
From: Jernej Skrabec @ 2023-04-15 10:46 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel
  Cc: Laurent.pinchart, jonas, airlied, daniel, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-sunxi, linux-media,
	hverkuil-cisco, Jernej Skrabec

New DT property allows to skip CEC initialization.

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
---
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
index 603bb3c51027..e7e8199d2fb1 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
@@ -3615,7 +3615,9 @@ struct dw_hdmi *dw_hdmi_probe(struct platform_device *pdev,
 		hdmi->audio = platform_device_register_full(&pdevinfo);
 	}
 
-	if (!plat_data->disable_cec && (config0 & HDMI_CONFIG0_CEC)) {
+	if (!plat_data->disable_cec &&
+	    !of_property_read_bool(np, "snps,disable-cec") &&
+	    (config0 & HDMI_CONFIG0_CEC)) {
 		cec.hdmi = hdmi;
 		cec.ops = &dw_hdmi_cec_ops;
 		cec.irq = irq;
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC
  2023-04-15 10:46 [PATCH 0/3] drm/bridge: dw_hdmi: allow to disable CEC from DT Jernej Skrabec
  2023-04-15 10:46 ` [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC Jernej Skrabec
  2023-04-15 10:46 ` [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property Jernej Skrabec
@ 2023-04-15 10:46 ` Jernej Skrabec
  2023-04-16 13:25   ` Laurent Pinchart
  2 siblings, 1 reply; 10+ messages in thread
From: Jernej Skrabec @ 2023-04-15 10:46 UTC (permalink / raw)
  To: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel
  Cc: Laurent.pinchart, jonas, airlied, daniel, dri-devel, devicetree,
	linux-kernel, linux-arm-kernel, linux-sunxi, linux-media,
	hverkuil-cisco, Jernej Skrabec

Beelink X2 uses software implementation of CEC even though DW-HDMI has
working hardware implementation.

Disable unused DW-HDMI CEC.

Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
index a6d38ecee141..38f40d69e5c5 100644
--- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
+++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
@@ -150,6 +150,7 @@ &emac {
 };
 
 &hdmi {
+	snps,disable-cec;
 	status = "okay";
 };
 
-- 
2.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC
  2023-04-15 10:46 ` [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC Jernej Skrabec
@ 2023-04-16 13:25   ` Laurent Pinchart
  2023-04-16 13:31     ` Jernej Škrabec
  0 siblings, 1 reply; 10+ messages in thread
From: Laurent Pinchart @ 2023-04-16 13:25 UTC (permalink / raw)
  To: Jernej Skrabec
  Cc: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel, jonas, airlied, daniel,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-sunxi, linux-media, hverkuil-cisco

Hi Jernej,

Thank you for the patch.

On Sat, Apr 15, 2023 at 12:46:13PM +0200, Jernej Skrabec wrote:
> Beelink X2 uses software implementation of CEC even though DW-HDMI has
> working hardware implementation.

Why ? The reason should be explained in the commit message.

> Disable unused DW-HDMI CEC.
> 
> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> ---
>  arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> index a6d38ecee141..38f40d69e5c5 100644
> --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> @@ -150,6 +150,7 @@ &emac {
>  };
>  
>  &hdmi {
> +	snps,disable-cec;
>  	status = "okay";
>  };
>  

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC
  2023-04-16 13:25   ` Laurent Pinchart
@ 2023-04-16 13:31     ` Jernej Škrabec
  2023-04-16 13:47       ` Laurent Pinchart
  0 siblings, 1 reply; 10+ messages in thread
From: Jernej Škrabec @ 2023-04-16 13:31 UTC (permalink / raw)
  To: Laurent Pinchart
  Cc: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel, jonas, airlied, daniel,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-sunxi, linux-media, hverkuil-cisco

Dne nedelja, 16. april 2023 ob 15:25:31 CEST je Laurent Pinchart napisal(a):
> Hi Jernej,
> 
> Thank you for the patch.
> 
> On Sat, Apr 15, 2023 at 12:46:13PM +0200, Jernej Skrabec wrote:
> > Beelink X2 uses software implementation of CEC even though DW-HDMI has
> > working hardware implementation.
> 
> Why ? The reason should be explained in the commit message.

Maybe I should reword this differently. It uses software implementation through 
GPIO pin. Dedicated DW-HDMI CEC pin is left unconnected.

Best regards,
Jernej 

> 
> > Disable unused DW-HDMI CEC.
> > 
> > Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> > ---
> > 
> >  arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index
> > a6d38ecee141..38f40d69e5c5 100644
> > --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > @@ -150,6 +150,7 @@ &emac {
> > 
> >  };
> >  
> >  &hdmi {
> > 
> > +	snps,disable-cec;
> > 
> >  	status = "okay";
> >  
> >  };





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC
  2023-04-16 13:31     ` Jernej Škrabec
@ 2023-04-16 13:47       ` Laurent Pinchart
  0 siblings, 0 replies; 10+ messages in thread
From: Laurent Pinchart @ 2023-04-16 13:47 UTC (permalink / raw)
  To: Jernej Škrabec
  Cc: andrzej.hajda, neil.armstrong, rfoss, robh+dt,
	krzysztof.kozlowski+dt, wens, samuel, jonas, airlied, daniel,
	dri-devel, devicetree, linux-kernel, linux-arm-kernel,
	linux-sunxi, linux-media, hverkuil-cisco

On Sun, Apr 16, 2023 at 03:31:56PM +0200, Jernej Škrabec wrote:
> Dne nedelja, 16. april 2023 ob 15:25:31 CEST je Laurent Pinchart napisal(a):
> > Hi Jernej,
> > 
> > Thank you for the patch.
> > 
> > On Sat, Apr 15, 2023 at 12:46:13PM +0200, Jernej Skrabec wrote:
> > > Beelink X2 uses software implementation of CEC even though DW-HDMI has
> > > working hardware implementation.
> > 
> > Why ? The reason should be explained in the commit message.
> 
> Maybe I should reword this differently. It uses software implementation through 
> GPIO pin. Dedicated DW-HDMI CEC pin is left unconnected.

That's a very good reason :-) I'm then fine with this patch, with a
reworded commit message. The DT bindings should be updated accordingly
as well, to explain the use case.

> > > Disable unused DW-HDMI CEC.
> > > 
> > > Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> > > ---
> > > 
> > >  arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > > b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index
> > > a6d38ecee141..38f40d69e5c5 100644
> > > --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > > +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
> > > @@ -150,6 +150,7 @@ &emac {
> > >  };
> > >  
> > >  &hdmi {
> > > +	snps,disable-cec;
> > >  	status = "okay";
> > >  };

-- 
Regards,

Laurent Pinchart

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property
  2023-04-15 10:46 ` [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property Jernej Skrabec
@ 2023-04-17 13:32   ` Robert Foss
  0 siblings, 0 replies; 10+ messages in thread
From: Robert Foss @ 2023-04-17 13:32 UTC (permalink / raw)
  To: Jernej Skrabec
  Cc: andrzej.hajda, neil.armstrong, robh+dt, krzysztof.kozlowski+dt,
	wens, samuel, devicetree, jonas, linux-kernel, dri-devel,
	Laurent.pinchart, hverkuil-cisco, linux-sunxi, linux-arm-kernel,
	linux-media

On Sat, Apr 15, 2023 at 12:47 PM Jernej Skrabec
<jernej.skrabec@gmail.com> wrote:
>
> New DT property allows to skip CEC initialization.
>
> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> ---
>  drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> index 603bb3c51027..e7e8199d2fb1 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi.c
> @@ -3615,7 +3615,9 @@ struct dw_hdmi *dw_hdmi_probe(struct platform_device *pdev,
>                 hdmi->audio = platform_device_register_full(&pdevinfo);
>         }
>
> -       if (!plat_data->disable_cec && (config0 & HDMI_CONFIG0_CEC)) {
> +       if (!plat_data->disable_cec &&
> +           !of_property_read_bool(np, "snps,disable-cec") &&
> +           (config0 & HDMI_CONFIG0_CEC)) {
>                 cec.hdmi = hdmi;
>                 cec.ops = &dw_hdmi_cec_ops;
>                 cec.irq = irq;
> --
> 2.40.0
>


Reviewed-by: Robert Foss <rfoss@kernel.org>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC
  2023-04-15 10:46 ` [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC Jernej Skrabec
@ 2023-04-18 21:41   ` Rob Herring
  2023-04-21  7:07     ` Hans Verkuil
  0 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2023-04-18 21:41 UTC (permalink / raw)
  To: Jernej Skrabec
  Cc: andrzej.hajda, neil.armstrong, rfoss, krzysztof.kozlowski+dt,
	wens, samuel, Laurent.pinchart, jonas, airlied, daniel, dri-devel,
	devicetree, linux-kernel, linux-arm-kernel, linux-sunxi,
	linux-media, hverkuil-cisco

On Sat, Apr 15, 2023 at 12:46:11PM +0200, Jernej Skrabec wrote:
> Even though some DW-HDMI controllers have perfectly usable HDMI-CEC
> implementation, some boards might prefer not to use it or even use
> software implementation instead.
> 
> Add property for disabling CEC so driver doesn't expose unused CEC
> interface, if CEC pin isn't connected anywhere.

Isn't this all true for any bridge supporting CEC? Make this common.

> 
> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> ---
>  .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
> index 4b7e54a8f037..624d32c024f6 100644
> --- a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
> +++ b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
> @@ -48,6 +48,11 @@ properties:
>    interrupts:
>      maxItems: 1
>  
> +  snps,disable-cec:
> +    $ref: /schemas/types.yaml#/definitions/flag
> +    description:
> +      Disable HDMI-CEC.
> +
>  additionalProperties: true
>  
>  ...
> -- 
> 2.40.0
> 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC
  2023-04-18 21:41   ` Rob Herring
@ 2023-04-21  7:07     ` Hans Verkuil
  0 siblings, 0 replies; 10+ messages in thread
From: Hans Verkuil @ 2023-04-21  7:07 UTC (permalink / raw)
  To: Rob Herring, Jernej Skrabec
  Cc: andrzej.hajda, neil.armstrong, rfoss, krzysztof.kozlowski+dt,
	wens, samuel, Laurent.pinchart, jonas, airlied, daniel, dri-devel,
	devicetree, linux-kernel, linux-arm-kernel, linux-sunxi,
	linux-media

On 18/04/2023 23:41, Rob Herring wrote:
> On Sat, Apr 15, 2023 at 12:46:11PM +0200, Jernej Skrabec wrote:
>> Even though some DW-HDMI controllers have perfectly usable HDMI-CEC
>> implementation, some boards might prefer not to use it or even use
>> software implementation instead.
>>
>> Add property for disabling CEC so driver doesn't expose unused CEC
>> interface, if CEC pin isn't connected anywhere.
> 
> Isn't this all true for any bridge supporting CEC? Make this common.

I agree with that, there was a similar case in the past:

https://lore.kernel.org/linux-media/20180323125915.13986-1-hverkuil@xs4all.nl/

I never followed up to that, but I believe this is generic for any HDMI transmitter
or receiver with built-in CEC support where the CEC line is not actually hooked
up to the HDMI pin.

There is no way for the CEC driver to detect that, so this has to be communicated
in the device tree.

For standalone CEC devices you can just disable them in the device tree, of course,
but if it is incorporated into the HDMI device itself, then it needs to be told.

Regards,

	Hans

> 
>>
>> Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
>> ---
>>  .../devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
>> index 4b7e54a8f037..624d32c024f6 100644
>> --- a/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
>> +++ b/Documentation/devicetree/bindings/display/bridge/synopsys,dw-hdmi.yaml
>> @@ -48,6 +48,11 @@ properties:
>>    interrupts:
>>      maxItems: 1
>>  
>> +  snps,disable-cec:
>> +    $ref: /schemas/types.yaml#/definitions/flag
>> +    description:
>> +      Disable HDMI-CEC.
>> +
>>  additionalProperties: true
>>  
>>  ...
>> -- 
>> 2.40.0
>>


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-21  7:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-15 10:46 [PATCH 0/3] drm/bridge: dw_hdmi: allow to disable CEC from DT Jernej Skrabec
2023-04-15 10:46 ` [PATCH 1/3] dt-bindings: display: synopsys,dw-hdmi: Add property for disabling CEC Jernej Skrabec
2023-04-18 21:41   ` Rob Herring
2023-04-21  7:07     ` Hans Verkuil
2023-04-15 10:46 ` [PATCH 2/3] drm/bridge: dw_hdmi: Handle snps,disable-cec property Jernej Skrabec
2023-04-17 13:32   ` Robert Foss
2023-04-15 10:46 ` [PATCH 3/3] ARM: dts: sun8i: h3: beelink-x2: Disable DW-HDMI CEC Jernej Skrabec
2023-04-16 13:25   ` Laurent Pinchart
2023-04-16 13:31     ` Jernej Škrabec
2023-04-16 13:47       ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).