]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/icl: Add new supported CD clocks
authorJosé Roberto de Souza <jose.souza@intel.com>
Wed, 26 Jun 2019 01:40:51 +0000 (18:40 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Wed, 26 Jun 2019 19:01:52 +0000 (12:01 -0700)
commit8da9b9b6fb94d819315a1d8f2bd099a8e178f7d9
tree070d9107c438585f827777dfce01112e9a23bba1
parentc2da0d9d37dbc016fa0b0bc07ffee163c923f573
drm/i915/icl: Add new supported CD clocks

Now 180, 172.8 and 192 MHz are supported.

180 and 172.8 MHz CD clocks will only be used when audio is not
enabled as state by BSpec and implemented in
intel_crtc_compute_min_cdclk(), CD clock must be at least twice of
Azalia BCLK and BCLK by default is 96 MHz, it could be set to 48 MHz
but we are not reading it.

v3:
- making icl clock arrays static (Ville)

BSpec: 20598
BSpec: 15729
Cc: Clint Taylor <Clinton.A.Taylor@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190626014053.30541-1-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_cdclk.c