Searched defs:_ATOM_PPLIB_RS780_CLOCK_INFO (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
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 …]
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
D | pptable.h | 344 typedef struct _ATOM_PPLIB_RS780_CLOCK_INFO struct 347 USHORT usLowEngineClockLow; // Low Engine clock in MHz (the same way as on the R600). 348 UCHAR ucLowEngineClockHigh; 349 USHORT usHighEngineClockLow; // High Engine clock in MHz. 350 UCHAR ucHighEngineClockHigh; 351 … USHORT usMemoryClockLow; // For now one of the ATOM_PPLIB_RS780_SPMCLK_XXXX constants. 352 UCHAR ucMemoryClockHigh; // Currentyl unused. 353 UCHAR ucPadding; // For proper alignment and size. 354 USHORT usVDDC; // For the 780, use: None, Low, High, Variable 355 UCHAR ucMaxHTLinkWidth; // From SBIOS - {2, 4, 8, 16} [all …]
|