drm/i915: Fix dg1 buf trans tables
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 8 Jun 2021 07:35:58 +0000 (10:35 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Jun 2021 12:33:38 +0000 (15:33 +0300)
commit5aca4881f3f468475d91e0ed625da11111bfeb22
tree4bb157a644b94290e76ee74305c4a57b10ae41f6
parent299d49542c11ca998725b2ae9bc73f2ec0fef596
drm/i915: Fix dg1 buf trans tables

For some reason the dg1 buf trans tables have been stuffed into
icl_get_combo_buf_trans_edp() which doesn't even get called
on dg1. Split them out into a proper dg1 specific function,
and also make sure we use the proper buf trans tables for
DP as well as eDP.

v2: Add the hobl stuff

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210608073603.2408-13-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c