Docs.rs
  • libamdgpu_top-0.6.0
    • libamdgpu_top 0.6.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • Umio-Yasuno
    • Dependencies
      • anyhow 1.0.* normal
      • libdrm_amdgpu_sys ^0.4.1 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libamdgpu_top0.6.0

Module AMDGPU

  • Modules
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

In crate libamdgpu_top

?
Change settings

Module libamdgpu_top::AMDGPU

source ·

Modules

  • FW_VERSION
  • HW_IP
  • SENSOR_INFO
  • VBIOS
  • VIDEO_CAPS
    Video Encode/Decode Capabilities

Structs

  • DeviceHandle
  • GfxTargetVersion
  • HwmonTemp
  • IpDieEntry
  • IpHwId
  • IpHwInstance
  • ParsePowerCapTypeError
  • PowerCap
  • ThrottleStatus
  • UnknownPowerProfile
  • amdgpu_gds_resource_info
  • amdgpu_gpu_info
  • drm_amdgpu_heap_info
  • drm_amdgpu_info_device
  • drm_amdgpu_info_gds
  • drm_amdgpu_info_vce_clock_table
  • drm_amdgpu_info_vram_gtt
  • drm_amdgpu_memory_info
  • gpu_metrics_v1_0
  • gpu_metrics_v1_1
  • gpu_metrics_v1_2
  • gpu_metrics_v1_3
  • gpu_metrics_v2_0
  • gpu_metrics_v2_1
  • gpu_metrics_v2_2
  • gpu_metrics_v2_3
  • gpu_metrics_v2_4
  • metrics_table_header

Enums

  • ASIC_NAME
    List of AMDGPU ASIC name ref: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd/common/amd_family.h
  • CHIP_CLASS
    List of AMDGPU chip class (generation)
  • FAMILY_NAME
    List of AMDGPU Family names
  • GpuMetrics
    AMD GPU metrics data available from "{sysfs_path}/gpu_metrics".
    Vega12 (dGPU) or later, Renoir (APU) or later supports GPU metrics.
    DeviceHandle::get_gpu_metrics
  • HwId
  • HwmonTempType
  • PowerCapType
  • PowerProfile
  • ThrottlerBit
  • ThrottlerType
    ref: drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
  • VRAM_TYPE
    List of AMDGPU VRAM types
  • amdgpu_sw_info

Constants

  • CP_STAT_OFFSET
  • DEFAULT_DEVICE_NAME
  • GRBM2_OFFSET
  • GRBM_OFFSET
  • NUM_HBM_INSTANCES
  • SRBM2_OFFSET
  • SRBM3_OFFSET
  • SRBM_OFFSET

Traits

  • GPU_INFO
    Information that amdgpu_gpu_info and drm_amdgpu_info_device have in common
  • MetricsInfo
    The actual unsupported value will be 0xFFFF.

Functions

  • get_all_amdgpu_pci_bus
  • parse_amdgpu_ids

Type Aliases

  • amdgpu_device_handle