Home
last modified time | relevance | path

Searched refs:dispc_channel (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Doutput.c198 dssdev->dispc_channel, dst); in dss_mgr_connect()
205 dss_mgr_ops->disconnect(dss_mgr_ops_priv, dssdev->dispc_channel, dst); in dss_mgr_disconnect()
212 dss_mgr_ops->set_timings(dss_mgr_ops_priv, dssdev->dispc_channel, vm); in dss_mgr_set_timings()
220 dssdev->dispc_channel, config); in dss_mgr_set_lcd_config()
226 return dss_mgr_ops->enable(dss_mgr_ops_priv, dssdev->dispc_channel); in dss_mgr_enable()
232 dss_mgr_ops->disable(dss_mgr_ops_priv, dssdev->dispc_channel); in dss_mgr_disable()
238 dss_mgr_ops->start_update(dss_mgr_ops_priv, dssdev->dispc_channel); in dss_mgr_start_update()
246 dssdev->dispc_channel, in dss_mgr_register_framedone_handler()
255 dssdev->dispc_channel, in dss_mgr_unregister_framedone_handler()
Ddpi.c103 enum omap_channel channel = dpi->output.dispc_channel; in dpi_get_clk_src()
356 r = dpi_set_pll_clk(dpi, dpi->output.dispc_channel, in dpi_set_mode()
416 r = dss_dpi_select_source(dpi->dss, out->port_num, out->dispc_channel); in dpi_display_enable()
467 dss_select_lcd_clk_source(dpi->dss, dpi->output.dispc_channel, in dpi_display_disable()
510 enum omap_channel channel = dpi->output.dispc_channel; in dpi_check_timings()
734 out->dispc_channel = dpi_get_channel(dpi, port_num); in dpi_init_output_port()
Dsdi.c192 dispc_mgr_set_clock_div(sdi->dss->dispc, sdi->output.dispc_channel, in sdi_display_enable()
252 enum omap_channel channel = dssdev->dispc_channel; in sdi_check_timings()
342 out->dispc_channel = OMAP_DSS_CHANNEL_LCD; in sdi_init_output()
Dhdmi5.c276 if (!dispc_mgr_timings_ok(hdmi->dss->dispc, dssdev->dispc_channel, vm)) in hdmi_display_check_timing()
567 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
Dhdmi4.c279 if (!dispc_mgr_timings_ok(hdmi->dss->dispc, dssdev->dispc_channel, vm)) in hdmi_display_check_timing()
576 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
Domapdss.h508 enum omap_channel dispc_channel; member
Dvenc.c826 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in venc_init_output()
Ddsi.c4104 enum omap_channel channel = dsi->output.dispc_channel; in dsi_display_init_dispc()
4167 enum omap_channel channel = dsi->output.dispc_channel; in dsi_display_uninit_dispc()
5052 out->dispc_channel = dsi_get_channel(dsi); in dsi_init_output()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddpi.c601 pll = dpi_get_pll(dpi->output.dispc_channel); in dpi_init_pll()
607 dss_ctrl_pll_set_control_mux(pll->id, dpi->output.dispc_channel); in dpi_init_pll()
672 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in dpi_connect()
728 out->dispc_channel = dpi_get_channel(0); in dpi_init_output()
771 out->dispc_channel = dpi_get_channel(port_num); in dpi_init_output_port()
Dsdi.c290 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in sdi_connect()
345 out->dispc_channel = OMAP_DSS_CHANNEL_LCD; in sdi_init_output()
Dhdmi4.c255 if (!dispc_mgr_timings_ok(out->dispc_channel, timings)) in hdmi_display_check_timing()
433 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in hdmi_connect()
526 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
Dhdmi5.c276 if (!dispc_mgr_timings_ok(out->dispc_channel, timings)) in hdmi_display_check_timing()
463 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in hdmi_connect()
556 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
Dvenc.c740 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in venc_connect()
799 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in venc_init_output()
Drfbi.c936 out->dispc_channel = OMAP_DSS_CHANNEL_LCD; in rfbi_init_output()
Ddsi.c4983 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in dsi_connect()
5066 out->dispc_channel = dsi_get_channel(dsi->module_id); in dsi_init_output()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_crtc.c706 channel = out->dispc_channel; in omap_crtc_init()
/Linux-v4.19/include/video/
Domapfb_dss.h710 enum omap_channel dispc_channel; member