drm/i915/tgl/pll: Set update_active_dpll
authorClinton A Taylor <clinton.a.taylor@intel.com>
Fri, 20 Sep 2019 20:58:07 +0000 (13:58 -0700)
committerJosé Roberto de Souza <jose.souza@intel.com>
Mon, 23 Sep 2019 17:38:13 +0000 (10:38 -0700)
commit57bd1798b1809a003c5354403a94f2ecb02bf3ae
tree7a449c8d5386f1a2d7c9ab54e7e837c3290713f5
parent31d9ae9d734226b2ce3a1bc2ce1ed29a6997d556
drm/i915/tgl/pll: Set update_active_dpll

Commit 24a7bfe0c2d7 ("drm/i915: Keep the TypeC port mode fixed when the
port is active") added this new hook while in parallel TGL upstream was
happening and this was missed.

Without this driver will crash when TC DDI is added and driver is
preparing to do a full modeset.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Clinton A Taylor <clinton.a.taylor@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190920205810.211048-4-jose.souza@intel.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c