]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Document our lackluster FSB frequency readout
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 May 2020 12:38:37 +0000 (15:38 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 19 May 2020 09:08:20 +0000 (12:08 +0300)
commit42ab330530b47b44070af592e2f84a2a0b61532e
treee3f3f1f66cb39b235589a2eb2cba1d1df5585706
parent6f62bda1eaa51240cfaba326443e91dfb52fbf2a
drm/i915: Document our lackluster FSB frequency readout

Document the fact that we aren't reading out the actual FSB
frequency but rather just the state of the FSB straps.
Some BIOSen allow you to configure the two independently.
So if someone sets the two up in an inconsistent manner
we'll get the wrong answer here and thus will end up with
incorrect aux/pps clock dividers. Alas, proper docs are no
longer around so we can't do any better.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200514123838.3017-2-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/display/intel_cdclk.c