mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Sverdlin, Alexander" <alexander.sverdlin@siemens.com>
To: "robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"jyri.sarha@iki.fi" <jyri.sarha@iki.fi>,
	"aradhya.bhatia@linux.dev" <aradhya.bhatia@linux.dev>,
	"tomi.valkeinen@ideasonboard.com"
	<tomi.valkeinen@ideasonboard.com>
Cc: "francesco@dolcini.it" <francesco@dolcini.it>,
	"praneeth@ti.com" <praneeth@ti.com>,
	"tzimmermann@suse.de" <tzimmermann@suse.de>,
	"laurent.pinchart@ideasonboard.com"
	<laurent.pinchart@ideasonboard.com>,
	"mripard@kernel.org" <mripard@kernel.org>,
	"simona@ffwll.ch" <simona@ffwll.ch>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"j-choudhary@ti.com" <j-choudhary@ti.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"devarsht@ti.com" <devarsht@ti.com>,
	"maarten.lankhorst@linux.intel.com"
	<maarten.lankhorst@linux.intel.com>,
	"airlied@gmail.com" <airlied@gmail.com>, "nm@ti.com" <nm@ti.com>,
	"u-kumar1@ti.com" <u-kumar1@ti.com>,
	"vigneshr@ti.com" <vigneshr@ti.com>
Subject: Re: [PATCH v6 4/4] drm/tidss: Add OLDI bridge support
Date: Tue, 25 Mar 2025 19:05:21 +0000	[thread overview]
Message-ID: <2b5bd03f2c8000b0bbf10c649efc5c080fde1a91.camel@siemens.com> (raw)
In-Reply-To: <20250226181300.756610-5-aradhya.bhatia@linux.dev>

Thank you for your work Aradhya!

On Wed, 2025-02-26 at 23:43 +0530, Aradhya Bhatia wrote:
> From: Aradhya Bhatia <a-bhatia1@ti.com>
> 
> The AM62x and AM62Px SoCs feature 2 OLDI TXes each, which makes it
> possible to connect them in dual-link or cloned single-link OLDI display
> modes. The current OLDI support in tidss_dispc.c can only support for
> a single OLDI TX, connected to a VP and doesn't really support
> configuration of OLDIs in the other modes. The current OLDI support in
> tidss_dispc.c also works on the principle that the OLDI output can only
> be served by one, and only one, DSS video-port. This isn't the case in
> the AM62Px SoC, where there are 2 DSS controllers present that share the
> OLDI TXes.
> 
> Having their own devicetree and their own bridge entity will help
> support the various display modes and sharing possiblilities of the OLDI
> hardware.
> 
> For all these reasons, add support for the OLDI TXes as DRM bridges.
> 
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
> Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
> Signed-off-by: Aradhya Bhatia <aradhya.bhatia@linux.dev>

I've applied the series onto next-20250320 (+ required DT changes from
the TI tree + the parts required to wire the particular panel) and tested
with single channel AUO 800x480 LVDS panel on OLDI0. LGTM!

Tested-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>

> ---
>  drivers/gpu/drm/tidss/Makefile           |   3 +-
>  drivers/gpu/drm/tidss/tidss_dispc.c      |  24 +-
>  drivers/gpu/drm/tidss/tidss_dispc.h      |   5 +
>  drivers/gpu/drm/tidss/tidss_dispc_regs.h |  14 +
>  drivers/gpu/drm/tidss/tidss_drv.c        |   9 +
>  drivers/gpu/drm/tidss/tidss_drv.h        |   5 +
>  drivers/gpu/drm/tidss/tidss_oldi.c       | 568 +++++++++++++++++++++++
>  drivers/gpu/drm/tidss/tidss_oldi.h       |  42 ++
>  8 files changed, 668 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/gpu/drm/tidss/tidss_oldi.c
>  create mode 100644 drivers/gpu/drm/tidss/tidss_oldi.h
> 

-- 
Alexander Sverdlin
Siemens AG
www.siemens.com

  reply	other threads:[~2025-03-25 19:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26 18:12 [PATCH v6 0/4] " Aradhya Bhatia
2025-02-26 18:12 ` [PATCH v6 1/4] dt-bindings: display: ti,am65x-dss: Re-indent the example Aradhya Bhatia
2025-02-26 18:12 ` [PATCH v6 2/4] dt-bindings: display: ti: Add schema for AM625 OLDI Transmitter Aradhya Bhatia
2025-02-26 18:12 ` [PATCH v6 3/4] drm/tidss: Mark AM65x OLDI code separately Aradhya Bhatia
2025-03-04 12:00   ` Tomi Valkeinen
2025-02-26 18:13 ` [PATCH v6 4/4] drm/tidss: Add OLDI bridge support Aradhya Bhatia
2025-03-25 19:05   ` Sverdlin, Alexander [this message]
2025-03-28 12:44 ` [PATCH v6 0/4] " Francesco Dolcini
2025-03-29 13:58   ` Aradhya Bhatia

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=2b5bd03f2c8000b0bbf10c649efc5c080fde1a91.camel@siemens.com \
    --to=alexander.sverdlin@siemens.com \
    --cc=airlied@gmail.com \
    --cc=aradhya.bhatia@linux.dev \
    --cc=conor+dt@kernel.org \
    --cc=devarsht@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=francesco@dolcini.it \
    --cc=j-choudhary@ti.com \
    --cc=jyri.sarha@iki.fi \
    --cc=krzk+dt@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=nm@ti.com \
    --cc=praneeth@ti.com \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=tzimmermann@suse.de \
    --cc=u-kumar1@ti.com \
    --cc=vigneshr@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®