commit | 1033f92e15e3f4d5b3a374d254711d66b352b731 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Apr 26 19:46:33 2016 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Apr 28 18:11:19 2016 +0300 |
tree | 0a35280ea22945ca40c88bbafe650923653af47c | |
parent | 7f1052a8fa38df635ab0dc0e6025b64ab9834824 [diff] |
drm/i915: Use cached cdclk value in i915_audio_component_get_cdclk_freq() No point in reading the cdclk out from the hardware every single time since we have it cached already. Just return the cached value to the audio driver. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1461689194-6079-3-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Mika Kahola <mika.kahola@intel.com>