Linux Tegra architecture development
 help / color / mirror / Atom feed
From: Mikko Perttunen <mperttunen@nvidia.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Tanmay Patil <tanmayp@nvidia.com>
Cc: David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
	dri-devel@lists.freedesktop.org, linux-tegra@vger.kernel.org,
	linux-kernel@vger.kernel.org, Tanmay Patil <tanmayp@nvidia.com>
Subject: Re: [PATCH 0/2] gpu: host1x: syncpt_wait micro-optimizations
Date: Tue, 26 May 2026 14:55:27 +0900	[thread overview]
Message-ID: <KV7-sSqdSXCYm56vbRzGFg@nvidia.com> (raw)
In-Reply-To: <20260514103153.766343-1-tanmayp@nvidia.com>

On Thursday, May 14, 2026 7:31 PM Tanmay Patil wrote:
> This series reduces the latency in host1x syncpoint wait path.
> 
> Patch 1 removes redundant MMIO reads in host1x_syncpt_wait().
> Patch 2 skips the host1x_intr_update_hw_state() call in the ISR
> when no fences remain.
> 
> Measured syncpoint wait latency (50000 samples):
>   Average latency:   12.2 us  -> 9.4 us
>   99.99 pct latency: 62.96 us -> 36.58 us
> 
> Tanmay Patil (2):
>   gpu: host1x: skip redundant syncpoint loads in host1x_syncpt_wait()
>   gpu: host1x: skip redundant HW state update
> 
>  drivers/gpu/host1x/intr.c   |  8 ++++++--
>  drivers/gpu/host1x/syncpt.c | 23 ++++++++++++++---------
>  2 files changed, 20 insertions(+), 11 deletions(-)
> 
> -- 
> 2.54.0
> 
> 

Thank you!

Acked-by: Mikko Perttunen <mperttunen@nvidia.com>




  parent reply	other threads:[~2026-05-26  5:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-14 10:31 [PATCH 0/2] gpu: host1x: syncpt_wait micro-optimizations Tanmay Patil
2026-05-14 10:31 ` [PATCH 1/2] gpu: host1x: skip redundant syncpoint loads in host1x_syncpt_wait() Tanmay Patil
2026-05-14 10:31 ` [PATCH 2/2] gpu: host1x: skip redundant HW state update Tanmay Patil
2026-05-26  5:55 ` Mikko Perttunen [this message]
2026-05-28 12:18 ` [PATCH 0/2] gpu: host1x: syncpt_wait micro-optimizations Thierry Reding

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=KV7-sSqdSXCYm56vbRzGFg@nvidia.com \
    --to=mperttunen@nvidia.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tanmayp@nvidia.com \
    --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