Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
A Dhdmi_pll.c130 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() argument
132 struct dss_pll *pll = &hpll->pll; in hdmi_init_pll_data()
144 pll->base = hpll->base; in hdmi_init_pll_data()
147 if (hpll->wp->version == 4) in hdmi_init_pll_data()
184 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
186 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
A Dhdmi.h321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi_pll.c172 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() argument
174 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data()
186 pll->base = hpll->base; in dsi_init_pll_data()
236 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
238 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
A Dhdmi.h303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/linux/drivers/clk/
A Dclk-aspeed.c586 u32 val, div, clkin, hpll; in aspeed_ast2400_cc() local
601 hpll = hpll_rates[1][rate]; in aspeed_ast2400_cc()
604 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
607 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
622 hpll * 1000000); in aspeed_ast2400_cc()
/linux/drivers/gpu/drm/i915/
A Dintel_pm.c1436 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1505 intermediate->hpll.plane = max(optimal->hpll.plane, in g4x_compute_intermediate_wm()
1506 active->hpll.plane); in g4x_compute_intermediate_wm()
1507 intermediate->hpll.cursor = max(optimal->hpll.cursor, in g4x_compute_intermediate_wm()
1508 active->hpll.cursor); in g4x_compute_intermediate_wm()
1509 intermediate->hpll.fbc = max(optimal->hpll.fbc, in g4x_compute_intermediate_wm()
1510 active->hpll.fbc); in g4x_compute_intermediate_wm()
1583 wm->hpll = wm_state->hpll; in g4x_merge_wm()
6827 active->hpll = wm->hpll; in g4x_wm_get_hw_state()
6889 wm->hpll.plane, wm->hpll.cursor, wm->hpll.fbc); in g4x_wm_get_hw_state()
[all …]
A Di915_trace.h192 __field(bool, hpll)
206 __entry->hpll_plane = wm->hpll.plane;
207 __entry->hpll_cursor = wm->hpll.cursor;
208 __entry->hpll_fbc = wm->hpll.fbc;
210 __entry->hpll = wm->hpll_en;
218 yesno(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
A Di915_drv.h780 struct g4x_sr_wm hpll; member
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-reg_print_func.txt68 print fmt: "pipe %c, frame=%u, scanline=%u, wm %d/%d/%d, sr %s/%d/%d/%d, hpll %s/%d/%d/%d, fbc %s",
71 REC->sr_cursor, REC->sr_fbc, yesno(REC->hpll), REC->hpll_plane,
/linux/drivers/clk/rockchip/
A Dclk-rk3568.c19 ppll, hpll, enumerator
309 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
/linux/drivers/gpu/drm/i915/display/
A Dintel_display_types.h821 struct g4x_sr_wm hpll; member
A Dintel_display.c259 int hpll; in vlv_get_cck_clock_hpll() local
266 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll()
270 return hpll; in vlv_get_cck_clock_hpll()

Completed in 102 milliseconds