Searched refs:dst_height (Results 1 – 6 of 6) sorted by relevance
130 u32 dst_height; member292 uint32_t dst_height; member
121 int src_width, src_height, dst_height, fps; in _dpu_plane_calc_bw() local131 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_bw()137 scale_factor = src_height > dst_height ? in _dpu_plane_calc_bw()138 mult_frac(src_height, 1, dst_height) : 1; in _dpu_plane_calc_bw()168 int dst_width, src_height, dst_height, fps; in _dpu_plane_calc_clk() local173 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_clk()179 if (src_height > dst_height) { in _dpu_plane_calc_clk()181 do_div(plane_clk, dst_height); in _dpu_plane_calc_clk()486 scale_cfg->dst_height = dst_h; in _dpu_plane_setup_scaler3()542 u32 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_setup_scaler() local[all …]
317 ((scaler3_cfg->dst_height & 0x1FFFF) << 16); in dpu_hw_setup_scaler3()
1878 __u16 dst_height; member
2286 uint32_t dst_height : 16; member