]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/lt_phy: Add .disable_clock hook on DDI
authorMika Kahola <mika.kahola@intel.com>
Thu, 12 Mar 2026 08:06:50 +0000 (08:06 +0000)
committerMika Kahola <mika.kahola@intel.com>
Tue, 24 Mar 2026 07:45:58 +0000 (09:45 +0200)
commitcfe8715427dad345b3ce78096081354201ad18af
tree6be38fe1dedfd4d9e709c06492cd122f90953572
parent5ec58d714935c2671ffab58d8ac23b9224b66936
drm/i915/lt_phy: Add .disable_clock hook on DDI

Add new pll_disable_clock functions so that they can be
hooked up to dpll->disable. This is just a wrapper over
the exitisting intel_xe3plpd_pll_disable to make it
compatible With dpll->disable function

v2: Revise commit message (Suraj)
    Drop wrapper for TBT clock disabling and reuse
    intel_mtl_pll_disable_clock() for DDI clock
    disabling hook (Suraj)

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260312080657.2648265-18-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dpll_mgr.c