Searched defs:_ATOM_PPLIB_RS780_CLOCK_INFO (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | pptable.h | 338 typedef struct _ATOM_PPLIB_RS780_CLOCK_INFO struct 341 USHORT usLowEngineClockLow; // Low Engine clock in MHz (the same way as on the R600). 342 UCHAR ucLowEngineClockHigh; 343 USHORT usHighEngineClockLow; // High Engine clock in MHz. 344 UCHAR ucHighEngineClockHigh; 345 … USHORT usMemoryClockLow; // For now one of the ATOM_PPLIB_RS780_SPMCLK_XXXX constants. 346 UCHAR ucMemoryClockHigh; // Currentyl unused. 347 UCHAR ucPadding; // For proper alignment and size. 348 USHORT usVDDC; // For the 780, use: None, Low, High, Variable 349 UCHAR ucMaxHTLinkWidth; // From SBIOS - {2, 4, 8, 16} [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | pptable.h | 365 typedef struct _ATOM_PPLIB_RS780_CLOCK_INFO struct 368 USHORT usLowEngineClockLow; // Low Engine clock in MHz (the same way as on the R600). 369 UCHAR ucLowEngineClockHigh; 370 USHORT usHighEngineClockLow; // High Engine clock in MHz. 371 UCHAR ucHighEngineClockHigh; 372 … USHORT usMemoryClockLow; // For now one of the ATOM_PPLIB_RS780_SPMCLK_XXXX constants. 373 UCHAR ucMemoryClockHigh; // Currentyl unused. 374 UCHAR ucPadding; // For proper alignment and size. 375 USHORT usVDDC; // For the 780, use: None, Low, High, Variable 376 UCHAR ucMaxHTLinkWidth; // From SBIOS - {2, 4, 8, 16} [all …]
|