OSDN Git Service

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)
commit9c811fce8a443921beaefef812c2caae8c2df427
tree070d9107c438585f827777dfce01112e9a23bba1
parent092be382a2602067766f190a113514d469162456
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