]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/cx0: Add MTL+ .get_dplls hook
authorMika Kahola <mika.kahola@intel.com>
Mon, 17 Nov 2025 10:45:49 +0000 (12:45 +0200)
committerMika Kahola <mika.kahola@intel.com>
Wed, 19 Nov 2025 11:30:24 +0000 (13:30 +0200)
commitca1eda5cd476ca5c948e697af528694071f0f92a
tree9c8da923c0469ea60af924522a8a02e26adcd75d
parent28d5533f2787c67fbfdb29018c8ef56ba964147f
drm/i915/cx0: Add MTL+ .get_dplls hook

Add .get_dplls function pointer for MTL+ platforms
to support dpll framework. Reuse the ICL function
pointer.

v2: Getting configuration either for a C10 or on the PTL port B
    eDP on TypeC PHY case for a C20 PHY PLL. Hence refer to this
    case as "non_tc_phy" instead of "c10phy".
v3: Fix comment to "eDP over TypeC" (Suraj)
    Fix pll id as separate variable (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-20-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.h