8 Commits

Author SHA256 Message Date
2efaed0ce2 Accepting request 1292365 from utilities
OBS-URL: https://build.opensuse.org/request/show/1292365
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvtop?expand=0&rev=8
2025-07-14 08:51:30 +00:00
6be023fabb - Update to version 3.2.0+14:
* Fix power draw metrics on Intel Battlemage.
  * Use fdinfo's engine count when refreshing utilisation rate.
  * Add support for Rockchip NPU.
  * Fix icon path.
  * Fix the installed filename of the appstream metainfo.
  * Fix division by zero on intel xe.
  * Reorder percentage associativity and max to 100.
  * Fix cpu fan selection.
  * Adding TPU metrics via libtpuinfo.
  * Convert output to json.
  * Add Intel Xe driver temp support.
  * Add snapshot command to nvtop for scripting purposes.
  * Fix some compiler warnings.
  * Control reaches end of non-void function error,
    (gh#Syllo/nvtop#350).
  * Improve PCI bridge checks.
  * Add Intel to libdrm detection in CMakeLists.txt.
  * Intel: Fix some very minor stuff.
  * Workaround broken Intel PCIe speeds.
- Drop nvtop-fix-non-void-function.patch as this has been
  upstreamed.

OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=18
2025-07-12 14:04:14 +00:00
f13fcc5602 Accepting request 1247430 from utilities
OBS-URL: https://build.opensuse.org/request/show/1247430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvtop?expand=0&rev=7
2025-02-20 16:40:12 +00:00
f918b7fd2b - Update to version 3.1.0+100:
* Make shared encoder/decoder utilization longer.
  * AMD: Fix encode/decode usage being dropped when it is shared.
  * Add missing va_end() call.

Fix Summary typo.

OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=16
2025-02-20 14:04:32 +00:00
640d98b525 Accepting request 1233722 from utilities
OBS-URL: https://build.opensuse.org/request/show/1233722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvtop?expand=0&rev=6
2024-12-30 11:52:10 +00:00
a75b53d043 - Update to version 3.1.0+89:
* Add missing i915_drm.h structs/definitions.
  * Fix AMDGPU free memory calculation.
  * Include xe_drm.h until it mades it into libdrm.
  * Apply suggestions from code review.
  * Display total memory if available.
  * Add gtt to memory usage.
  * Add i915 compute and fix xe compute + edit readme.
  * Add xe encode/decode support.
  * Split fdinfo and implement GPU utilisation.
  * Split i915 & xe, implement xe ioctls and memory usage.
  * Add support for using i915 ioctls & implement memory usage
    using this.
  * Use bool, not NCURSES bool.
  * Display fan RPM when max is not available.
  * Avoid deref udev null device on unref.
  * v3d: migrate to standardised fdinfo info and add per-process
    gpu memory support.
  * Calculate power consumption for Xe driver.
  * Calculate power consumption based on energy usage.
  * Include libdrm for builds with panfrost and panthor support.
  * Remove Intel GPU warning.
  * i915 has drm-total-local0 (now?) for memory Also fix a logic
    error.
  * Fix process list randomly hiding in builds.
  * Add Intel temp support Currently being worked on in Intel's
    kernel branch: https://patchwork.freedesktop.org/series/137874.
  * Add Intel fan support Now present in kernel 6.12
    https://patchwork.freedesktop.org/patch/610458.
  * Update CMakeLists.txt
  * Add the necessary source file device_discovery_linux.c for
    V3D_SUPPORT in CMakeLists.txt.
  * Update README.
  * Convert tid to pgid to match the process's pid.
  * Fix some typos.
  * Add the videocore support documentation.
  * Fix strncat warning.
  * Print some debug messages.
  * Add decode info for h264 decode.
  * Move info read functions to utils and add some info from vcio
    device.
  * Add process gpu usage support for raspberrypi.
  * Add basic support for raspberrypi gpu.
- Add nvtop-fix-non-void-function.patch: Fix control reaches end of
  non-void function error, (gh#Syllo/nvtop#350).

OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=14
2024-12-29 05:28:55 +00:00
7896451ab1 Accepting request 1223397 from utilities
OBS-URL: https://build.opensuse.org/request/show/1223397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvtop?expand=0&rev=5
2024-11-12 18:21:09 +00:00
28b13601c5 - Update to version 3.1.0+38:
* Add missed '&&".
  * Revert back to the Xe driver device for the PCIe link.
  * Get per-process memory from fdinfo for Xe.
  * Don't require hwmon for AMDGPU.
  * Fix potential null device access.
  * Re-introduce non-cached devices.
  * Hide process list option in setup window & config file.
  * Add Intel Xe driver support.
  * Add i915 hwmon power values.
  * Hide process list window.
  * Fix screenshot URLs in appstream.
  * Fix icon in appstream.
  * amgdpu: video code engine version extraction.
  * Update readme's supported targets paragraph.
  * Support for recent NVML API.
  * Video encode/decode shared by static instance.
  * Remove import of kcmp.
- Remove tar.xz file from source as we use obscpio.

OBS-URL: https://build.opensuse.org/package/show/utilities/nvtop?expand=0&rev=12
2024-11-11 15:43:11 +00:00
8 changed files with 119 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
<param name="url">https://github.com/Syllo/nvtop.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">3.1.0</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">malcolmlewis@opensuse.org</param>
<param name="filename">nvtop</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Syllo/nvtop.git</param>
<param name="changesrevision">7906a062c76f498cbfeea5b312ee1baa765f56d2</param></service></servicedata>
<param name="changesrevision">339ee0b10a64ec51f43d27357b0068a40f16e9e4</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c23f2f3860a209ce8f6f1c39c5f2c6a17177c2e872d1e4564b6194e90c04665
size 881164

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0bc618de9dd4178eec2cbf8fb2a43fe1c0da4f66b9446dfe63ef644392d2b971
size 232684

3
nvtop-3.2.0+14.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be3370020263b7799ca1d22ccc34695b30520aa5507fadf72855b6712541df0b
size 1023500

View File

@@ -1,3 +1,109 @@
-------------------------------------------------------------------
Tue Jul 08 18:01:07 UTC 2025 - malcolmlewis@opensuse.org
- Update to version 3.2.0+14:
* Fix power draw metrics on Intel Battlemage.
* Use fdinfo's engine count when refreshing utilisation rate.
* Add support for Rockchip NPU.
* Fix icon path.
* Fix the installed filename of the appstream metainfo.
* Fix division by zero on intel xe.
* Reorder percentage associativity and max to 100.
* Fix cpu fan selection.
* Adding TPU metrics via libtpuinfo.
* Convert output to json.
* Add Intel Xe driver temp support.
* Add snapshot command to nvtop for scripting purposes.
* Fix some compiler warnings.
* Control reaches end of non-void function error,
(gh#Syllo/nvtop#350).
* Improve PCI bridge checks.
* Add Intel to libdrm detection in CMakeLists.txt.
* Intel: Fix some very minor stuff.
* Workaround broken Intel PCIe speeds.
- Drop nvtop-fix-non-void-function.patch as this has been
upstreamed.
-------------------------------------------------------------------
Sun Feb 09 22:56:56 UTC 2025 - malcolmlewis@opensuse.org
- Update to version 3.1.0+100:
* Make shared encoder/decoder utilization longer.
* AMD: Fix encode/decode usage being dropped when it is shared.
* Add missing va_end() call.
-------------------------------------------------------------------
Wed Dec 25 01:10:39 UTC 2024 - malcolmlewis@opensuse.org
- Update to version 3.1.0+89:
* Add missing i915_drm.h structs/definitions.
* Fix AMDGPU free memory calculation.
* Include xe_drm.h until it mades it into libdrm.
* Apply suggestions from code review.
* Display total memory if available.
* Add gtt to memory usage.
* Add i915 compute and fix xe compute + edit readme.
* Add xe encode/decode support.
* Split fdinfo and implement GPU utilisation.
* Split i915 & xe, implement xe ioctls and memory usage.
* Add support for using i915 ioctls & implement memory usage
using this.
* Use bool, not NCURSES bool.
* Display fan RPM when max is not available.
* Avoid deref udev null device on unref.
* v3d: migrate to standardised fdinfo info and add per-process
gpu memory support.
* Calculate power consumption for Xe driver.
* Calculate power consumption based on energy usage.
* Include libdrm for builds with panfrost and panthor support.
* Remove Intel GPU warning.
* i915 has drm-total-local0 (now?) for memory Also fix a logic
error.
* Fix process list randomly hiding in builds.
* Add Intel temp support Currently being worked on in Intel's
kernel branch: https://patchwork.freedesktop.org/series/137874.
* Add Intel fan support Now present in kernel 6.12
https://patchwork.freedesktop.org/patch/610458.
* Update CMakeLists.txt
* Add the necessary source file device_discovery_linux.c for
V3D_SUPPORT in CMakeLists.txt.
* Update README.
* Convert tid to pgid to match the process's pid.
* Fix some typos.
* Add the videocore support documentation.
* Fix strncat warning.
* Print some debug messages.
* Add decode info for h264 decode.
* Move info read functions to utils and add some info from vcio
device.
* Add process gpu usage support for raspberrypi.
* Add basic support for raspberrypi gpu.
- Add nvtop-fix-non-void-function.patch: Fix control reaches end of
non-void function error, (gh#Syllo/nvtop#350).
-------------------------------------------------------------------
Thu Oct 24 00:18:09 UTC 2024 - malcolmlewis@opensuse.org
- Update to version 3.1.0+38:
* Add missed '&&".
* Revert back to the Xe driver device for the PCIe link.
* Get per-process memory from fdinfo for Xe.
* Don't require hwmon for AMDGPU.
* Fix potential null device access.
* Re-introduce non-cached devices.
* Hide process list option in setup window & config file.
* Add Intel Xe driver support.
* Add i915 hwmon power values.
* Hide process list window.
* Fix screenshot URLs in appstream.
* Fix icon in appstream.
* amgdpu: video code engine version extraction.
* Update readme's supported targets paragraph.
* Support for recent NVML API.
* Video encode/decode shared by static instance.
* Remove import of kcmp.
- Remove tar.xz file from source as we use obscpio.
-------------------------------------------------------------------
Fri Apr 12 13:07:30 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,4 +1,4 @@
name: nvtop
version: 3.1.0
mtime: 1708699316
commit: 7906a062c76f498cbfeea5b312ee1baa765f56d2
version: 3.2.0+14
mtime: 1751117410
commit: 339ee0b10a64ec51f43d27357b0068a40f16e9e4

View File

@@ -1,8 +1,8 @@
#
# spec file for package nvtop
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2020-2023 Malcolm J Lewis <malcolmlewis@opensuse.org>
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2020-2025 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: nvtop
Version: 3.1.0
Version: 3.2.0+14
Release: 0
Summary: A (h)top like task monitor for NVIDIA and AMD GPUs
License: GPL-3.0-or-later
@@ -28,7 +28,6 @@ BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libdrm)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(ncurses)
@@ -42,7 +41,7 @@ It can handle multiple GPUs and print information about them in a htop familiar
way.
%prep
%autosetup
%autosetup -p1
%build
%cmake -DCMAKE_BUILD_TYPE=Release \
@@ -51,15 +50,14 @@ way.
%install
%cmake_install
%suse_update_desktop_file %{name}
%files
%license LICENSE
%doc README.markdown
%{_bindir}/nvtop
%{_datadir}/applications/nvtop.desktop
%{_datadir}/icons/nvtop.svg
%{_datadir}/icons/hicolor/scalable/apps/nvtop.svg
%{_mandir}/man1/nvtop.1%{?ext_man}
%{_datadir}/metainfo/nvtop.metainfo.xml
%{_datadir}/metainfo/io.github.syllo.nvtop.metainfo.xml
%changelog