drm/i915/adlp: Stop calling gen12lp_init_clock_gating()
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 6 Sep 2023 23:47:35 +0000 (16:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 8 Sep 2023 22:45:08 +0000 (15:45 -0700)
commit3d0a1688fe5b7ff46e4d308488aee38b4146868b
tree2429a677cfab34c4ccbb63568af995fab2fc7dc1
parent7ed888fa78129941255af09eddbf4cc51a3351d1
drm/i915/adlp: Stop calling gen12lp_init_clock_gating()

The only programming that happens in gen12lp_init_clock_gating is for
display workarounds that are specific to display version 12 and are not
relevant to ADL-P's display version 13.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230906234732.3728630-8-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_clock_gating.c