mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/i915/cx0: Add MTL+ .crtc_get_dpll hook
Add .crtc_get_dpll function pointer to support MTL+ platforms. 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-28-mika.kahola@intel.com
This commit is contained in:
parent
57cf9d5e45
commit
f3b04e27f7
|
|
@ -1720,6 +1720,7 @@ static const struct intel_dpll_global_funcs xe3plpd_dpll_funcs = {
|
|||
|
||||
static const struct intel_dpll_global_funcs mtl_dpll_funcs = {
|
||||
.crtc_compute_clock = mtl_crtc_compute_clock,
|
||||
.crtc_get_dpll = hsw_crtc_get_dpll,
|
||||
};
|
||||
|
||||
static const struct intel_dpll_global_funcs dg2_dpll_funcs = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user