Lines Matching refs:dst_h
148 u32 src_w, u32 src_h, u32 dst_w, u32 dst_h) in zx_vl_rsz_setup() argument
157 zx_writel(rsz + RSZ_DEST_CFG, RSZ_VER(dst_h - 1) | RSZ_HOR(dst_w - 1)); in zx_vl_rsz_setup()
174 zx_writel(rsz + RSZ_VL_LUMA_VER, rsz_step_value(src_h, dst_h)); in zx_vl_rsz_setup()
176 zx_writel(rsz + RSZ_VL_CHROMA_VER, rsz_step_value(src_chroma_h, dst_h)); in zx_vl_rsz_setup()
195 u32 dst_x, dst_y, dst_w, dst_h; in zx_vl_plane_atomic_update() local
213 dst_h = drm_rect_height(dst); in zx_vl_plane_atomic_update()
234 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_vl_plane_atomic_update()
249 zx_vl_rsz_setup(zplane, format, src_w, src_h, dst_w, dst_h); in zx_vl_plane_atomic_update()
339 u32 dst_w, u32 dst_h) in zx_gl_rsz_setup() argument
344 zx_writel(rsz + RSZ_DEST_CFG, RSZ_VER(dst_h - 1) | RSZ_HOR(dst_w - 1)); in zx_gl_rsz_setup()
359 u32 dst_x, dst_y, dst_w, dst_h; in zx_gl_plane_atomic_update() local
380 dst_h = plane->state->crtc_h; in zx_gl_plane_atomic_update()
397 GL_POS_X(dst_x + dst_w) | GL_POS_Y(dst_y + dst_h)); in zx_gl_plane_atomic_update()
413 if (dst_h > 720) in zx_gl_plane_atomic_update()
425 zx_gl_rsz_setup(zplane, src_w, src_h, dst_w, dst_h); in zx_gl_plane_atomic_update()