drivers/intel/gma/vbt: Add Kconfig symbol for SSC ref
commit561bebfbaa55d5ab0656fbfc4866de88722d9618
authorNico Huber <nico.huber@secunet.com>
Thu, 19 Jan 2017 15:28:18 +0000 (19 16:28 +0100)
committerMartin Roth <martinroth@google.com>
Sat, 4 Feb 2017 22:04:06 +0000 (4 23:04 +0100)
treefb725cf6df5e7c1093523b57ed924046ad4d423e
parent84394616dffac91bcf94423ed02b2877fc2d270f
drivers/intel/gma/vbt: Add Kconfig symbol for SSC ref

The selection of the SSC reference frequency for LVDS was based on a
completely unrelated clock.

The `ssc_freq` flag should be set when the SSC reference runs at a
different frequency than the general display reference clock (DREF).
For most platforms, there is no choice, i.e. for i945 and gm45 the SSC
reference always differs from the display reference clock (i945: 66Mhz
SSC vs. 48MHz DREF; gm45: 100MHz SSC vs. 96Mhz DREF), for Nehalem and
newer, it's the same frequency for SSC/non-SSC (120MHz).  The only,
currently supported platform with a choice seems to be Pineview, where
the alternative is 100MHz vs. the default 96MHz.

Change-Id: I7791754bd366c9fe6832c32eccef4657ba5f309b
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/18186
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
src/drivers/intel/gma/Kconfig
src/drivers/intel/gma/vbt.c
src/northbridge/intel/gm45/Kconfig
src/northbridge/intel/i945/Kconfig