drm/i915/rkl: Add new cdclk table
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 15 Oct 2020 22:00:38 +0000 (15:00 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 16 Oct 2020 15:47:08 +0000 (08:47 -0700)
commit693260cf23f95c579558a98af70eb66a8c46b394
tree2d4a4fc8f7fa9c6566980a8bf3f512936e3a6429
parenta4dbcf4175e5efead0d20315051a0e2708660a36
drm/i915/rkl: Add new cdclk table

A recent bspec update has provided a new cdclk table for RKL.  All of
the cdclk values are the same as those we've been using on ICL, TGL,
etc., but we obtain them by doubling both the PLL ratio and CD2X divider
numbers.

Bspec: 49202
Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201015220038.271740-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_cdclk.c