Searched refs:video_cfg (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Dhdmi5_core.c290 static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg, hdmi_core_init() argument
296 video_cfg->data_enable_pol = 1; /* It is always 1*/ hdmi_core_init()
297 video_cfg->v_fc_config.timings.hsync_level = cfg->timings.hsync_level; hdmi_core_init()
298 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; hdmi_core_init()
299 video_cfg->v_fc_config.timings.hsw = cfg->timings.hsw - 1; hdmi_core_init()
300 video_cfg->v_fc_config.timings.hbp = cfg->timings.hbp; hdmi_core_init()
301 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; hdmi_core_init()
302 video_cfg->hblank = cfg->timings.hfp + hdmi_core_init()
304 video_cfg->v_fc_config.timings.vsync_level = cfg->timings.vsync_level; hdmi_core_init()
305 video_cfg->v_fc_config.timings.y_res = cfg->timings.y_res; hdmi_core_init()
306 video_cfg->v_fc_config.timings.vsw = cfg->timings.vsw; hdmi_core_init()
307 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp; hdmi_core_init()
308 video_cfg->v_fc_config.timings.vbp = cfg->timings.vbp; hdmi_core_init()
309 video_cfg->vblank_osc = 0; /* Always 0 - need to confirm */ hdmi_core_init()
310 video_cfg->vblank = cfg->timings.vsw + hdmi_core_init()
312 video_cfg->v_fc_config.hdmi_dvi_mode = cfg->hdmi_dvi_mode; hdmi_core_init()
313 video_cfg->v_fc_config.timings.interlace = cfg->timings.interlace; hdmi_core_init()
H A Dhdmi4_core.c198 static void hdmi_core_init(struct hdmi_core_video_config *video_cfg) hdmi_core_init() argument
203 video_cfg->ip_bus_width = HDMI_INPUT_8BIT; hdmi_core_init()
204 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; hdmi_core_init()
205 video_cfg->deep_color_pkt = HDMI_DEEPCOLORPACKECTDISABLE; hdmi_core_init()
206 video_cfg->pkt_mode = HDMI_PACKETMODERESERVEDVALUE; hdmi_core_init()
207 video_cfg->hdmi_dvi = HDMI_DVI; hdmi_core_init()
208 video_cfg->tclk_sel_clkmult = HDMI_FPLL10IDCK; hdmi_core_init()

Completed in 103 milliseconds