/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/ |
D | hdmi_pll.c | 130 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() 182 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument 184 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
|
D | hdmi.h | 321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_pll.c | 172 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() 185 pll->base = hpll->base; in dsi_init_pll_data() 230 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument 232 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
|
D | hdmi.h | 303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/linux-6.1.9/drivers/clk/ |
D | clk-aspeed.c | 586 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-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_display_trace.h | 189 __field(bool, hpll) 203 __entry->hpll_plane = wm->hpll.plane; 204 __entry->hpll_cursor = wm->hpll.cursor; 205 __entry->hpll_fbc = wm->hpll.fbc; 207 __entry->hpll = wm->hpll_en; 215 str_yes_no(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
|
D | intel_display_types.h | 882 struct g4x_sr_wm hpll; member
|
D | intel_display.c | 259 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()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | intel_pm.c | 961 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values() 968 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values() 969 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values() 1317 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms() 1318 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms() 1319 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms() 1334 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en() 1393 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm() 1394 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm() 1395 wm_state->hpll.fbc = raw->fbc; in g4x_compute_pipe_wm() [all …]
|
D | intel_pm_types.h | 52 struct g4x_sr_wm hpll; member
|
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-reg_print_func.txt | 68 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-6.1.9/drivers/clk/rockchip/ |
D | clk-rv1126.c | 28 apll, dpll, cpll, hpll, enumerator 205 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
|
D | clk-rk3568.c | 19 ppll, hpll, enumerator 315 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p,
|