Home
last modified time | relevance | path

Searched refs:dpll_mask_all (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c364 unsigned long dpll_mask_all = intel_dpll_mask_all(display); in intel_find_shared_dpll() local
371 drm_WARN_ON(display->drm, dpll_mask & ~dpll_mask_all); in intel_find_shared_dpll()
373 for_each_set_bit(id, &dpll_mask, fls(dpll_mask_all)) { in intel_find_shared_dpll()