From: Svyatoslav Ryhel <clamor95@gmail.com>
To: Thierry Reding <thierry.reding@gmail.com>,
Mikko Perttunen <mperttunen@nvidia.com>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Jonathan Hunter <jonathanh@nvidia.com>,
Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>,
Svyatoslav Ryhel <clamor95@gmail.com>
Cc: dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
Date: Sun, 25 Jan 2026 15:13:21 +0200 [thread overview]
Message-ID: <20260125131323.45108-1-clamor95@gmail.com> (raw)
Tegra20/Tegra30 DSI is quite similar to Tegra114+ apart MIPI calibration
logic and clocks. With a few minor tweaks, existing tegra DSI driver
should work on Tegra20/Tegra30 devices just fine. Tested on
Motorola Atrix 4G (T20) and ASUS VivoTab RT TF600T (T30).
This patchset depends on Tegra20/Tegra30 CSI bringup since both share
MIPI calibration logic. Ideally these patches should be picked after
CSI bringup but they will not break anything even if picked before
CSI patches.
---
Changes in v2:
- removed all MIPI calibration, it is handled within CSI bringup
- added per-soc structures into of_match
- added fix for hang caused by register access with uninited hw
Changes in v3:
- switched from version DSI to boolean flags
- added comment regarding Tegra30 clock configuration
- commits were picked:
"clk: tegra20: reparent dsi clock to pll_d_out0"
"ARM: tegra: adjust DSI nodes for Tegra20/Tegra30"
- commit adapted to recent DSI changes:
"gpu/drm: tegra: dsi: move prepare function at the top of encoder
enable" > "gpu/drm: tegra: dsi: re-add clear enable register if
DSI was powered by bootloader"
---
Svyatoslav Ryhel (2):
gpu/drm: tegra: dsi: add support for Tegra20/Tegra30
gpu/drm: tegra: dsi: re-add clear enable register if DSI was powered
by bootloader
drivers/gpu/drm/tegra/drm.c | 2 +
drivers/gpu/drm/tegra/dsi.c | 116 ++++++++++++++++++++++++++----------
drivers/gpu/drm/tegra/dsi.h | 10 ++++
3 files changed, 97 insertions(+), 31 deletions(-)
--
2.51.0
next reply other threads:[~2026-01-25 13:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-25 13:13 Svyatoslav Ryhel [this message]
2026-01-25 13:13 ` [PATCH v3 1/2] gpu/drm: tegra: dsi: add support for Tegra20/Tegra30 Svyatoslav Ryhel
2026-03-05 15:21 ` Svyatoslav Ryhel
2026-03-05 15:50 ` Svyatoslav Ryhel
2026-03-09 5:21 ` Mikko Perttunen
2026-03-09 7:11 ` Svyatoslav Ryhel
2026-01-25 13:13 ` [PATCH v3 2/2] gpu/drm: tegra: dsi: re-add clear enable register if DSI was powered by bootloader Svyatoslav Ryhel
2026-01-26 1:19 ` [PATCH v3 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30 Mikko Perttunen
2026-03-02 7:57 ` Svyatoslav Ryhel
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=20260125131323.45108-1-clamor95@gmail.com \
--to=clamor95@gmail.com \
--cc=airlied@gmail.com \
--cc=diogo.ivo@tecnico.ulisboa.pt \
--cc=dri-devel@lists.freedesktop.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mperttunen@nvidia.com \
--cc=simona@ffwll.ch \
--cc=thierry.reding@gmail.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