mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll
Add .crtc_get_dpll function pointer to support xe3plpd platform. Signed-off-by: Mika Kahola <mika.kahola@intel.com> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://patch.msgid.link/20260312080657.2648265-16-mika.kahola@intel.com
This commit is contained in:
parent
ff684c7eac
commit
27d911f87f
|
|
@ -1696,6 +1696,7 @@ static int i8xx_crtc_compute_clock(struct intel_atomic_state *state,
|
|||
|
||||
static const struct intel_dpll_global_funcs xe3plpd_dpll_funcs = {
|
||||
.crtc_compute_clock = xe3plpd_crtc_compute_clock,
|
||||
.crtc_get_dpll = hsw_crtc_get_dpll,
|
||||
};
|
||||
|
||||
static const struct intel_dpll_global_funcs mtl_dpll_funcs = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user