[SWDEV-534707] Adjust power value documentation
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Change-Id: I1c4516e403715b9a1fe9c78fae94848c89daa920
Этот коммит содержится в:
коммит произвёл
Arif, Maisam
родитель
970560fc7c
Коммит
fba62e2270
@@ -703,8 +703,8 @@ Output: Dictionary with fields
|
||||
|
||||
Field | Description
|
||||
---|---
|
||||
`current_socket_power` | current socket power
|
||||
`average_socket_power` | average socket power
|
||||
`current_socket_power` | current socket power; Mi300+ Series Cards
|
||||
`average_socket_power` | average socket power; Navi + Mi 200 and earlier Series cards
|
||||
`gfx_voltage` | voltage gfx
|
||||
`soc_voltage` | voltage soc
|
||||
`mem_voltage` | voltage mem
|
||||
|
||||
@@ -1026,8 +1026,8 @@ typedef struct {
|
||||
*/
|
||||
typedef struct {
|
||||
uint64_t socket_power; //!< Units in uW {@host}, Host only
|
||||
uint32_t current_socket_power; //!< Units in W {@linux_bm}, Linux only
|
||||
uint32_t average_socket_power; //!< Units in W {@linux_bm}, Linux only
|
||||
uint32_t current_socket_power; //!< Units in W {@linux_bm}, Linux only, Mi 300+ Series cards
|
||||
uint32_t average_socket_power; //!< Units in W {@linux_bm}, Linux only, Navi + Mi 200 and earlier Series cards
|
||||
uint32_t gfx_voltage; //!< GFX voltage measurement in mV {@linux_bm} or V {@host}
|
||||
uint32_t soc_voltage; //!< SOC voltage measurement in mV {@linux_bm} or V {@host}
|
||||
uint32_t mem_voltage; //!< MEM voltage measurement in mV {@linux_bm} or V {@host}
|
||||
|
||||
Ссылка в новой задаче
Block a user