All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>, linux-media@vger.kernel.org
Cc: Tony Lindgren <tony@atomide.com>, Sekhar Nori <nsekhar@ti.com>,
	dri-devel@lists.freedesktop.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCHv2 2/6] drm/omapdrm/dss/hdmi4: switch to the connector bridge ops
Date: Fri, 16 Apr 2021 10:55:55 +0300	[thread overview]
Message-ID: <5a8dc63a-c711-2b99-0735-6427dc1a1a11@ideasonboard.com> (raw)
In-Reply-To: <20210302162403.983585-3-hverkuil-cisco@xs4all.nl>

On 02/03/2021 18:23, Hans Verkuil wrote:
> Implement the new connector_attach/detach bridge ops. This makes it
> possible to associate a CEC adapter with a drm connector, which helps
> userspace determine which cec device node belongs to which drm connector.
> 
> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
> ---
>   drivers/gpu/drm/omapdrm/dss/hdmi4.c     | 27 +++++++++++++++++--------
>   drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c |  9 ++++++---
>   drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h |  7 ++++---
>   3 files changed, 29 insertions(+), 14 deletions(-)

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>, linux-media@vger.kernel.org
Cc: devicetree@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
	Sekhar Nori <nsekhar@ti.com>,
	dri-devel@lists.freedesktop.org,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	linux-omap@vger.kernel.org
Subject: Re: [PATCHv2 2/6] drm/omapdrm/dss/hdmi4: switch to the connector bridge ops
Date: Fri, 16 Apr 2021 10:55:55 +0300	[thread overview]
Message-ID: <5a8dc63a-c711-2b99-0735-6427dc1a1a11@ideasonboard.com> (raw)
In-Reply-To: <20210302162403.983585-3-hverkuil-cisco@xs4all.nl>

On 02/03/2021 18:23, Hans Verkuil wrote:
> Implement the new connector_attach/detach bridge ops. This makes it
> possible to associate a CEC adapter with a drm connector, which helps
> userspace determine which cec device node belongs to which drm connector.
> 
> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
> ---
>   drivers/gpu/drm/omapdrm/dss/hdmi4.c     | 27 +++++++++++++++++--------
>   drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c |  9 ++++++---
>   drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h |  7 ++++---
>   3 files changed, 29 insertions(+), 14 deletions(-)

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>

  Tomi
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2021-04-16  7:56 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-02 16:23 [PATCHv2 0/6] drm/omap: hdmi: improve hdmi4 CEC, add CEC for hdmi5 Hans Verkuil
2021-03-02 16:23 ` Hans Verkuil
2021-03-02 16:23 ` [PATCHv2 1/6] drm: drm_bridge: add connector_attach/detach bridge ops Hans Verkuil
2021-03-02 16:23   ` Hans Verkuil
2021-04-16  7:46   ` Tomi Valkeinen
2021-04-16  7:46     ` Tomi Valkeinen
2021-04-28 12:10     ` Hans Verkuil
2021-04-28 12:10       ` Hans Verkuil
2021-03-02 16:23 ` [PATCHv2 2/6] drm/omapdrm/dss/hdmi4: switch to the connector " Hans Verkuil
2021-03-02 16:23   ` Hans Verkuil
2021-04-16  7:55   ` Tomi Valkeinen [this message]
2021-04-16  7:55     ` Tomi Valkeinen
2021-03-02 16:24 ` [PATCHv2 3/6] drm/omapdrm/dss/hdmi4: simplify CEC Phys Addr handling Hans Verkuil
2021-03-02 16:24   ` Hans Verkuil
2021-03-02 16:24 ` [PATCHv2 4/6] dt-bindings: display: ti: ti,omap5-dss.txt: add cec clock Hans Verkuil
2021-03-02 16:24   ` [PATCHv2 4/6] dt-bindings: display: ti: ti, omap5-dss.txt: " Hans Verkuil
2021-03-03  7:40   ` [PATCHv2 4/6] dt-bindings: display: ti: ti,omap5-dss.txt: " Tomi Valkeinen
2021-03-03  7:40     ` [PATCHv2 4/6] dt-bindings: display: ti: ti, omap5-dss.txt: " Tomi Valkeinen
2021-03-08 18:59   ` Rob Herring
2021-03-08 18:59     ` Rob Herring
2021-03-02 16:24 ` [PATCHv2 5/6] dra7.dtsi/omap5.dtsi: " Hans Verkuil
2021-03-02 16:24   ` Hans Verkuil
2021-03-03  7:44   ` Tomi Valkeinen
2021-03-03  7:44     ` Tomi Valkeinen
2021-03-02 16:24 ` [PATCHv2 6/6] drm/omapdrm/dss/hdmi5: add CEC support Hans Verkuil
2021-03-02 16:24   ` Hans Verkuil
2021-03-03  7:47   ` Tomi Valkeinen
2021-03-03  7:47     ` Tomi Valkeinen
2021-03-03  7:51     ` Hans Verkuil
2021-03-03  7:51       ` Hans Verkuil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5a8dc63a-c711-2b99-0735-6427dc1a1a11@ideasonboard.com \
    --to=tomi.valkeinen@ideasonboard.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.