Home
last modified time | relevance | path

Searched refs:ovt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c262 memset(ovt, 0, sizeof(*ovt)); in videomode_to_omap_video_timings()
265 ovt->x_res = vm->hactive; in videomode_to_omap_video_timings()
266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings()
268 ovt->hsw = vm->hsync_len; in videomode_to_omap_video_timings()
269 ovt->y_res = vm->vactive; in videomode_to_omap_video_timings()
272 ovt->vsw = vm->vsync_len; in videomode_to_omap_video_timings()
287 ovt->sync_pclk_edge = ovt->data_pclk_edge; in videomode_to_omap_video_timings()
298 vm->hactive = ovt->x_res; in omap_video_timings_to_videomode()
301 vm->hsync_len = ovt->hsw; in omap_video_timings_to_videomode()
302 vm->vactive = ovt->y_res; in omap_video_timings_to_videomode()
[all …]
/openbmc/linux/include/video/
H A Domapfb_dss.h764 struct omap_video_timings *ovt);
765 void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,