Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/gma500/
Dgma_display.h87 extern bool gma_find_best_pll(const struct gma_limit_t *limit,
Dcdv_intel_display.c46 .find_pll = gma_find_best_pll,
61 .find_pll = gma_find_best_pll,
73 .find_pll = gma_find_best_pll,
85 .find_pll = gma_find_best_pll,
Dpsb_intel_display.c37 .find_pll = gma_find_best_pll,
52 .find_pll = gma_find_best_pll,
Dgma_display.c750 bool gma_find_best_pll(const struct gma_limit_t *limit, in gma_find_best_pll() function