drm/i915/display: Cleanup mplla/mpllb selection
authorMika Kahola <mika.kahola@intel.com>
Tue, 2 Jan 2024 11:57:41 +0000 (13:57 +0200)
committerMika Kahola <mika.kahola@intel.com>
Thu, 4 Jan 2024 09:42:37 +0000 (11:42 +0200)
commit2e13b5bb5e28a098eecd2b5f00d745b27f87e2e8
tree250624abab8a4af855b2ada96ea8a144dc053d6d
parent172516e153c9269e02cfd64f11df7142c482ffe2
drm/i915/display: Cleanup mplla/mpllb selection

The function intel_c20_use_mplla() is not really
widely used and can be replaced with the more suitable

pll->tx[0] & C20_PHY_USE_MPLLB

expression. Let's remove the intel_c20_use_mplla()
alltogether and replace mplla/mpllb selection by
checking mpllb bit.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240102115741.118525-4-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c