mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] nvtop: version bump 3.0.2 -> 3.1.0
Date: Fri,  7 Jun 2024 09:38:02 +0200	[thread overview]
Message-ID: <20240607073802.3551158-1-l.stach@pengutronix.de> (raw)

New version adds support for Mali GPUs with both panfrost and panthor
kernel drivers. Disable Apple and Ascend support, as those are only
available on non-Linux platforms.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/nvtop.in   |  8 ++++++++
 rules/nvtop.make | 10 +++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/rules/nvtop.in b/rules/nvtop.in
index af42874156aa..5ebaec21056e 100644
--- a/rules/nvtop.in
+++ b/rules/nvtop.in
@@ -31,4 +31,12 @@ config NVTOP_MSM
 	bool
 	prompt "build support for Adreno GPUs using the msm driver"
 
+config NVTOP_PANFROST
+	bool
+	prompt "build support for Mali GPUs using the panfrost driver"
+
+config NVTOP_PANTHOR
+	bool
+	prompt "build support for Mali GPUs using the panthor driver"
+
 endif
diff --git a/rules/nvtop.make b/rules/nvtop.make
index 738b7a013032..0f6747e7ce21 100644
--- a/rules/nvtop.make
+++ b/rules/nvtop.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NVTOP) += nvtop
 #
 # Paths and names
 #
-NVTOP_VERSION	:= 3.0.2
-NVTOP_MD5	:= fdf9bc33c2240ba99cee0d726d267427
+NVTOP_VERSION	:= 3.1.0
+NVTOP_MD5	:= bdf8217412aa12f54448f14bb49bb164
 NVTOP		:= nvtop-$(NVTOP_VERSION)
 NVTOP_SUFFIX	:= tar.gz
 NVTOP_URL	:= https://github.com/Syllo/nvtop/archive/refs/tags/$(NVTOP_VERSION).$(NVTOP_SUFFIX)
@@ -38,7 +38,11 @@ NVTOP_CONF_OPT	:= \
 	-DNVIDIA_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_NVIDIA) \
 	-DAMDGPU_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_AMDGPU) \
 	-DINTEL_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_INTEL) \
-	-DMSM_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_MSM)
+	-DMSM_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_MSM) \
+	-DAPPLE_SUPPORT=off \
+	-DPANFROST_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_PANFROST) \
+	-DPANTHOR_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_PANTHOR) \
+	-DASCEND_SUPPORT=off
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.39.2




             reply	other threads:[~2024-06-07  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-07  7:38 Lucas Stach [this message]
2024-06-15 14:58 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20240607073802.3551158-1-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox