Lines Matching refs:mgr_timings
78 const struct omap_video_timings *mgr_timings,
2144 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps() argument
2155 unsigned int ppl = mgr_timings->x_res; in calc_core_clk_five_taps()
2237 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_24xx() argument
2278 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_34xx() argument
2301 *core_clk = calc_core_clk_five_taps(pclk, mgr_timings, in dispc_ovl_calc_scaling_34xx()
2309 error = check_horiz_timing_omap3(pclk, lclk, mgr_timings, in dispc_ovl_calc_scaling_34xx()
2332 if (check_horiz_timing_omap3(pclk, lclk, mgr_timings, pos_x, width, in dispc_ovl_calc_scaling_34xx()
2352 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling_44xx() argument
2395 const struct omap_video_timings *mgr_timings, in dispc_ovl_calc_scaling() argument
2409 if (pclk == 0 || mgr_timings->pixelclock == 0) { in dispc_ovl_calc_scaling()
2445 ret = dispc.feat->calc_scaling(pclk, lclk, mgr_timings, width, height, in dispc_ovl_calc_scaling()
2515 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup_common() argument
2529 bool ilace = mgr_timings->interlace; in dispc_ovl_setup_common()
2556 r = dispc_ovl_calc_scaling(pclk, lclk, caps, mgr_timings, in_width, in dispc_ovl_setup_common()
2666 bool replication, const struct omap_video_timings *mgr_timings, in dispc_ovl_setup() argument
2685 oi->rotation_type, replication, mgr_timings, mem_to_mem); in dispc_ovl_setup()
2692 bool mem_to_mem, const struct omap_video_timings *mgr_timings) in dispc_wb_setup() argument
2701 int in_width = mgr_timings->x_res; in dispc_wb_setup()
2702 int in_height = mgr_timings->y_res; in dispc_wb_setup()
2715 replication, mgr_timings, mem_to_mem); in dispc_wb_setup()