diff options
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index 706f26ef..9ce251a2 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -929,6 +929,12 @@ typedef struct { /* pm */ RADEONPowerManagement pm; + /* igp info */ + float igp_sideport_mclk; + float igp_system_mclk; + float igp_ht_link_clk; + float igp_ht_link_width; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |