diff options
author | Dave Airlie <airlied@redhat.com> | 2010-08-10 13:20:13 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-10 13:20:13 +1000 |
commit | 1cce55e8ba43e7958cb67147aeaeb068826ab99f (patch) | |
tree | 8e8656f9a7bc2153d0b039106656c5057bfbf3ee /src/radeon.h | |
parent | bbffd67d3296344e8735b007cdee83146d38369c (diff) |
evergreen: add support to parse firmware info for ext dp clk
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index d66cdd93..134a4cf2 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -872,6 +872,8 @@ typedef struct { Bool ddc2; RADEONPLLRec pll; + int default_dispclk; + int dp_extclk; int RamWidth; float sclk; /* in MHz */ |