| /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 53 if (src_x < dst_x) { in hw_bitblt_1() 56 dst_x += width - 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 186 if (src_x < dst_x) { in hw_bitblt_2() 189 dst_x += width - 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 | 68 swapl(&stuff->dst_x); in SProcXIWarpPointer() 84 int dst_x, dst_y; in ProcXIWarpPointer() local 118 dst_x = stuff->dst_x / (double) (1 << 16); in ProcXIWarpPointer() 152 x += dst_x; in ProcXIWarpPointer()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 447 void video_hw_rectfill (unsigned int bpp, unsigned int dst_x, in video_hw_rectfill() argument 456 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_rectfill() 462 unsigned int src_y, unsigned int dst_x, 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 201 dst_x = state->crtc_x; in sti_cursor_atomic_check() 203 dst_w = clamp_val(state->crtc_w, 0, mode->crtc_hdisplay - dst_x); 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 272 dst_x = state->crtc_x; in sti_cursor_atomic_update() 296 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
|
| H A D | sti_vid.c | 144 int dst_x = state->crtc_x; in sti_vid_commit() local 146 int dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_vid_commit() 163 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit() 164 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 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 638 dst_x = state->crtc_x; in sti_gdp_atomic_check() 640 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); 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 747 dst_x = state->crtc_x; in sti_gdp_atomic_update() 749 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); in sti_gdp_atomic_update() 789 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update() 790 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 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 1037 dst_x = state->crtc_x; in sti_hqvdp_atomic_check() 1039 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); 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 1144 dst_x = state->crtc_x; in sti_hqvdp_atomic_update() 1146 dst_w = clamp_val(state->crtc_w, 0, mode->hdisplay - dst_x); 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 210 dst_x = dst->x1; 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 377 dst_x = plane->state->crtc_x; 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 | 81 swapl(&req->dst_x); in request_XIWarpPointer() 159 request.dst_x = 1 << 16; in test_XIWarpPointer() 164 request.dst_x = -1 << 16; in test_XIWarpPointer() 169 request.dst_x = 0; in test_XIWarpPointer()
|
| /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 123 dst_x += width-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 233 SiS310SetupDSTXY(dst_x, dst_y) in SiS310SubsequentScreenToScreenCopy()
|
| /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() 180 dst_x += size_x - 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 | 67 unsigned int dst_x, /* dest pos x */ 77 unsigned int dst_x, /* dest pos x */
|
| /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/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpgw.c | 231 int dst_x = 0; in http_unescape() local 245 data[dst_x] = (char) strtol(hex, &stp, 16); in http_unescape() 246 dst_x += 1; in http_unescape() 249 else if (src_x != dst_x) in http_unescape() 255 data[dst_x] = data[src_x]; in http_unescape() 257 dst_x += 1; in http_unescape() 265 dst_x += 1; in http_unescape() 268 data[dst_x] = '\0'; in http_unescape()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | efifb.c | 142 u32 bmp_width, bmp_height, bmp_pitch, screen_pitch, dst_x, y, src_y; in efifb_show_boot_graphics() local 225 dst_x = bgrt_tab.image_offset_x; in efifb_show_boot_graphics() 228 (u32 *)dst + dst_x, bmp_width, si); in efifb_show_boot_graphics() 229 dst_x += bmp_width; in efifb_show_boot_graphics() 230 memset((u32 *)dst + dst_x, 0, (si->lfb_width - dst_x) * 4); in efifb_show_boot_graphics()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_self_test.c | 173 commit_info.dst_x = 0; in rockchip_drm_self_test_commit() 205 commit_info.dst_x = (hdisplay - BUFFER_WIDTH) / 2; in rockchip_drm_self_test_commit() 211 commit_info.dst_x = 0; in rockchip_drm_self_test_commit()
|
| H A D | rockchip_drm_direct_show.h | 47 u32 dst_x; 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/kernel/drivers/media/pci/ivtv/ |
| H A D | ivtv-yuv.c | 224 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x); in ivtv_yuv_handle_horizontal() 234 reg_2890 = f->dst_x; in ivtv_yuv_handle_horizontal() 715 if ((osd_crop = f->pan_x - f->dst_x) > 0) { in ivtv_yuv_window_setup() 720 f->dst_x = 0; in ivtv_yuv_window_setup() 722 f->dst_x -= f->pan_x; in ivtv_yuv_window_setup() 725 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) { in ivtv_yuv_window_setup() 733 f->dst_x += itv->yuv_info.osd_x_offset; in ivtv_yuv_window_setup() 740 f->dst_x &= ~1; in ivtv_yuv_window_setup() 779 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) || in ivtv_yuv_window_setup() 977 nf->dst_x = args->dst.left; in ivtv_yuv_setup_frame()
|
| /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 204 dirty_update->dst_x = dst_x; in PixmapStartDirtyTracking() 299 dirty->dst_x + dst_box.x1, 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 186 dst_x = ctx->out.crop.left; 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/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)
|