Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.h410 void dispc_mgr_set_lcd_config(enum omap_channel channel,
H A Dapply.c716 dispc_mgr_set_lcd_config(mgr->id, &mp->lcd_config); in dss_mgr_write_regs_extra()
H A Ddispc.c2937 void dispc_mgr_set_lcd_config(enum omap_channel channel, in dispc_mgr_set_lcd_config() function
2953 EXPORT_SYMBOL(dispc_mgr_set_lcd_config);
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.h430 void dispc_mgr_set_lcd_config(struct dispc_device *dispc,
H A Ddispc.c2947 void dispc_mgr_set_lcd_config(struct dispc_device *dispc, in dispc_mgr_set_lcd_config() function
4547 dispc_mgr_set_lcd_config(dispc, OMAP_DSS_CHANNEL_LCD, &lcd_conf); in dispc_errata_i734_wa()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c221 dispc_mgr_set_lcd_config(priv->dispc, omap_crtc->channel, in omap_crtc_dss_set_lcd_config()