/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_pll.c | 130 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() 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() 128 hdmi_init_pll_data(struct dss_device *dss, struct platform_device *pdev, struct hdmi_pll_data *hpll) hdmi_init_pll_data() argument
|
H A D | hdmi.h | 321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_pll.c | 130 struct hdmi_pll_data *hpll) in hdmi_init_pll_data() 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() 128 hdmi_init_pll_data(struct dss_device *dss, struct platform_device *pdev, struct hdmi_pll_data *hpll) hdmi_init_pll_data() argument
|
H A D | hdmi.h | 321 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_pll.c | 177 static int dsi_init_pll_data(struct platform_device *pdev, struct hdmi_pll_data *hpll) in dsi_init_pll_data() argument 179 struct dss_pll *pll = &hpll->pll; in dsi_init_pll_data() 191 pll->base = hpll->base; in dsi_init_pll_data() 248 void hdmi_pll_uninit(struct hdmi_pll_data *hpll) in hdmi_pll_uninit() argument 250 struct dss_pll *pll = &hpll->pll; in hdmi_pll_uninit()
|
H A D | hdmi.h | 303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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()
|
H A D | hdmi.h | 303 void hdmi_pll_uninit(struct hdmi_pll_data *hpll);
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-aspeed.c | 77 "hpll", 444 hw = clk_hw_register_gate(dev, "sd_extclk_gate", "hpll", 0, in aspeed_clk_probe() 458 hw = clk_hw_register_divider_table(dev, "mac", "hpll", 0, in aspeed_clk_probe() 468 hw = clk_hw_register_fixed_rate(dev, "mac12rclk", "hpll", 0, in aspeed_clk_probe() 491 hw = clk_hw_register_divider_table(dev, "lhclk", "hpll", 0, in aspeed_clk_probe() 500 hw = clk_hw_register_divider_table(dev, "bclk", "hpll", 0, in aspeed_clk_probe() 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 in aspeed_ast2400_cc() [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-aspeed.c | 77 "hpll", 444 hw = clk_hw_register_gate(dev, "sd_extclk_gate", "hpll", 0, in aspeed_clk_probe() 458 hw = clk_hw_register_divider_table(dev, "mac", "hpll", 0, in aspeed_clk_probe() 468 hw = clk_hw_register_fixed_rate(dev, "mac12rclk", "hpll", 0, in aspeed_clk_probe() 491 hw = clk_hw_register_divider_table(dev, "lhclk", "hpll", 0, in aspeed_clk_probe() 500 hw = clk_hw_register_divider_table(dev, "bclk", "hpll", 0, in aspeed_clk_probe() 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 in aspeed_ast2400_cc() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | i9xx_wm.c | 727 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values() 734 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values() 735 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values() 1082 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms() 1083 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms() 1084 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms() 1099 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en() 1138 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in _g4x_compute_pipe_wm() 1139 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in _g4x_compute_pipe_wm() 1140 wm_state->hpll in _g4x_compute_pipe_wm() [all...] |
H A D | intel_wm_types.h | 52 struct g4x_sr_wm hpll; member
|
H A D | intel_display_trace.h | 207 __field(bool, hpll) 222 __entry->hpll_plane = wm->hpll.plane; 223 __entry->hpll_cursor = wm->hpll.cursor; 224 __entry->hpll_fbc = wm->hpll.fbc; 226 __entry->hpll = wm->hpll_en; 230 TP_printk("dev %s, pipe %c, frame=%u, scanline=%u, wm %d/%d/%d, sr %s/%d/%d/%d, hpll %s/%d/%d/%d, fbc %s", 235 str_yes_no(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
|
H A D | intel_display_types.h | 899 struct g4x_sr_wm hpll; member
|
H A D | intel_display.c | 158 int hpll; in vlv_get_cck_clock_hpll() local 165 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll() 169 return hpll; in vlv_get_cck_clock_hpll()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_trace.h | 191 __field(bool, hpll) 205 __entry->hpll_plane = wm->hpll.plane; 206 __entry->hpll_cursor = wm->hpll.cursor; 207 __entry->hpll_fbc = wm->hpll.fbc; 209 __entry->hpll = wm->hpll_en; 213 TP_printk("pipe %c, frame=%u, scanline=%u, wm %d/%d/%d, sr %s/%d/%d/%d, hpll %s/%d/%d/%d, fbc %s", 217 yesno(__entry->hpll), __entry->hpll_plane, __entry->hpll_cursor, __entry->hpll_fbc,
|
H A D | intel_pm.c | 986 FW_WM(wm->hpll.fbc, FBC_HPLL_SR) | in g4x_write_wm_values() 993 FW_WM(wm->hpll.cursor, HPLL_CURSOR) | in g4x_write_wm_values() 994 FW_WM(wm->hpll.plane, HPLL_SR)); in g4x_write_wm_values() 1347 wm_state->hpll.cursor = USHRT_MAX; in g4x_invalidate_wms() 1348 wm_state->hpll.plane = USHRT_MAX; in g4x_invalidate_wms() 1349 wm_state->hpll.fbc = USHRT_MAX; in g4x_invalidate_wms() 1364 wm_state->hpll.fbc > g4x_fbc_fifo_size(G4X_WM_LEVEL_HPLL)) in g4x_compute_fbc_en() 1424 wm_state->hpll.plane = raw->plane[PLANE_PRIMARY]; in g4x_compute_pipe_wm() 1425 wm_state->hpll.cursor = raw->plane[PLANE_CURSOR]; in g4x_compute_pipe_wm() 1426 wm_state->hpll in g4x_compute_pipe_wm() [all...] |
H A D | i915_drv.h | 765 struct g4x_sr_wm hpll; member
|
/kernel/linux/linux-6.6/drivers/clk/rockchip/ |
H A D | clk-rv1126.c | 28 apll, dpll, cpll, hpll, enumerator 206 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p, 1062 "hpll",
|
H A D | clk-rk3568.c | 19 ppll, hpll, enumerator 274 PNAME(cpll_gpll_hpll_p) = { "cpll", "gpll", "hpll" }; 277 PNAME(cpll_gpll_hpll_vpll_p) = { "cpll", "gpll", "hpll", "vpll" }; 278 PNAME(hpll_vpll_gpll_cpll_p) = { "hpll", "vpll", "gpll", "cpll" }; 306 PNAME(clk_hdmi_ref_p) = { "hpll", "hpll_ph0" }; 317 [hpll] = PLL(pll_rk3328, PLL_HPLL, "hpll", mux_pll_p, 1464 FACTOR(0, "hpll_ph0", "hpll", 0, 1, 2),
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_types.h | 711 struct g4x_sr_wm hpll; member
|
H A D | intel_display.c | 218 int hpll; in vlv_get_cck_clock_hpll() local 225 hpll = vlv_get_cck_clock(dev_priv, name, reg, dev_priv->hpll_freq); in vlv_get_cck_clock_hpll() 229 return hpll; in vlv_get_cck_clock_hpll()
|