add on the fly gpu volt table
This commit is contained in:
@@ -69,4 +69,9 @@ typedef struct
|
||||
{
|
||||
HocClkModule module;
|
||||
uint32_t maxCount;
|
||||
} HocClkIpc_GetFreqList_Args;
|
||||
} HocClkIpc_GetFreqList_Args;
|
||||
|
||||
typedef struct {
|
||||
u32 voltage;
|
||||
u32 hz;
|
||||
} HocClkIpc_RequestGpuVoltage_Args;
|
||||
|
||||
Reference in New Issue
Block a user