Lines Matching refs:height

79 		u16 width, u16 height, u16 out_width, u16 out_height,
84 u16 width, u16 height, u16 out_width, u16 out_height,
755 int height) in dispc_ovl_set_input_size() argument
757 u32 val = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0); in dispc_ovl_set_input_size()
766 int height) in dispc_ovl_set_output_size() argument
772 val = FLD_VAL(height - 1, 26, 16) | FLD_VAL(width - 1, 10, 0); in dispc_ovl_set_output_size()
1125 u16 height) in dispc_mgr_set_size() argument
1129 val = FLD_VAL(height - 1, dispc.feat->mgr_height_start, 16) | in dispc_mgr_set_size()
1809 u16 width, u16 height, in calc_vrfb_rotation_offset() argument
1835 width, height); in calc_vrfb_rotation_offset()
1894 u16 width, u16 height, in calc_dma_rotation_offset() argument
1917 width, height); in calc_dma_rotation_offset()
1923 fbh = height; in calc_dma_rotation_offset()
1925 fbw = height; in calc_dma_rotation_offset()
2093 u16 width, u16 height, u16 out_width, u16 out_height, in check_horiz_timing_omap3() argument
2096 const int ds = DIV_ROUND_UP(height, out_height); in check_horiz_timing_omap3()
2105 if (out_height < height) in check_horiz_timing_omap3()
2145 u16 height, u16 out_width, u16 out_height, in calc_core_clk_five_taps() argument
2151 if (height <= out_height && width <= out_width) in calc_core_clk_five_taps()
2154 if (height > out_height) { in calc_core_clk_five_taps()
2157 tmp = pclk * height * out_width; in calc_core_clk_five_taps()
2161 if (height > 2 * out_height) { in calc_core_clk_five_taps()
2165 tmp = pclk * (height - 2 * out_height) * out_width; in calc_core_clk_five_taps()
2184 u16 height, u16 out_width, u16 out_height, bool mem_to_mem) in calc_core_clk_24xx() argument
2186 if (height > out_height && width > out_width) in calc_core_clk_24xx()
2193 u16 height, u16 out_width, u16 out_height, bool mem_to_mem) in calc_core_clk_34xx() argument
2210 if (height > out_height) in calc_core_clk_34xx()
2219 u16 height, u16 out_width, u16 out_height, bool mem_to_mem) in calc_core_clk_44xx() argument
2238 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_24xx() argument
2252 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx()
2279 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_34xx() argument
2291 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx()
2333 height, out_width, out_height, *five_taps)) { in dispc_ovl_calc_scaling_34xx()
2353 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling_44xx() argument
2360 u16 in_height = height / *decim_y; in dispc_ovl_calc_scaling_44xx()
2396 u16 width, u16 height, u16 out_width, u16 out_height, in dispc_ovl_calc_scaling() argument
2406 if (width == out_width && height == out_height) in dispc_ovl_calc_scaling()
2437 decim_y = DIV_ROUND_UP(DIV_ROUND_UP(height, out_height), maxdownscale); in dispc_ovl_calc_scaling()
2442 if (decim_y > *y_predecim || out_height > height * 8) in dispc_ovl_calc_scaling()
2445 ret = dispc.feat->calc_scaling(pclk, lclk, mgr_timings, width, height, in dispc_ovl_calc_scaling()
2476 u16 in_height = oi->height; in dispc_ovl_check()
2485 out_height = oi->out_height == 0 ? oi->height : oi->out_height; in dispc_ovl_check()
2487 if (ilace && oi->height == out_height) in dispc_ovl_check()
2511 u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, in dispc_ovl_setup_common() argument
2526 u16 in_height = height; in dispc_ovl_setup_common()
2537 out_height = out_height == 0 ? height : out_height; in dispc_ovl_setup_common()
2539 if (ilace && height == out_height) in dispc_ovl_setup_common()
2599 frame_height = height; in dispc_ovl_setup_common()
2678 oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height, in dispc_ovl_setup()
2682 oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height, in dispc_ovl_setup()
2708 in_height, wi->width, wi->height, wi->color_mode, wi->rotation, in dispc_wb_setup()
2713 wi->height, wi->color_mode, wi->rotation, wi->mirror, zorder, in dispc_wb_setup()
2946 static bool _dispc_mgr_size_ok(u16 width, u16 height) in _dispc_mgr_size_ok() argument
2949 height <= dispc.feat->mgr_height_max; in _dispc_mgr_size_ok()