OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_clock
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.c
1762
struct dpll
best_clock
;
local in function:bxt_ddi_hdmi_pll_dividers
1769
if (!bxt_find_best_dpll(crtc_state, &
best_clock
)) {
1776
clk_div->p1 =
best_clock
.p1;
1777
clk_div->p2 =
best_clock
.p2;
1778
WARN_ON(
best_clock
.m1 != 2);
1779
clk_div->n =
best_clock
.n;
1780
clk_div->m2_int =
best_clock
.m2 >> 22;
1781
clk_div->m2_frac =
best_clock
.m2 & ((1 << 22) - 1);
1784
clk_div->vco =
best_clock
.vco;
intel_display.c
709
* If match_clock is provided, then
best_clock
P divider must match the P
716
struct dpll *
best_clock
)
722
memset(
best_clock
, 0, sizeof(*
best_clock
));
749
*
best_clock
= clock;
767
* If match_clock is provided, then
best_clock
P divider must match the P
774
struct dpll *
best_clock
)
780
memset(
best_clock
, 0, sizeof(*
best_clock
));
805
*
best_clock
= clock
[
all
...]
intel_display.h
588
struct dpll *
best_clock
);
intel_panel.c
76
int
best_clock
= fixed_mode->clock;
local in function:intel_panel_edid_downclock_mode
87
scan->clock <
best_clock
) {
92
best_clock
= scan->clock;
Completed in 20 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025