]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/adl_p: Add ddi buf translation tables for combo PHY
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 28 Jul 2021 22:10:45 +0000 (15:10 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Thu, 29 Jul 2021 06:14:20 +0000 (23:14 -0700)
commit65ad82b2a3e89bbad6a9337b91dab36798e198dd
tree2d5816d90365887ab8ff0a2df1a97b3e2bd6b88a
parentbae6764119067484e317f60ed2a2d1e5036a7bd7
drm/i915/adl_p: Add ddi buf translation tables for combo PHY

ADL-P now has its own set of DDI buf translation tables (except for eDP
which appears to be the same as TGL).  Add the new values (last updated
in bspec 2021-07-22) to the driver.

v2:
 - Actually hook up the new tables via encoder->get_buf_trans()

v3:
 - Create extra table wrapper structures for the tables from past
   platforms that we're re-using, with names that more accurately
   reflect the link rate they apply to on ADL-P specifically.  (Jose)

Bspec: 49291
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Khaled Almahallawy <khaled.almahallawy@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728221045.2363614-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c