* v0.10.3
* lib: fix filter_proc when short cmdline
* update dump_xdna_device
* lib, xdna: get_xdna_metadata
* lib: fix Cargo.toml
- Update to version 0.10.2:
- reduce allocations and improve dump commands
- support for dynamic loading of libdrm and libdrm_amdgpu (amdgpu_top remains a dynamic link)
- specify rev of libdrm_amdgpu_sys (#109)
- add fdinfo description in README.md (#115)
- Add remark to build on Fedora (#117, by @jdeluyck)
- update release.yml
- use ubuntu-22.04 image
- add ubuntu-22.04-arm image
- add aarch64/arm64 binaries to the release
- update DevicePath::check_if_device_is_active for env where CONFIG_PM is disabled (#119)
* XDNA
- fix the detection of XDNA NPU (#120, tested by @GreyXor)
- impl ioctl for amdxdna-driver (tested by @GreyXor)
* TUI
- add "--hide-fdinfo" option for TUI mode (#108)
- update help for toggle (#111)
- collapsible view in one row (#112)
- collapse panel without delay (#113)
* GUI
- Add Georgian tranlsation (#116, by @NorwayFun)
OBS-URL: https://build.opensuse.org/package/show/hardware/amdgpu_top?expand=0&rev=9
- v0.10.1
* Update libdrm_amdgpu_sys
* Fix CHIP_CLASS check for GFX12
* Include CHIP_GFX1103_R1X (Hawk Point1) in has_npu condition
* Add description of --xdna option
* Add new layout for wide term (150 or more columns) (#107)
* Fix "No localization for id"
* Add CPU Core Power Plot
* Add CPU Temperature Plot
* Add VCLK/DCLK Plot
* Persist selected PCI bus
- v0.10.0
* Support for AMD XDNA NPU (amd/xdna-driver)
* Update libdrm_amdgpu_sys
* Support for GFX12 family (RDNA 4), CHIP_GFX1200 and CHIP_GFX1201
* Support for CHIP_GFX1103_R1X (Hawk Point1) and CHIP_GFX1103_R2X (Hawk Point2)
* Update GRBM2_INDEX
* Rename "RunList Controller" to "Ring List Controller"
* Fix the "Ring List Controller" bit for GFX10_3 (RDNA 2)
* Stop using get_unchecked (#104)
* Add metainfo file
* Remove amd_.*_visible_vram fields in FdInfoUsage
* ref: https://lists.freedesktop.org/archives/amd-gfx/2024-September/113971.html
* Implement dynamic_no_pc
* This allows the APU to transition to GFXOFF state.
* Add --gl and --vk options
* Support for the Close shortcut key (#97)
* Add the Quit button
* Update eframe to v0.29
* Update versions of i18n-embed and i18n-embed-fl
* Use LazyLock instead of once_cell
* Use wgpu feature (#101)
* This allows to get the driver version (Vulkan) and use APU for rendering.
* Enable x11 feature (#102)
* Select the GL backend as default
OBS-URL: https://build.opensuse.org/package/show/hardware/amdgpu_top?expand=0&rev=5