Home
last modified time | relevance | path

Searched refs:v_fc_config (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.c327 cfg->v_fc_config.timings.x_res >> 8, 4, 0); in hdmi_core_video_config()
329 cfg->v_fc_config.timings.x_res & 0xFF, 7, 0); in hdmi_core_video_config()
333 cfg->v_fc_config.timings.y_res >> 8, 4, 0); in hdmi_core_video_config()
335 cfg->v_fc_config.timings.y_res & 0xFF, 7, 0); in hdmi_core_video_config()
346 cfg->v_fc_config.timings.hfp >> 8, 4, 0); in hdmi_core_video_config()
348 cfg->v_fc_config.timings.hfp & 0xFF, 7, 0); in hdmi_core_video_config()
352 cfg->v_fc_config.timings.vfp, 7, 0); in hdmi_core_video_config()
356 (cfg->v_fc_config.timings.hsw >> 8), 1, 0); in hdmi_core_video_config()
358 cfg->v_fc_config.timings.hsw & 0xFF, 7, 0); in hdmi_core_video_config()
362 cfg->v_fc_config.timings.vsw, 5, 0); in hdmi_core_video_config()
[all …]
H A Dhdmi5_core.h270 struct hdmi_config v_fc_config; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c239 video_cfg->v_fc_config.vm = cfg->vm; in hdmi_core_init()
255 video_cfg->v_fc_config.vm.vactive /= 2; in hdmi_core_init()
257 video_cfg->v_fc_config.vm.vfront_porch /= 2; in hdmi_core_init()
258 video_cfg->v_fc_config.vm.vsync_len /= 2; in hdmi_core_init()
259 video_cfg->v_fc_config.vm.vback_porch /= 2; in hdmi_core_init()
263 video_cfg->v_fc_config.vm.hactive *= 2; in hdmi_core_init()
265 video_cfg->v_fc_config.vm.hfront_porch *= 2; in hdmi_core_init()
266 video_cfg->v_fc_config.vm.hsync_len *= 2; in hdmi_core_init()
267 video_cfg->v_fc_config.vm.hback_porch *= 2; in hdmi_core_init()
276 const struct videomode *vm = &cfg->v_fc_config.vm; in hdmi_core_video_config()
[all …]
H A Dhdmi5_core.h270 struct hdmi_config v_fc_config; member