mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Maxim Schwalm <maxim.schwalm@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	"Aradhya Bhatia" <a-bhatia1@ti.com>,
	"Thierry Reding" <treding@nvidia.com>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Andrzej Hajda" <andrzej.hajda@intel.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Robert Foss" <rfoss@kernel.org>,
	"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"David Airlie" <airlied@gmail.com>,
	"Daniel Vetter" <daniel@ffwll.ch>,
	"Péter Ujfalusi" <peter.ujfalusi@gmail.com>,
	"Francesco Dolcini" <francesco@dolcini.it>
Subject: Re: [PATCH v3 00/12] drm/bridge: tc358768: Fixes and timings improvements
Date: Wed, 30 Aug 2023 22:41:02 +0200	[thread overview]
Message-ID: <b5f84da6-8826-69d3-6617-6d2593a54897@gmail.com> (raw)
In-Reply-To: <6ecafdd1-e60a-afe6-ea2f-adab168d22fe@ideasonboard.com>

Hi Tomi,

On 29.08.23 08:27, Tomi Valkeinen wrote:
> Hi Maxim,
> 
> On 22/08/2023 19:19, Tomi Valkeinen wrote:
>> This series contains various fixes and cleanups for TC358768. The target
>> of this work is to get TC358768 working on Toradex's AM62 based board,
>> which has the following display pipeline:
>>
>> AM62 DPI -> TC358768 -> LT8912B -> HDMI connector
>>
>> The main thing the series does is to improve the DSI HSW, HFP and VSDly
>> calculations.
>>
>>   Tomi
> 
> Does this version work for you? Can I add your tested-by?

Yes, this series does work fine on the Asus TF700T, so:

Tested-by: Maxim Schwalm <maxim.schwalm@gmail.com> # Asus TF700T

Aside from the TF700T, I have a different kind of tablet, which also has
a TC358768/TC358778 bridge, but it's not running a mainline kernel yet.
So, unfortunately, I can't tell how this patchset fares on it at this
time.

Best regards,
Maxim

      reply	other threads:[~2023-08-30 21:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 16:19 Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 01/12] drm/tegra: rgb: Parameterize V- and H-sync polarities Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 02/12] drm/bridge: tc358768: Fix use of uninitialized variable Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 03/12] drm/bridge: tc358768: Default to positive h/v syncs Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 04/12] drm/bridge: tc358768: Fix bit updates Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 05/12] drm/bridge: tc358768: Cleanup PLL calculations Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 06/12] drm/bridge: tc358768: Use struct videomode Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 07/12] drm/bridge: tc358768: Print logical values, not raw register values Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 08/12] drm/bridge: tc358768: Use dev for dbg prints, not priv->dev Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 09/12] drm/bridge: tc358768: Rename dsibclk to hsbyteclk Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 10/12] drm/bridge: tc358768: Clean up clock period code Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 11/12] drm/bridge: tc358768: Fix tc358768_ns_to_cnt() Tomi Valkeinen
2023-08-22 16:19 ` [PATCH v3 12/12] drm/bridge: tc358768: Attempt to fix DSI horizontal timings Tomi Valkeinen
2023-09-04 18:46   ` Marcel Ziswiler
2023-09-05  7:28     ` Tomi Valkeinen
2023-08-29  6:27 ` [PATCH v3 00/12] drm/bridge: tc358768: Fixes and timings improvements Tomi Valkeinen
2023-08-30 20:41   ` Maxim Schwalm [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=b5f84da6-8826-69d3-6617-6d2593a54897@gmail.com \
    --to=maxim.schwalm@gmail.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a-bhatia1@ti.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=francesco@dolcini.it \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=peter.ujfalusi@gmail.com \
    --cc=rfoss@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tomi.valkeinen@ideasonboard.com \
    --cc=treding@nvidia.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®