From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] nvtop: version bump 3.1.0 -> 3.2.0
Date: Thu, 4 Dec 2025 14:14:54 +0100 [thread overview]
Message-ID: <20251204131454.2197364-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251124100559.3396799-1-p.zabel@pengutronix.de>
Thanks, applied as b8cc896d0e759d2a36489eda9f857cc5c4e95b66.
Michael
[sent from post-receive hook]
On Thu, 04 Dec 2025 14:14:54 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://github.com/Syllo/nvtop/releases/tag/3.2.0
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20251124100559.3396799-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/nvtop.in b/rules/nvtop.in
> index 34f1fbdecd9b..fcf6905f659a 100644
> --- a/rules/nvtop.in
> +++ b/rules/nvtop.in
> @@ -7,7 +7,7 @@ menuconfig NVTOP
> select NCURSES
> select LIBDRM if NVTOP_AMDGPU || NVTOP_MSM
> select LIBDRM_AMDGPU if NVTOP_AMDGPU
> - select SYSTEMD if NVTOP_AMDGPU || NVTOP_INTEL
> + select SYSTEMD if NVTOP_AMDGPU || NVTOP_INTEL || NVTOP_V3D
> help
> Interactive GPU process monitor
>
> @@ -39,4 +39,8 @@ config NVTOP_PANTHOR
> bool
> prompt "build support for Mali GPUs using the panthor driver"
>
> +config NVTOP_V3D
> + bool
> + prompt "build support for Raspberry Pi using the v3d driver"
> +
> endif
> diff --git a/rules/nvtop.make b/rules/nvtop.make
> index 0f6747e7ce21..e96eb56f8a27 100644
> --- a/rules/nvtop.make
> +++ b/rules/nvtop.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NVTOP) += nvtop
> #
> # Paths and names
> #
> -NVTOP_VERSION := 3.1.0
> -NVTOP_MD5 := bdf8217412aa12f54448f14bb49bb164
> +NVTOP_VERSION := 3.2.0
> +NVTOP_MD5 := a4c0fcd4a4737ca682c2bf19da7c0bdb
> NVTOP := nvtop-$(NVTOP_VERSION)
> NVTOP_SUFFIX := tar.gz
> NVTOP_URL := https://github.com/Syllo/nvtop/archive/refs/tags/$(NVTOP_VERSION).$(NVTOP_SUFFIX)
> @@ -42,7 +42,16 @@ NVTOP_CONF_OPT := \
> -DAPPLE_SUPPORT=off \
> -DPANFROST_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_PANFROST) \
> -DPANTHOR_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_PANTHOR) \
> - -DASCEND_SUPPORT=off
> + -DASCEND_SUPPORT=off \
> + -DTPU_SUPPORT=OFF \
> + -DV3D_SUPPORT=$(call ptx/onoff, PTXCONF_NVTOP_V3D) \
> + -DBUILD_TESTING=OFF \
> + -DSANITIZE_ADDRESS=OFF \
> + -DSANITIZE_LINK_STATIC=OFF \
> + -DSANITIZE_MEMORY=OFF \
> + -DSANITIZE_THREAD=OFF \
> + -DSANITIZE_UNDEFINED=OFF \
> + -DUSE_LIBUDEV_OVER_LIBSYSTEMD=OFF
>
> # ----------------------------------------------------------------------------
> # Target-Install
prev parent reply other threads:[~2025-12-04 13:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 10:05 [ptxdist] [PATCH] " Philipp Zabel
2025-12-04 13:14 ` Michael Olbrich [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=20251204131454.2197364-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=p.zabel@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