| /OK3568_Linux_fs/kernel/arch/openrisc/lib/ |
| H A D | memcpy.c | 30 uint32_t *dest_w = (uint32_t *)dest, *src_w = (uint32_t *)src; in memcpy() local 33 if (!((unsigned int)dest_w & 3) && !((unsigned int)src_w & 3)) { in memcpy() 36 *dest_w++ = *src_w++; in memcpy() 37 *dest_w++ = *src_w++; in memcpy() 38 *dest_w++ = *src_w++; in memcpy() 39 *dest_w++ = *src_w++; in memcpy() 40 *dest_w++ = *src_w++; in memcpy() 41 *dest_w++ = *src_w++; in memcpy() 42 *dest_w++ = *src_w++; in memcpy() 43 *dest_w++ = *src_w++; in memcpy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | bridge_v30.c | 28 u32 dest_w = dev->crop.width; in crop_on() local 36 rkisp_write(ispdev, CIF_DUAL_CROP_M_H_SIZE, dest_w, false); in crop_on() 39 if (src_w == dest_w && src_h == dest_h) in crop_on()
|
| H A D | bridge_v20.c | 534 u32 dest_w = dev->crop.width; in crop_on() local 547 rkisp_write(ispdev, CIF_DUAL_CROP_M_H_SIZE, dest_w, false); in crop_on() 550 if (src_w == dest_w && src_h == dest_h) in crop_on()
|
| H A D | rkisp.c | 195 u32 dest_w, dest_h, w, h, max_size, max_h, max_w; in rkisp_align_sensor_resolution() local 312 dest_w = ALIGN_DOWN(w, 16); in rkisp_align_sensor_resolution() 318 crop->left = ALIGN_DOWN((src_w - dest_w) >> 1, 4); in rkisp_align_sensor_resolution() 320 crop->width = dest_w; in rkisp_align_sensor_resolution()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 116 - scanout_state->dest_w = output->base.current_mode->width; 118 + scanout_state->dest_w = mode->mode_info.hdisplay; 270 - assert(scanout_state->dest_w == scanout_state->src_w >> 16); 277 + scaling = scanout_state->src_w >> 16 != scanout_state->dest_w || 327 + scanout_state->dest_w, scanout_state->dest_h,
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 492 - scanout_state->dest_w = mode->mode_info.hdisplay; 496 + scanout_state->dest_w = dw;
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 116 - scanout_state->dest_w = output->base.current_mode->width; 118 + scanout_state->dest_w = mode->mode_info.hdisplay; 270 - assert(scanout_state->dest_w == scanout_state->src_w >> 16); 277 + scaling = scanout_state->src_w >> 16 != scanout_state->dest_w || 327 + scanout_state->dest_w, scanout_state->dest_h,
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 494 - scanout_state->dest_w = mode->mode_info.hdisplay; 498 + scanout_state->dest_w = dw;
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0014-backend-drm-Support-virtual-screen-size.patch | 124 - scanout_state->dest_w = output->base.current_mode->width; 126 + scanout_state->dest_w = mode->mode_info.hdisplay; 284 - assert(scanout_state->dest_w == scanout_state->src_w >> 16); 291 + scaling = scanout_state->src_w >> 16 != scanout_state->dest_w || 341 + scanout_state->dest_w, scanout_state->dest_h,
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 490 - scanout_state->dest_w = mode->mode_info.hdisplay; 494 + scanout_state->dest_w = dw;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | malidp_planes.c | 799 u32 src_w, src_h, dest_w, dest_h, val; in malidp_de_plane_update() local 818 dest_w = state->crtc_w; 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/external/xserver/ |
| H A D | ChangeLog | 6932 xwayland: Don't crash on WarpPointer(dest_w = None)
|