Searched refs:video_cfg (Results 1 – 4 of 4) sorted by relevance
289 static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg, in hdmi_core_init() argument294 video_cfg->v_fc_config.vm = cfg->vm; in hdmi_core_init()297 video_cfg->data_enable_pol = 1; /* It is always 1*/ in hdmi_core_init()298 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init()300 video_cfg->vblank_osc = 0; in hdmi_core_init()301 video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch + in hdmi_core_init()303 video_cfg->v_fc_config.hdmi_dvi_mode = cfg->hdmi_dvi_mode; in hdmi_core_init()307 if (video_cfg->vblank % 2 != 0) in hdmi_core_init()308 video_cfg->vblank_osc = 1; in hdmi_core_init()310 video_cfg->v_fc_config.vm.vactive /= 2; in hdmi_core_init()[all …]
197 static void hdmi_core_init(struct hdmi_core_video_config *video_cfg) in hdmi_core_init() argument202 video_cfg->ip_bus_width = HDMI_INPUT_8BIT; in hdmi_core_init()203 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()204 video_cfg->deep_color_pkt = HDMI_DEEPCOLORPACKECTDISABLE; in hdmi_core_init()205 video_cfg->pkt_mode = HDMI_PACKETMODERESERVEDVALUE; in hdmi_core_init()206 video_cfg->hdmi_dvi = HDMI_DVI; in hdmi_core_init()207 video_cfg->tclk_sel_clkmult = HDMI_FPLL10IDCK; in hdmi_core_init()
290 static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg, in hdmi_core_init() argument296 video_cfg->data_enable_pol = 1; /* It is always 1*/ in hdmi_core_init()297 video_cfg->v_fc_config.timings.hsync_level = cfg->timings.hsync_level; in hdmi_core_init()298 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; in hdmi_core_init()299 video_cfg->v_fc_config.timings.hsw = cfg->timings.hsw - 1; in hdmi_core_init()300 video_cfg->v_fc_config.timings.hbp = cfg->timings.hbp; in hdmi_core_init()301 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; in hdmi_core_init()302 video_cfg->hblank = cfg->timings.hfp + in hdmi_core_init()304 video_cfg->v_fc_config.timings.vsync_level = cfg->timings.vsync_level; in hdmi_core_init()305 video_cfg->v_fc_config.timings.y_res = cfg->timings.y_res; in hdmi_core_init()[all …]
198 static void hdmi_core_init(struct hdmi_core_video_config *video_cfg) in hdmi_core_init() argument203 video_cfg->ip_bus_width = HDMI_INPUT_8BIT; in hdmi_core_init()204 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()205 video_cfg->deep_color_pkt = HDMI_DEEPCOLORPACKECTDISABLE; in hdmi_core_init()206 video_cfg->pkt_mode = HDMI_PACKETMODERESERVEDVALUE; in hdmi_core_init()207 video_cfg->hdmi_dvi = HDMI_DVI; in hdmi_core_init()208 video_cfg->tclk_sel_clkmult = HDMI_FPLL10IDCK; in hdmi_core_init()