Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/i915/cx0: Add MTL+ .put_dplls hook

Add .put_dplls function pointer to support MTL+ platforms
on dpll framework. Reuse ICL function pointer.

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-21-mika.kahola@intel.com

+1
+1
drivers/gpu/drm/i915/display/intel_dpll_mgr.c
··· 4448 4448 .dpll_info = mtl_plls, 4449 4449 .compute_dplls = mtl_compute_dplls, 4450 4450 .get_dplls = mtl_get_dplls, 4451 + .put_dplls = icl_put_dplls, 4451 4452 }; 4452 4453 4453 4454 /**