Home
last modified time | relevance | path

Searched refs:dest_h (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dbridge_v30.c29 u32 dest_h = dev->crop.height; in crop_on() local
37 rkisp_write(ispdev, CIF_DUAL_CROP_M_V_SIZE, dest_h, false); in crop_on()
39 if (src_w == dest_w && src_h == dest_h) in crop_on()
H A Dbridge_v20.c535 u32 dest_h = dev->crop.height; in crop_on() local
548 rkisp_write(ispdev, CIF_DUAL_CROP_M_V_SIZE, dest_h, false); in crop_on()
550 if (src_w == dest_w && src_h == dest_h) in crop_on()
H A Drkisp.c195 u32 dest_w, dest_h, w, h, max_size, max_h, max_w; in rkisp_align_sensor_resolution() local
313 dest_h = ALIGN_DOWN(h, 8); in rkisp_align_sensor_resolution()
319 crop->top = (src_h - dest_h) >> 1; in rkisp_align_sensor_resolution()
321 crop->height = dest_h; in rkisp_align_sensor_resolution()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0016-backend-drm-Support-virtual-screen-size.patch117 - scanout_state->dest_h = output->base.current_mode->height;
119 + scanout_state->dest_h = mode->mode_info.vdisplay;
271 - assert(scanout_state->dest_h == scanout_state->src_h >> 16);
278 + scanout_state->src_h >> 16 != scanout_state->dest_h;
327 + scanout_state->dest_w, scanout_state->dest_h,
H A D0017-backend-drm-Support-mirror-mode.patch493 - scanout_state->dest_h = mode->mode_info.vdisplay;
497 + scanout_state->dest_h = dh;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0016-backend-drm-Support-virtual-screen-size.patch117 - scanout_state->dest_h = output->base.current_mode->height;
119 + scanout_state->dest_h = mode->mode_info.vdisplay;
271 - assert(scanout_state->dest_h == scanout_state->src_h >> 16);
278 + scanout_state->src_h >> 16 != scanout_state->dest_h;
327 + scanout_state->dest_w, scanout_state->dest_h,
H A D0017-backend-drm-Support-mirror-mode.patch495 - scanout_state->dest_h = mode->mode_info.vdisplay;
499 + scanout_state->dest_h = dh;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c263 u32 dest_h; in hdlcd_plane_atomic_update() local
269 dest_h = drm_rect_height(&plane->state->dst); in hdlcd_plane_atomic_update()
275 hdlcd_write(hdlcd, HDLCD_REG_FB_LINE_COUNT, dest_h - 1); in hdlcd_plane_atomic_update()
H A Dmalidp_planes.c799 u32 src_w, src_h, dest_w, dest_h, val; in malidp_de_plane_update() local
819 dest_h = state->crtc_h; in malidp_de_plane_update()
841 malidp_hw_write(mp->hwdev, LAYER_H_VAL(dest_w) | LAYER_V_VAL(dest_h), in malidp_de_plane_update()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0014-backend-drm-Support-virtual-screen-size.patch125 - scanout_state->dest_h = output->base.current_mode->height;
127 + scanout_state->dest_h = mode->mode_info.vdisplay;
285 - assert(scanout_state->dest_h == scanout_state->src_h >> 16);
292 + scanout_state->src_h >> 16 != scanout_state->dest_h;
341 + scanout_state->dest_w, scanout_state->dest_h,
H A D0015-backend-drm-Support-mirror-mode.patch491 - scanout_state->dest_h = mode->mode_info.vdisplay;
495 + scanout_state->dest_h = dh;