| /linux/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 109 if(src_y >= 2048) { in SiS300SubsequentScreenToScreenCopy() 110 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy() 111 src_y = 0; in SiS300SubsequentScreenToScreenCopy() 126 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 130 SiS300SetupSRCXY(src_x, src_y) in SiS300SubsequentScreenToScreenCopy() 191 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, 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 …]
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_trace.h | 34 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h), 35 TP_ARGS(plane, crtc, fb, crtc_x, crtc_y, crtc_w, crtc_h, src_x, src_y, src_w, src_h), 45 __field(u32, src_y) 58 __entry->src_y = src_y; 66 __entry->src_x >> 16, __entry->src_y >> 16,
|
| H A D | armada_overlay.c | 262 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, in armada_overlay_plane_update() argument 271 src_x, src_y, src_w, src_h); in armada_overlay_plane_update() 294 plane_state->src_y = src_y; in armada_overlay_plane_update()
|
| /linux/drivers/video/fbdev/via/ |
| H A D | accel.c | 41 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_1() argument 58 if (src_y < dst_y) { in hw_bitblt_1() 60 src_y += height - 1; in hw_bitblt_1() 85 || src_y & 0xFFFFF000) { in hw_bitblt_1() 87 "x/y %d %d\n", src_x, src_y); in hw_bitblt_1() 90 tmp = src_x | (src_y << 16); in hw_bitblt_1() 174 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y, in hw_bitblt_2() argument 191 if (src_y < dst_y) { in hw_bitblt_2() 193 src_y += height - 1; in hw_bitblt_2() 254 || src_y & 0xFFFFF000) { in hw_bitblt_2() [all …]
|
| H A D | viafbdev.h | 54 u32 *src_mem, u32 src_addr, u32 src_pitch, u32 src_x, u32 src_y,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane_helper.c | 112 .src_y = src->y1, in drm_plane_helper_check_update() 169 uint32_t src_x, uint32_t src_y, in drm_plane_helper_update_primary() argument 178 .y = src_y >> 16, in drm_plane_helper_update_primary() 182 .y1 = src_y, in drm_plane_helper_update_primary() 184 .y2 = src_y + src_h, in drm_plane_helper_update_primary()
|
| H A D | drm_plane.c | 952 uint32_t src_x, uint32_t src_y, in __setplane_check() argument 980 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, fb); in __setplane_check() 1024 uint32_t src_x, uint32_t src_y, in __setplane_internal() argument 1047 src_x, src_y, src_w, src_h); in __setplane_internal() 1054 src_x, src_y, src_w, src_h, ctx); in __setplane_internal() 1076 uint32_t src_x, uint32_t src_y, in __setplane_atomic() argument 1097 src_x, src_y, src_w, src_h); in __setplane_atomic() 1103 src_x, src_y, src_w, src_h, ctx); in __setplane_atomic() 1112 uint32_t src_x, uint32_t src_y, in setplane_internal() argument 1124 src_x, src_y, src_w, src_h, &ctx); in setplane_internal() [all …]
|
| /linux/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 513 vc4_state->src_y = state->src.y1; in vc4_plane_setup_clipping_and_scaling() 515 vc4_state->src_h[0] = state->src.y2 - vc4_state->src_y; in vc4_plane_setup_clipping_and_scaling() 851 vc4_state->crtc_h, vc4_state->src_y, channel); in vc4_write_scaling_parameters() 1221 u32 tiling, src_x, src_y; in vc4_plane_mode_set() local 1265 src_y = vc4_state->src_y >> 16; in vc4_plane_mode_set() 1267 src_y += height - 1; in vc4_plane_mode_set() 1280 offsets[i] += src_y / (i ? v_subsample : 1) * fb->pitches[i]; in vc4_plane_mode_set() 1304 u32 tiles_t = src_y >> tile_h_shift; in vc4_plane_mode_set() 1309 u32 tile_y = (src_y >> 4) & 1; in vc4_plane_mode_set() 1310 u32 subtile_y = (src_y >> 2) & 3; in vc4_plane_mode_set() [all …]
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | overlay.c | 94 uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h, in verify_scaling() argument 103 if (src_x != 0 || src_y != 0) { in verify_scaling() 105 src_x, src_y); in verify_scaling() 116 uint32_t src_x, uint32_t src_y, in nv10_update_plane() argument 136 src_y >>= 16; in nv10_update_plane() 157 nvif_wr32(dev, NV_PVIDEO_POINT_IN(flip), src_y << 16 | src_x); in nv10_update_plane() 367 uint32_t src_x, uint32_t src_y, in nv04_update_plane() argument 382 src_y >>= 16; in nv04_update_plane() 386 ret = verify_scaling(fb, 0, src_x, src_y, src_w, src_h, crtc_w, crtc_h); in nv04_update_plane()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_framebuffer.c | 211 u32 src_x, u32 src_y, u32 src_w, u32 src_h) in komeda_fb_check_src_coords() argument 218 if ((src_x + src_w > fb->width) || (src_y + src_h > fb->height)) { in komeda_fb_check_src_coords() 224 (src_y % info->vsub) || (src_h % info->vsub)) { in komeda_fb_check_src_coords() 226 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords() 231 (src_y % block_h) || (src_h % block_h)) { in komeda_fb_check_src_coords() 233 src_x, src_y, src_w, src_h, info->format); in komeda_fb_check_src_coords()
|
| H A D | komeda_framebuffer.h | 43 u32 src_x, u32 src_y, u32 src_w, u32 src_h);
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_plane.c | 66 unsigned int src_x, src_y; in exynos_plane_mode_set() local 83 src_y = state->src_y >> 16; in exynos_plane_mode_set() 103 src_y += ((-crtc_y) * exynos_state->v_ratio) >> 16; in exynos_plane_mode_set() 109 exynos_state->src.y = src_y; in exynos_plane_mode_set()
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-scaler.c | 340 unsigned int src_x, src_y; in vimc_scaler_fill_src_frame() local 344 for (src_y = 0; src_y < src_fmt->height; src_y++) { in vimc_scaler_fill_src_frame() 347 snk_y = (src_y * r->height) / src_fmt->height + r->top; in vimc_scaler_fill_src_frame()
|
| /linux/include/drm/ |
| H A D | drm_plane.h | 116 uint32_t src_y; member 278 .y1 = state->src_y, in drm_plane_state_src() 280 .y2 = state->src_y + state->src_h, in drm_plane_state_src() 331 uint32_t src_x, uint32_t src_y,
|
| H A D | drm_plane_helper.h | 38 uint32_t src_x, uint32_t src_y,
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 427 plane->state->src_y = new_state->src_y; in mdp5_plane_atomic_async_update() 751 u32 src_x, u32 src_y, in mdp5_hwpipe_mode_set() argument 769 MDP5_PIPE_SRC_XY_Y(src_y)); in mdp5_hwpipe_mode_set() 858 uint32_t src_x, src_y; in mdp5_plane_mode_set() local 873 src_y = src->y1; in mdp5_plane_mode_set() 884 src_y = src_y >> 16; in mdp5_plane_mode_set() 892 fb->base.id, src_x, src_y, src_w, src_h, in mdp5_plane_mode_set() 940 src_x, src_y, src_w, src_h); in mdp5_plane_mode_set() 946 src_x + src_w, src_y, src_w, src_h); in mdp5_plane_mode_set()
|
| /linux/drivers/video/ |
| H A D | sticore.c | 197 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() argument 205 .src_y = src_y, in sti_set() 207 .dest_y = src_y, in sti_set() 230 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() argument 238 .src_y = src_y * font->height, in sti_clear() 240 .dest_y = src_y * font->height, in sti_clear() 267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() argument 274 .src_y = src_y * font->height, in sti_bmove()
|
| /linux/include/video/ |
| H A D | sticore.h | 296 s16 src_y; /* source upper left pixel y location */ member 398 void sti_set(struct sti_struct *sti, int src_y, int src_x, 400 void sti_clear(struct sti_struct *sti, int src_y, int src_x, 402 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_plane.c | 271 plane->state->src_y != old_state->src_y || in virtio_gpu_primary_plane_update() 281 plane->state->src_y >> 16); in virtio_gpu_primary_plane_update() 290 plane->state->src_y >> 16); in virtio_gpu_primary_plane_update() 297 plane->state->src_y >> 16); in virtio_gpu_primary_plane_update() 555 plane->state->src_y >> 16, in virtio_panic_flush()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_plane_helper_test.c | 69 mock->src_y = params->src.y; in drm_plane_helper_init() 83 unsigned int src_x, unsigned int src_y, in check_src_eq() argument 86 struct drm_rect expected = DRM_RECT_INIT(src_x, src_y, src_w, src_h); in check_src_eq()
|
| H A D | drm_framebuffer_test.c | 451 const uint32_t src_y; member 467 .expect = -ENOSPC, .src_y = 1, .fb_size = UINT_MAX, 481 const uint32_t src_y = params->src_y; in drm_test_framebuffer_check_src_coords() local 490 ret = drm_framebuffer_check_src_coords(src_x, src_y, src_w, src_h, &fb); in drm_test_framebuffer_check_src_coords()
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | malidp_planes.c | 534 if ((new_plane_state->src_x >> 16) % block_w || (new_plane_state->src_y >> 16) % block_h) { in malidp_de_plane_check() 742 u32 src_w, src_h, val = 0, src_x, src_y; in malidp_de_set_plane_afbc() local 760 src_y = plane->state->src_y >> 16; in malidp_de_set_plane_afbc() 767 val = ((fb->height - (src_y + src_h)) << MALIDP_AD_CROP_BOTTOM_OFFSET) | in malidp_de_set_plane_afbc() 768 src_y; in malidp_de_set_plane_afbc()
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_plane.c | 87 if ((new_plane_state->src_y >> 16) % finfo->vsub != 0) { in tidss_plane_atomic_check() 90 __func__, (new_plane_state->src_y >> 16), finfo->vsub); in tidss_plane_atomic_check()
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-plane.h | 41 uint32_t src_x, uint32_t src_y, uint32_t src_w,
|
| /linux/drivers/gpu/drm/atmel-hlcdc/ |
| H A D | atmel_hlcdc_plane.c | 54 uint32_t src_y; member 747 hstate->src_y = s->src.y1 >> 16; in atmel_hlcdc_plane_atomic_check() 770 offset = (hstate->src_y / ydiv) * in atmel_hlcdc_plane_atomic_check() 780 offset = ((hstate->src_y + hstate->src_h - 1) / in atmel_hlcdc_plane_atomic_check() 789 offset = ((hstate->src_y + hstate->src_h - 1) / in atmel_hlcdc_plane_atomic_check() 798 offset = (hstate->src_y / ydiv) * fb->pitches[i]; in atmel_hlcdc_plane_atomic_check()
|