]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/cx0: Compute plls for MTL+ platform
authorMika Kahola <mika.kahola@intel.com>
Mon, 17 Nov 2025 10:45:48 +0000 (12:45 +0200)
committerMika Kahola <mika.kahola@intel.com>
Wed, 19 Nov 2025 11:29:28 +0000 (13:29 +0200)
commit28d5533f2787c67fbfdb29018c8ef56ba964147f
treeb1a0a2f5550c742ede5215ef5bc662df82949084
parentd174cfb51dce71778822a8ab2dde772dad947409
drm/i915/cx0: Compute plls for MTL+ platform

To bring MTL+ platform aligned call and calculate PLL state
from dpll framework.

v2: Rename mtl_compute_c10phy_dpll() to mtl_compute_non_tc_phy_dpll().
    The state is computed either for a C10 or on the PTL port B eDP
    over TypeC PHY case for a C20 PHY PLL. Hence refer to this case as
    "non_tc_phy" instead of "c10phy".

    Rename mtl_compute_c20phy_dplls() to mtl_compute_tc_phy_dplls() for
    symmetry with mtl_compute_non_tc_phy_dpll().
v3: Reword commit message (Suraj)

Signed-off-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/20251117104602.2363671-19-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c