hocclk: add RAM bandwidth monitor

This commit is contained in:
souldbminersmwc
2026-04-11 19:00:22 -04:00
parent b7440a38a5
commit b417099a4a
6 changed files with 69 additions and 3 deletions

View File

@@ -109,6 +109,9 @@ typedef enum
HocClkPartLoad_CPUMax,
HocClkPartLoad_BAT,
HocClkPartLoad_FAN,
HocClkPartLoad_RamBWAll,
HocClkPartLoad_RamBWCpu,
HocClkPartLoad_RamBWGpu,
HocClkPartLoad_EnumMax
} HocClkPartLoad;

View File

@@ -31,7 +31,7 @@
#include "board.h"
#include "clock_manager.h"
#define HOCCLK_IPC_API_VERSION 1
#define HOCCLK_IPC_API_VERSION 2
#define HOCCLK_IPC_SERVICE_NAME "hoc:clk"
enum HocClkIpcCmd