Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c37 int p2_slow, p2_fast; member
50 .p2_slow = 4, .p2_fast = 2 },
63 .p2_slow = 4, .p2_fast = 4 },
76 .p2_slow = 14, .p2_fast = 7 },
89 .p2_slow = 10, .p2_fast = 5 },
102 .p2_slow = 14, .p2_fast = 7 },
117 .p2_fast = 10
144 .p2_slow = 14, .p2_fast = 14
158 .p2_slow = 7, .p2_fast = 7
420 return limit->p2.p2_fast; in i9xx_select_p2_div()
[all …]
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c45 .p2 = {.dot_limit = 200000, .p2_slow = 14, .p2_fast = 14},
60 .p2 = {.dot_limit = 200000, .p2_slow = 14, .p2_fast = 14},
72 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 5},
84 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 5},
96 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 10},
108 .p2 = {.dot_limit = 225000, .p2_slow = 10, .p2_fast = 10},
H A Dgma_display.h37 int p2_slow, p2_fast; member
H A Dpsb_intel_display.c36 .p2 = {.dot_limit = 200000, .p2_slow = 10, .p2_fast = 5},
51 .p2 = {.dot_limit = 112000, .p2_slow = 14, .p2_fast = 7},
H A Dgma_display.c770 clock.p2 = limit->p2.p2_fast; in gma_find_best_pll()
777 clock.p2 = limit->p2.p2_fast; in gma_find_best_pll()
H A Doaktrail_crtc.c71 .p2 = {.dot_limit = 200000, .p2_slow = 10, .p2_fast = 10},