On BXT the SSC reference frequency is fixed 100MHz.

Signed-off-by: Imre Deak <[email protected]>
---
 tools/intel_bios_reader.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/intel_bios_reader.c b/tools/intel_bios_reader.c
index 8704cdf..0239095 100644
--- a/tools/intel_bios_reader.c
+++ b/tools/intel_bios_reader.c
@@ -153,7 +153,8 @@ static void dump_general_features(const struct bdb_block 
*block)
        printf("\tExternal VBT: %s\n", YESNO(features->download_ext_vbt));
        printf("\tEnable SSC: %s\n", YESNO(features->enable_ssc));
        if (features->enable_ssc) {
-               if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid))
+               if (IS_VALLEYVIEW(devid) || IS_CHERRYVIEW(devid) ||
+                   IS_BROXTON(devid))
                        printf("\tSSC frequency: 100 MHz\n");
                else if (HAS_PCH_SPLIT(devid))
                        printf("\tSSC frequency: %s\n", features->ssc_freq ?
-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to