Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_pll.c133 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() argument
135 struct dss_pll *pll = &hpll->pll; in hdmi_init_pll_data()
147 pll->base = hpll->base; in hdmi_init_pll_data()
150 if (hpll->wp->version == 4) in hdmi_init_pll_data()
187 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
189 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
Dhdmi.h331 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c180 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() argument
182 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data()
194 pll->base = hpll->base; in dsi_init_pll_data()
251 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument
253 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
Dhdmi.h314 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
/Linux-v4.19/drivers/clk/
Dclk-aspeed.c581 u32 val, div, clkin, hpll; in aspeed_ast2400_cc() local
596 hpll = hpll_rates[1][rate]; in aspeed_ast2400_cc()
599 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
602 hpll = hpll_rates[0][rate]; in aspeed_ast2400_cc()
617 hpll * 1000000); in aspeed_ast2400_cc()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_trace.h111 __field(bool, hpll)
126 __entry->hpll_plane = wm->hpll.plane;
127 __entry->hpll_cursor = wm->hpll.cursor;
128 __entry->hpll_fbc = wm->hpll.fbc;
130 __entry->hpll = wm->hpll_en;
138 yesno(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
Dintel_pm.c945 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values()
952 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values()
953 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values()
1306 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms()
1307 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms()
1308 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms()
1368 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm()
1369 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm()
1370 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm()
1395 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_pipe_wm()
[all …]
Dintel_drv.h651 struct g4x_sr_wm hpll; member
Di915_drv.h1172 struct g4x_sr_wm hpll; member