Lines Matching refs:mgr_timings
68 const struct omap_video_timings *mgr_timings,
2192 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps() argument
2203 unsigned int ppl = mgr_timings->x_res; in calc_core_clk_five_taps()
2285 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_24xx() argument
2331 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_34xx() argument
2353 *core_clk = calc_core_clk_five_taps(pclk, mgr_timings, in dispc_ovl_calc_scaling_34xx()
2361 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx()
2396 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, in_width, in dispc_ovl_calc_scaling_34xx()
2416 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_44xx() argument
2462 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling() argument
2476 if (!mem_to_mem && (pclk == 0 || mgr_timings->pixelclock == 0)) { in dispc_ovl_calc_scaling()
2512 ret = dispc.feat->calc_scaling(pclk, lclk, mgr_timings, width, height, in dispc_ovl_calc_scaling()
2593 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup_common() argument
2607 bool ilace = mgr_timings->interlace; in dispc_ovl_setup_common()
2649 r = dispc_ovl_calc_scaling(pclk, lclk, caps, mgr_timings, in_width, in dispc_ovl_setup_common()
2783 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup() argument
2802 oi->rotation_type, replication, mgr_timings, mem_to_mem); in dispc_ovl_setup()
2809 bool mem_to_mem, const struct omap_video_timings *mgr_timings) in dispc_wb_setup() argument
2818 int in_width = mgr_timings->x_res; in dispc_wb_setup()
2819 int in_height = mgr_timings->y_res; in dispc_wb_setup()
2832 replication, mgr_timings, mem_to_mem); in dispc_wb_setup()
2866 wbdelay = min(mgr_timings->vfp + mgr_timings->vsw + in dispc_wb_setup()
2867 mgr_timings->vbp, 255); in dispc_wb_setup()