Home
last modified time | relevance | path

Searched refs:drm_rect_height (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/include/drm/
H A Ddrm_rect.h74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1
89 drm_rect_height(r) >> 16, ((drm_rect_height(r) & 0xffff) * 15625) >> 10, \
196 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height() function
210 return drm_rect_width(r) > 0 && drm_rect_height(r) > 0; in drm_rect_visible()
238 drm_rect_height(src) >> 16); in drm_rect_fp_to_int()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_rect.c107 u32 new_src_h = clip_scaled(drm_rect_height(src), in drm_rect_clip_scaled()
108 drm_rect_height(dst), &diff); in drm_rect_clip_scaled()
123 u32 new_src_h = clip_scaled(drm_rect_height(src), in drm_rect_clip_scaled()
124 drm_rect_height(dst), &diff); in drm_rect_clip_scaled()
208 int src_h = drm_rect_height(src); in drm_rect_calc_vscale()
209 int dst_h = drm_rect_height(dst); in drm_rect_calc_vscale()
H A Ddrm_plane_helper.c113 .src_h = drm_rect_height(src), in drm_plane_helper_check_update()
117 .crtc_h = drm_rect_height(dst), in drm_plane_helper_check_update()
H A Ddrm_format_helper.c51 unsigned long lines = drm_rect_height(clip); in __drm_fb_xfrm()
94 unsigned long lines = drm_rect_height(clip); in __drm_fb_xfrm_toio()
182 unsigned int i, y, lines = drm_rect_height(clip); in drm_fb_memcpy()
1011 unsigned int lines = drm_rect_height(clip); in drm_fb_xrgb8888_to_mono()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c130 src_height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_calc_bw()
131 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_bw()
171 src_height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_calc_clk()
173 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_calc_clk()
538 u32 src_height = drm_rect_height(&pipe_cfg->src_rect); in _dpu_plane_setup_scaler()
540 u32 dst_height = drm_rect_height(&pipe_cfg->dst_rect); in _dpu_plane_setup_scaler()
598 drm_rect_height(&pipe_cfg.dst_rect); in _dpu_plane_color_fill_pipe()
765 drm_rect_height(&pipe_cfg->src_rect) & 0x1)) { in dpu_plane_atomic_check_pipe()
773 drm_rect_height(&pipe_cfg->dst_rect) < 0x1) { in dpu_plane_atomic_check_pipe()
853 drm_rect_height(&fb_rect) > MAX_IMG_HEIGHT) { in dpu_plane_atomic_check()
[all …]
H A Ddpu_hw_wb.c107 if (drm_rect_height(&data->roi) && drm_rect_width(&data->roi)) in dpu_hw_wb_setup_format()
108 outsize = (drm_rect_height(&data->roi) << 16) | drm_rect_width(&data->roi); in dpu_hw_wb_setup_format()
130 out_size = (drm_rect_height(&wb->roi) << 16) | drm_rect_width(&wb->roi); in dpu_hw_wb_roi()
H A Ddpu_hw_sspp.c438 src_size = (drm_rect_height(&cfg->src_rect) << 16) | in dpu_hw_sspp_setup_rects()
441 dst_size = (drm_rect_height(&cfg->dst_rect) << 16) | in dpu_hw_sspp_setup_rects()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c115 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in skl_update_scaler()
244 height = drm_rect_height(&crtc_state->pch_pfit.dst); in skl_update_scaler_crtc()
253 drm_rect_height(&crtc_state->pipe_src), in skl_update_scaler_crtc()
287 drm_rect_height(&plane_state->uapi.src) >> 16, in skl_update_scaler_plane()
289 drm_rect_height(&plane_state->uapi.dst), in skl_update_scaler_plane()
717 int height = drm_rect_height(dst); in skl_pfit_enable()
734 drm_rect_height(&crtc_state->pipe_src) << 16); in skl_pfit_enable()
776 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in skl_program_plane_scaler()
H A Dintel_atomic_plane.c151 src_h = drm_rect_height(src) >> 16; in intel_adjusted_rate()
153 dst_h = drm_rect_height(dst); in intel_adjusted_rate()
237 height = drm_rect_height(&plane_state->uapi.src) >> 16; in intel_plane_relative_data_rate()
395 drm_rect_height(&new->uapi.src) != drm_rect_height(&cur->uapi.src) || in intel_wm_need_update()
397 drm_rect_height(&new->uapi.dst) != drm_rect_height(&cur->uapi.dst)) in intel_wm_need_update()
406 int src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in intel_plane_is_scaled()
408 int dst_h = drm_rect_height(&plane_state->uapi.dst); in intel_plane_is_scaled()
976 src_h = drm_rect_height(src) >> 16; in intel_plane_check_src_coordinates()
H A Dintel_cursor.c73 int height = drm_rect_height(&plane_state->uapi.dst); in intel_cursor_size_ok()
119 int src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in intel_cursor_check_surface()
232 drm_rect_height(&plane_state->uapi.dst)); in i845_check_cursor()
266 unsigned int height = drm_rect_height(&plane_state->uapi.dst); in i845_cursor_update_arm()
394 int height = drm_rect_height(&plane_state->uapi.dst); in i9xx_cursor_size_ok()
449 drm_rect_height(&plane_state->uapi.dst)); in i9xx_check_cursor()
498 int height = drm_rect_height(&plane_state->uapi.dst); in i9xx_cursor_update_arm()
H A Dintel_panel.c399 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in pch_panel_fitting()
527 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in i965_scale_aspect()
548 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in i9xx_scale_aspect()
606 int pipe_src_h = drm_rect_height(&crtc_state->pipe_src); in gmch_panel_fitting()
H A Dintel_sprite.c370 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in vlv_sprite_update_noarm()
784 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in ivb_sprite_update_noarm()
786 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in ivb_sprite_update_noarm()
1111 u32 crtc_h = drm_rect_height(&plane_state->uapi.dst); in g4x_sprite_update_noarm()
1113 u32 src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in g4x_sprite_update_noarm()
1243 crtc_h = drm_rect_height(dst); in g4x_sprite_check_scaling()
1247 src_h = drm_rect_height(src) >> 16; in g4x_sprite_check_scaling()
H A Di9xx_plane.c294 int src_h = drm_rect_height(&plane_state->uapi.src) >> 16; in i9xx_check_plane_surface()
431 int crtc_h = drm_rect_height(&plane_state->uapi.dst); in i9xx_plane_update_noarm()
468 int crtc_h = drm_rect_height(&plane_state->uapi.dst); in i9xx_plane_update_arm()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_plane.c113 st->src_hw = drm_rect_height(&new_plane_state->src) >> 17; in armada_drm_plane_atomic_check()
115 st->dst_hw = drm_rect_height(&new_plane_state->dst) >> 1; in armada_drm_plane_atomic_check()
117 st->src_hw = drm_rect_height(&new_plane_state->src) >> 16; in armada_drm_plane_atomic_check()
119 st->dst_hw = drm_rect_height(&new_plane_state->dst); in armada_drm_plane_atomic_check()
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c69 height = drm_rect_height(rect); in gud_xrgb8888_to_r124()
116 len = drm_format_info_min_pitch(format, 0, width) * drm_rect_height(rect); in gud_xrgb8888_to_color()
163 len = pitch * drm_rect_height(rect); in gud_prep_flush()
209 req->height = cpu_to_le32(drm_rect_height(rect)); in gud_prep_flush()
332 lines = drm_rect_height(damage); in gud_flush_damage()
337 for (i = 0; i < DIV_ROUND_UP(drm_rect_height(damage), lines); i++) { in gud_flush_damage()
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c418 if (drm_rect_height(&new_state->dst) < 2) in ipu_plane_atomic_check()
430 drm_rect_height(&new_state->dst) != drm_rect_height(&old_state->dst) || in ipu_plane_atomic_check()
621 height = drm_rect_height(&new_state->src) >> 16; in ipu_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c114 src_h = drm_rect_height(&state->src) >> 16; in sun8i_ui_layer_update_coord()
116 dst_h = drm_rect_height(&state->dst); in sun8i_ui_layer_update_coord()
H A Dsun8i_vi_layer.c121 src_h = drm_rect_height(&state->src) >> 16; in sun8i_vi_layer_update_coord()
123 dst_h = drm_rect_height(&state->dst); in sun8i_vi_layer_update_coord()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c489 u32 height = drm_rect_height(src) >> 16; in vop2_afbc_transform_offset()
977 if (drm_rect_width(src) >> 16 < 4 || drm_rect_height(src) >> 16 < 4 || in vop2_plane_atomic_check()
980 drm_rect_width(src) >> 16, drm_rect_height(src) >> 16, in vop2_plane_atomic_check()
981 drm_rect_width(dest), drm_rect_height(dest)); in vop2_plane_atomic_check()
987 drm_rect_height(src) >> 16 > vop2_data->max_input.height) { in vop2_plane_atomic_check()
990 drm_rect_height(src) >> 16, in vop2_plane_atomic_check()
1151 actual_h = drm_rect_height(src) >> 16; in vop2_plane_atomic_update()
1163 dsp_h = drm_rect_height(dest); in vop2_plane_atomic_update()
1171 actual_h = dsp_h * actual_h / drm_rect_height(dest); in vop2_plane_atomic_update()
1270 actual_w = drm_rect_height(src) >> 16; in vop2_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-plane.c304 src_h = drm_rect_height(&src) >> 16; in dcss_plane_atomic_update()
306 dst_h = drm_rect_height(&dst); in dcss_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c238 cfg.src.height = drm_rect_height(&state->state.src) >> 16; in rcar_du_vsp_plane_setup()
243 cfg.dst.height = drm_rect_height(&state->state.dst); in rcar_du_vsp_plane_setup()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_plane.c126 drm_rect_height(&frame_info->rotated), frame_info->rotation); in vkms_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_rect_test.c22 KUNIT_EXPECT_EQ(test, drm_rect_height(r), drm_rect_height(expected)); in drm_rect_compare()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dplane.c242 src_h = drm_rect_height(&state->src) >> 16; in tegra_plane_calculate_memory_bandwidth()
244 dst_h = drm_rect_height(&state->dst); in tegra_plane_calculate_memory_bandwidth()
H A Ddc.c748 window.src.h = drm_rect_height(&new_state->src) >> 16; in tegra_plane_atomic_update()
752 window.dst.h = drm_rect_height(&new_state->dst); in tegra_plane_atomic_update()
988 value = (drm_rect_height(&src) & tegra->vmask) << 16 | in __tegra_cursor_atomic_update()
2050 window.src.h = drm_rect_height(&plane->state->src) >> 16; in tegra_crtc_update_memory_bandwidth()
2051 window.dst.h = drm_rect_height(&plane->state->dst); in tegra_crtc_update_memory_bandwidth()
2053 old_window.src.h = drm_rect_height(&old_plane_state->src) >> 16; in tegra_crtc_update_memory_bandwidth()
2054 old_window.dst.h = drm_rect_height(&old_plane_state->dst); in tegra_crtc_update_memory_bandwidth()

12