OSDN Git Service

drm/i915/dp/tgl+: Update combo phy vswing tables
authorJosé Roberto de Souza <jose.souza@intel.com>
Fri, 10 Jan 2020 23:39:02 +0000 (15:39 -0800)
committerJosé Roberto de Souza <jose.souza@intel.com>
Tue, 14 Jan 2020 20:28:21 +0000 (12:28 -0800)
commitbd3cf6f7ce209a48e55670cc4b95f16fa057a0bc
tree1c5e053e10be89291833b960e052761e4d217b27
parentb63b4feaef7363d2cf46dd76bb6e87e060b2b0de
drm/i915/dp/tgl+: Update combo phy vswing tables

TGL has now a table for RBR and HBR and another table for HBR2 over
combo phys. The HBR2 one has some small changes comparing to the ICL
one, so adding two new tables and adding a function to return TGL
combo phy tables.

v2:
- reordered the tgl_combo_phy_ddi_translations_dp_hbr2 to reduce diff
(Matt)
- removed definition of rates, kept using raw number(Jani and Ville)
- changed code to use icl_get_combo_buf_trans() for non-DP as those
are equal between TGL and ICL(Matt)

BSpec: 49291
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200110233902.154960-1-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c