From: Andreas Kemnade <andreas@kemnade.info>
To: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Tony Lindgren <tony@atomide.com>,
Linux-OMAP <linux-omap@vger.kernel.org>,
Marek Vasut <marex@denx.de>,
"H. Nikolaus Schaller" <hns@goldelico.com>,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: Re: [PATCH v4] drm/omap: dsi: avoid sending bta sync all the time in writes
Date: Tue, 14 Jul 2026 17:53:37 +0200 [thread overview]
Message-ID: <20260714175337.4ad430fc@akphone> (raw)
In-Reply-To: <24368e1c-171f-4f6b-80f8-58accab1d3be@gmail.com>
On Sun, 12 Jul 2026 22:07:53 +0300
Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> wrote:
> >
> > diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c
> > b/drivers/gpu/drm/omapdrm/dss/dsi.c index
> > 3f22929c36e2..eb3cd0d23cae 100644 ---
> > a/drivers/gpu/drm/omapdrm/dss/dsi.c +++
> > b/drivers/gpu/drm/omapdrm/dss/dsi.c @@ -3267,7 +3267,7 @@ static
> > int dsi_update_channel(struct omap_dss_device *dssdev, int vc)
> > * updates stop working. This is probably related to DSI
> > spec stating
> > * that the DSI host should transition to LP at least
> > once per frame. */
> > - r = dsi_vc_send_bta_sync(dssdev, vc);
> > + r = dsi_vc_send_bta_sync(dssdev, VC_CMD);
> > if (r < 0) {
> > DSSWARN("failed to send bta sync between frames:
> > %d\n", r); goto err;
> >
> >
> >
> > Then the call is equal to the original one done via send_nnop.
> >
>
> With that change it seems to work properly, will keep that version of
> the driver for the time being.
will send a v5 with this change included
Regards,
Andreas
prev parent reply other threads:[~2026-07-14 15:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 15:50 [PATCH v4] drm/omap: dsi: avoid sending bta sync all the time in writes Andreas Kemnade
2026-06-29 16:04 ` sashiko-bot
2026-06-29 16:48 ` Andreas Kemnade
2026-06-29 16:59 ` Andreas Kemnade
2026-06-30 5:42 ` Ivaylo Dimitrov
2026-07-07 10:22 ` Andreas Kemnade
2026-07-12 19:07 ` Ivaylo Dimitrov
2026-07-14 15:53 ` Andreas Kemnade [this message]
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=20260714175337.4ad430fc@akphone \
--to=andreas@kemnade.info \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hns@goldelico.com \
--cc=ivo.g.dimitrov.75@gmail.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=marex@denx.de \
--cc=mripard@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=simona@ffwll.ch \
--cc=tomi.valkeinen@ideasonboard.com \
--cc=tomi.valkeinen@ti.com \
--cc=tony@atomide.com \
--cc=tzimmermann@suse.de \
/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.