Searched refs:video_cfg (Results 1 – 4 of 4) sorted by relevance
234 static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg, in hdmi_core_init() argument239 video_cfg->v_fc_config.vm = cfg->vm; in hdmi_core_init()242 video_cfg->data_enable_pol = 1; /* It is always 1*/ in hdmi_core_init()243 video_cfg->hblank = cfg->vm.hfront_porch + in hdmi_core_init()245 video_cfg->vblank_osc = 0; in hdmi_core_init()246 video_cfg->vblank = cfg->vm.vsync_len + cfg->vm.vfront_porch + in hdmi_core_init()248 video_cfg->v_fc_config.hdmi_dvi_mode = cfg->hdmi_dvi_mode; in hdmi_core_init()252 if (video_cfg->vblank % 2 != 0) in hdmi_core_init()253 video_cfg->vblank_osc = 1; in hdmi_core_init()255 video_cfg->v_fc_config.vm.vactive /= 2; in hdmi_core_init()[all …]
145 static void hdmi_core_init(struct hdmi_core_video_config *video_cfg) in hdmi_core_init() argument150 video_cfg->ip_bus_width = HDMI_INPUT_8BIT; in hdmi_core_init()151 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()152 video_cfg->deep_color_pkt = HDMI_DEEPCOLORPACKECTDISABLE; in hdmi_core_init()153 video_cfg->pkt_mode = HDMI_PACKETMODERESERVEDVALUE; in hdmi_core_init()154 video_cfg->hdmi_dvi = HDMI_DVI; in hdmi_core_init()155 video_cfg->tclk_sel_clkmult = HDMI_FPLL10IDCK; in hdmi_core_init()
277 static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg, in hdmi_core_init() argument283 video_cfg->data_enable_pol = 1; /* It is always 1*/ in hdmi_core_init()284 video_cfg->v_fc_config.timings.hsync_level = cfg->timings.hsync_level; in hdmi_core_init()285 video_cfg->v_fc_config.timings.x_res = cfg->timings.x_res; in hdmi_core_init()286 video_cfg->v_fc_config.timings.hsw = cfg->timings.hsw - 1; in hdmi_core_init()287 video_cfg->v_fc_config.timings.hbp = cfg->timings.hbp; in hdmi_core_init()288 video_cfg->v_fc_config.timings.hfp = cfg->timings.hfp; in hdmi_core_init()289 video_cfg->hblank = cfg->timings.hfp + in hdmi_core_init()291 video_cfg->v_fc_config.timings.vsync_level = cfg->timings.vsync_level; in hdmi_core_init()292 video_cfg->v_fc_config.timings.y_res = cfg->timings.y_res; in hdmi_core_init()[all …]
187 static void hdmi_core_init(struct hdmi_core_video_config *video_cfg) in hdmi_core_init() argument192 video_cfg->ip_bus_width = HDMI_INPUT_8BIT; in hdmi_core_init()193 video_cfg->op_dither_truc = HDMI_OUTPUTTRUNCATION_8BIT; in hdmi_core_init()194 video_cfg->deep_color_pkt = HDMI_DEEPCOLORPACKECTDISABLE; in hdmi_core_init()195 video_cfg->pkt_mode = HDMI_PACKETMODERESERVEDVALUE; in hdmi_core_init()196 video_cfg->hdmi_dvi = HDMI_DVI; in hdmi_core_init()197 video_cfg->tclk_sel_clkmult = HDMI_FPLL10IDCK; in hdmi_core_init()