drm/i915: provide interface for audio driver to query cdclk
authorJani Nikula <jani.nikula@intel.com>
Fri, 4 Jul 2014 02:00:37 +0000 (10:00 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 4 Jul 2014 05:46:09 +0000 (07:46 +0200)
For Haswell and Broadwell, if the display power well has been disabled,
the display audio controller divider values EM4 M VALUE and EM5 N VALUE
will have been lost. The CDCLK frequency is required for reprogramming them
to generate 24MHz HD-A link BCLK. So provide a private interface for the
audio driver to query CDCLK.

This is a stopgap solution until a more generic interface between audio
and display drivers has been implemented.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found