Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
H A Doutput.c93 dssdev->dispc_channel, vm); in dss_mgr_set_lcd_config()
100 dssdev->dispc_channel, config); in dss_mgr_enable()
106 dssdev->dispc_channel); in dss_mgr_disable()
112 dssdev->dispc_channel); in dss_mgr_start_update()
118 dssdev->dispc_channel); in dss_mgr_register_framedone_handler()
127 dssdev->dispc_channel, in dss_mgr_unregister_framedone_handler()
137 dssdev->dispc_channel,
H A Ddsi.c3329 enum omap_channel dispc_channel = dsi->output.dispc_channel; in dsi_init_dispc() local
3332 dss_select_lcd_clk_source(dsi->dss, dispc_channel, dsi->module_id == 0 ? in dsi_init_dispc()
3368 dss_select_lcd_clk_source(dsi->dss, dispc_channel, DSS_CLK_SRC_FCK); in dsi_init_dispc()
3374 enum omap_channel dispc_channel = dsi->output.dispc_channel; in dsi_uninit_dispc() local
3380 dss_select_lcd_clk_source(dsi->dss, dispc_channel, DSS_CLK_SRC_FCK); in dsi_uninit_dispc()
4732 out->dispc_channel = dsi_get_dispc_channel(dsi); in dsi_init_output()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c244 if (!dispc_mgr_timings_ok(out->dispc_channel, timings)) in hdmi_display_check_timing()
422 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in hdmi_connect()
513 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
H A Dhdmi5.c265 if (!dispc_mgr_timings_ok(out->dispc_channel, timings)) in hdmi_display_check_timing()
452 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in hdmi_connect()
545 out->dispc_channel = OMAP_DSS_CHANNEL_DIGIT; in hdmi_init_output()
H A Ddsi.c4974 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel); in dsi_connect()
5057 out->dispc_channel = dsi_get_channel(dsi->module_id); in dsi_init_output()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c792 channel = pipe->output->dispc_channel; in omap_crtc_init()