| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.c | 105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument 113 if(dst_y >= 2048) { in SiS300SubsequentScreenToScreenCopy() 114 dstbase = ivideo->video_linelength * dst_y; in SiS300SubsequentScreenToScreenCopy() 115 dst_y = 0; in SiS300SubsequentScreenToScreenCopy() 127 dst_y += height-1; in SiS300SubsequentScreenToScreenCopy() 131 SiS300SetupDSTXY(dst_x, dst_y) in SiS300SubsequentScreenToScreenCopy() 192 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() argument 195 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 196 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 209 if((src_y >= 2048) || (dst_y >= 2048)) { in SiS310SubsequentScreenToScreenCopy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | accel.c | 40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument 58 if (src_y < dst_y) { in hw_bitblt_1() 61 dst_y += height - 1; in hw_bitblt_1() 94 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_1() 96 "%d %d\n", dst_x, dst_y); in hw_bitblt_1() 99 tmp = dst_x | (dst_y << 16); in hw_bitblt_1() 173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument 191 if (src_y < dst_y) { in hw_bitblt_2() 194 dst_y += height - 1; in hw_bitblt_2() 236 if (dst_x & 0xFFFFF000 || dst_y & 0xFFFFF000) { in hw_bitblt_2() [all …]
|
| H A D | viafbdev.h | 53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiwarppointer.c | 69 swapl(&stuff->dst_y); in SProcXIWarpPointer() 84 int dst_x, dst_y; in ProcXIWarpPointer() local 119 dst_y = stuff->dst_y / (double) (1 << 16); in ProcXIWarpPointer() 153 y += dst_y; in ProcXIWarpPointer()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 448 unsigned int dst_y, unsigned int dim_x, in video_hw_rectfill() argument 456 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_rectfill() 463 unsigned int dst_y, unsigned int width, in video_hw_bitblt() argument 469 if (src_x >= dst_x && src_y >= dst_y) in video_hw_bitblt() 471 else if (src_x >= dst_x && src_y <= dst_y) in video_hw_bitblt() 473 else if (src_x <= dst_x && src_y >= dst_y) in video_hw_bitblt() 481 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_bitblt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_cursor.c | 192 int dst_x, dst_y, dst_w, dst_h; in sti_cursor_atomic_check() local 202 dst_y = state->crtc_y; in sti_cursor_atomic_check() 204 dst_h = clamp_val(state->crtc_h, 0, mode->crtc_vdisplay - dst_y); in sti_cursor_atomic_check() 249 DRM_DEBUG_KMS("(%dx%d)@(%d,%d)\n", dst_w, dst_h, dst_x, dst_y); in sti_cursor_atomic_check() 263 int dst_x, dst_y; in sti_cursor_atomic_update() local 273 dst_y = state->crtc_y; in sti_cursor_atomic_update() 295 y = sti_vtg_get_line_number(*mode, dst_y); in sti_cursor_atomic_update()
|
| H A D | sti_vid.c | 145 int dst_y = state->crtc_y; in sti_vid_commit() local 147 int dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_vid_commit() 161 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_vid_commit() 162 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_vid_commit()
|
| H A D | sti_gdp.c | 627 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_check() local 639 dst_y = state->crtc_y; in sti_gdp_atomic_check() 641 dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_gdp_atomic_check() 691 dst_w, dst_h, dst_x, dst_y, in sti_gdp_atomic_check() 706 int dst_x, dst_y, dst_w, dst_h; in sti_gdp_atomic_update() local 748 dst_y = state->crtc_y; in sti_gdp_atomic_update() 750 dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_gdp_atomic_update() 787 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_gdp_atomic_update() 788 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_gdp_atomic_update()
|
| H A D | sti_hqvdp.c | 1028 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_check() local 1038 dst_y = state->crtc_y; in sti_hqvdp_atomic_check() 1040 dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_hqvdp_atomic_check() 1103 dst_w, dst_h, dst_x, dst_y, in sti_hqvdp_atomic_check() 1118 int dst_x, dst_y, dst_w, dst_h; in sti_hqvdp_atomic_update() local 1145 dst_y = state->crtc_y; in sti_hqvdp_atomic_update() 1147 dst_h = clamp_val(state->crtc_h, 0, mode->vdisplay - dst_y); in sti_hqvdp_atomic_update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/ |
| H A D | zx_plane.c | 195 u32 dst_x, dst_y, dst_w, dst_h; in zx_vl_plane_atomic_update() local 211 dst_y = dst->y1; in zx_vl_plane_atomic_update() 230 zx_writel(layer + VL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); 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() 359 u32 dst_x, dst_y, dst_w, dst_h; in zx_gl_plane_atomic_update() local 378 dst_y = plane->state->crtc_y; in zx_gl_plane_atomic_update() 393 zx_writel(layer + GL_POS_START, GL_POS_X(dst_x) | GL_POS_Y(dst_y)); 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()
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-xiwarppointer.c | 82 swapl(&req->dst_y); in request_XIWarpPointer() 156 request.dst_y = 0; in test_XIWarpPointer() 172 request.dst_y = 1 << 16; in test_XIWarpPointer() 177 request.dst_y = -1 << 16; in test_XIWarpPointer()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | accel_2d.c | 164 uint16_t dst_x, uint16_t dst_y, in psb_accel_2d_copy() argument 175 psb_accel_2d_copy_direction(src_x - dst_x, src_y - dst_y); in psb_accel_2d_copy() 185 dst_y += size_y - 1; in psb_accel_2d_copy() 209 (dst_x << PSB_2D_DST_XSTART_SHIFT) | (dst_y << in psb_accel_2d_copy()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video_fb.h | 68 unsigned int dst_y, /* dest pos y */ 78 unsigned int dst_y, /* dest pos y */
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-yuv.c | 390 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical() 519 if (f->dst_y < 0) in ivtv_yuv_handle_vertical() 520 reg_289c = (reg_289c - ((f->dst_y & ~1)<<15))-(f->dst_y >>1); in ivtv_yuv_handle_vertical() 522 reg_289c = (reg_289c + ((f->dst_y & ~1)<<15))+(f->dst_y >>1); in ivtv_yuv_handle_vertical() 697 if ((osd_crop = f->pan_y - f->dst_y) > 0) { in ivtv_yuv_window_setup() 702 f->dst_y = 0; in ivtv_yuv_window_setup() 704 f->dst_y -= f->pan_y; in ivtv_yuv_window_setup() 707 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup() 734 f->dst_y += itv->yuv_info.osd_y_offset; in ivtv_yuv_window_setup() 749 f->dst_y &= ~1; in ivtv_yuv_window_setup() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_compositerects.c | 230 int dst_x, dst_y; in glamor_composite_rectangles() local 232 glamor_get_drawable_deltas(dst->pDrawable, pixmap, &dst_x, &dst_y); in glamor_composite_rectangles() 233 pixman_region_translate(®ion, dst_x, dst_y); in glamor_composite_rectangles() 236 __FUNCTION__, dst_x, dst_y, in glamor_composite_rectangles()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_self_test.c | 174 commit_info.dst_y = 0; in rockchip_drm_self_test_commit() 206 commit_info.dst_y = (vdisplay - BUFFER_HEIGHT) / 2; in rockchip_drm_self_test_commit() 212 commit_info.dst_y = 0; in rockchip_drm_self_test_commit()
|
| H A D | rockchip_drm_direct_show.h | 48 u32 dst_y; member
|
| H A D | rockchip_drm_direct_show.c | 285 commit_info->dst_x, commit_info->dst_y, in rockchip_drm_direct_show_commit() 302 commit_info->dst_x, commit_info->dst_y); in rockchip_drm_direct_show_commit()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | pixmap.c | 187 int x, int y, int dst_x, int dst_y, in PixmapStartDirtyTracking() argument 205 dirty_update->dst_y = dst_y; in PixmapStartDirtyTracking() 300 dirty->dst_y + dst_box.y1); in PixmapDirtyCopyArea()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/ |
| H A D | rga-hw.c | 166 unsigned int src_h, src_w, src_x, src_y, dst_h, dst_w, dst_x, dst_y; in rga_cmd_set_trans_info() local 187 dst_y = ctx->out.crop.top; in rga_cmd_set_trans_info() 324 offsets = rga_get_addr_offset(&ctx->out, dst_x, dst_y, dst_w, dst_h); in rga_cmd_set_trans_info()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | pixmapstr.h | 96 int dst_x, dst_y; member
|
| H A D | pixmap.h | 126 int x, int y, int dst_x, int dst_y,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_overlay.c | 807 iowrite32(params->dst_y << 16 | params->dst_x, ®s->DWINPOS); in intel_overlay_do_put_image() 940 rec->dst_y < pipe_config->pipe_src_h && in check_overlay_dst() 941 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h) in check_overlay_dst() 1147 params->dst_y = (((u32)params->dst_y << 12) / in intel_overlay_put_image_ioctl()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | video-Remove-trailing-whitespaces.patch | 237 - && (grub_addr_t) grub_video_fb_get_video_ptr (&target, dst_x, dst_y) 238 + && (grub_addr_t) grub_video_fb_get_video_ptr (&target, dst_x, dst_y) 246 - dst_x, dst_y) 247 + dst_x, dst_y)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_scrn.c | 59 s32 dst_x, dst_y; member 1030 s32 trans_y = dirty->unit->crtc.y - sdirty->dst_y; in vmw_sou_surface_fifo_commit() 1167 sdirty.dst_y = dest_y; in vmw_kms_sou_do_surface_dirty()
|