drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
authorKai Vehmanen <kai.vehmanen@linux.intel.com>
Thu, 3 Oct 2019 08:55:31 +0000 (11:55 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 4 Oct 2019 12:44:34 +0000 (15:44 +0300)
commitf6ec9483091f8e67adab0311a4e2f90aab523310
tree7dd08c2be6faf72ba1ce5901e953d1f3184c4c34
parent1580d3cdddbba4a5ef78a04a5289e32844e6af24
drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms

The CDCLK>=2*BCLK constraint applies to all generations since gen10.
Extend the constraint logic in audio get/put_power().

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191003085531.30990-2-kai.vehmanen@linux.intel.com
drivers/gpu/drm/i915/display/intel_audio.c