Home
last modified time | relevance | path

Searched refs:rect (Results 1 – 25 of 161) sorted by relevance

1234567

/Linux-v5.4/drivers/gpu/drm/
Ddrm_damage_helper.c314 struct drm_rect *rect) in drm_atomic_helper_damage_iter_next() argument
319 *rect = iter->plane_src; in drm_atomic_helper_damage_iter_next()
325 *rect = iter->clips[iter->curr_clip]; in drm_atomic_helper_damage_iter_next()
328 if (drm_rect_intersect(rect, &iter->plane_src)) { in drm_atomic_helper_damage_iter_next()
355 struct drm_rect *rect) in drm_atomic_helper_damage_merged() argument
361 rect->x1 = INT_MAX; in drm_atomic_helper_damage_merged()
362 rect->y1 = INT_MAX; in drm_atomic_helper_damage_merged()
363 rect->x2 = 0; in drm_atomic_helper_damage_merged()
364 rect->y2 = 0; in drm_atomic_helper_damage_merged()
368 rect->x1 = min(rect->x1, clip.x1); in drm_atomic_helper_damage_merged()
[all …]
/Linux-v5.4/drivers/gpu/drm/tiny/
Dili9225.c78 static void ili9225_fb_dirty(struct drm_framebuffer *fb, struct drm_rect *rect) in ili9225_fb_dirty() argument
82 unsigned int height = rect->y2 - rect->y1; in ili9225_fb_dirty()
83 unsigned int width = rect->x2 - rect->x1; in ili9225_fb_dirty()
100 DRM_DEBUG_KMS("Flushing [FB:%d] " DRM_RECT_FMT "\n", fb->base.id, DRM_RECT_ARG(rect)); in ili9225_fb_dirty()
105 ret = mipi_dbi_buf_copy(dbidev->tx_buf, fb, rect, swap); in ili9225_fb_dirty()
114 x1 = rect->x1; in ili9225_fb_dirty()
115 x2 = rect->x2 - 1; in ili9225_fb_dirty()
116 y1 = rect->y1; in ili9225_fb_dirty()
117 y2 = rect->y2 - 1; in ili9225_fb_dirty()
122 x1 = rect->y1; in ili9225_fb_dirty()
[all …]
Dst7586.c115 static void st7586_fb_dirty(struct drm_framebuffer *fb, struct drm_rect *rect) in st7586_fb_dirty() argument
128 rect->x1 = rounddown(rect->x1, 3); in st7586_fb_dirty()
129 rect->x2 = roundup(rect->x2, 3); in st7586_fb_dirty()
131 DRM_DEBUG_KMS("Flushing [FB:%d] " DRM_RECT_FMT "\n", fb->base.id, DRM_RECT_ARG(rect)); in st7586_fb_dirty()
133 ret = st7586_buf_copy(dbidev->tx_buf, fb, rect); in st7586_fb_dirty()
138 start = rect->x1 / 3; in st7586_fb_dirty()
139 end = rect->x2 / 3; in st7586_fb_dirty()
145 (rect->y1 >> 8) & 0xFF, rect->y1 & 0xFF, in st7586_fb_dirty()
146 (rect->y2 >> 8) & 0xFF, (rect->y2 - 1) & 0xFF); in st7586_fb_dirty()
150 (end - start) * (rect->y2 - rect->y1)); in st7586_fb_dirty()
[all …]
Dgm12u320.c99 struct drm_rect rect; member
276 x1 = gm12u320->fb_update.rect.x1; in gm12u320_copy_fb_to_blocks()
277 x2 = gm12u320->fb_update.rect.x2; in gm12u320_copy_fb_to_blocks()
278 y1 = gm12u320->fb_update.rect.y1; in gm12u320_copy_fb_to_blocks()
279 y2 = gm12u320->fb_update.rect.y2; in gm12u320_copy_fb_to_blocks()
442 gm12u320->fb_update.rect = *dirty; in gm12u320_fb_mark_dirty()
445 struct drm_rect *rect = &gm12u320->fb_update.rect; in gm12u320_fb_mark_dirty() local
447 rect->x1 = min(rect->x1, dirty->x1); in gm12u320_fb_mark_dirty()
448 rect->y1 = min(rect->y1, dirty->y1); in gm12u320_fb_mark_dirty()
449 rect->x2 = max(rect->x2, dirty->x2); in gm12u320_fb_mark_dirty()
[all …]
/Linux-v5.4/drivers/video/fbdev/sis/
Dsis_accel.c305 void fbcon_sis_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in fbcon_sis_fillrect() argument
318 cfb_fillrect(info, rect); in fbcon_sis_fillrect()
322 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect()
326 width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect->width; in fbcon_sis_fillrect()
327 height = ((rect->dy + rect->height) > vyres) ? (vyres - rect->dy) : rect->height; in fbcon_sis_fillrect()
330 case 8: col = rect->color; in fbcon_sis_fillrect()
333 case 32: col = ((u32 *)(info->pseudo_palette))[rect->color]; in fbcon_sis_fillrect()
340 SiS300SetupForSolidFill(ivideo, col, myrops[rect->rop]); in fbcon_sis_fillrect()
341 SiS300SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height); in fbcon_sis_fillrect()
347 SiS310SetupForSolidFill(ivideo, col, myrops[rect->rop]); in fbcon_sis_fillrect()
[all …]
/Linux-v5.4/drivers/staging/media/soc_camera/
Dmt9t031.c74 struct v4l2_rect rect; /* Sensor window */ member
198 struct v4l2_rect *rect, u16 xskip, u16 yskip) in mt9t031_set_params() argument
224 rect->left &= ~1; in mt9t031_set_params()
227 rect->left &= ~3; in mt9t031_set_params()
230 rect->left = rect->left > roundup(MT9T031_COLUMN_SKIP, 6) ? in mt9t031_set_params()
231 (rect->left / 6) * 6 : roundup(MT9T031_COLUMN_SKIP, 6); in mt9t031_set_params()
234 rect->top &= ~1; in mt9t031_set_params()
237 xskip, yskip, rect->width, rect->height, rect->left, rect->top); in mt9t031_set_params()
259 rect->left, rect->top); in mt9t031_set_params()
266 ret = reg_write(client, MT9T031_COLUMN_START, rect->left); in mt9t031_set_params()
[all …]
Dsoc_mt9v022.c152 struct v4l2_rect rect; /* Sensor window */ member
281 struct v4l2_rect rect = sel->r; in mt9v022_set_selection() local
291 rect.width = ALIGN(rect.width, 2); in mt9v022_set_selection()
292 rect.height = ALIGN(rect.height, 2); in mt9v022_set_selection()
296 soc_camera_limit_side(&rect.left, &rect.width, in mt9v022_set_selection()
299 soc_camera_limit_side(&rect.top, &rect.height, in mt9v022_set_selection()
307 rect.height + mt9v022->y_skip_top + 43); in mt9v022_set_selection()
319 ret = reg_write(client, MT9V022_COLUMN_START, rect.left); in mt9v022_set_selection()
321 ret = reg_write(client, MT9V022_ROW_START, rect.top); in mt9v022_set_selection()
335 rect.width > min_row - min_blank ? in mt9v022_set_selection()
[all …]
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c269 task->src.rect.w = task->dst.rect.w = UINT_MAX; in exynos_drm_ipp_task_alloc()
270 task->src.rect.h = task->dst.rect.h = UINT_MAX; in exynos_drm_ipp_task_alloc()
295 offsetof(struct exynos_drm_ipp_task, src.rect),
300 offsetof(struct exynos_drm_ipp_task, dst.rect),
496 if (!__size_limit_check(buf->rect.w, lh) || in exynos_drm_ipp_check_size_limits()
497 !__align_check(buf->rect.x, lh->align) || in exynos_drm_ipp_check_size_limits()
498 !__size_limit_check(buf->rect.h, lv) || in exynos_drm_ipp_check_size_limits()
499 !__align_check(buf->rect.y, lv->align)) in exynos_drm_ipp_check_size_limits()
595 ret = exynos_drm_ipp_check_scale_limits(&src->rect, &dst->rect, in exynos_drm_ipp_check_format()
613 if (src->rect.w == UINT_MAX) in exynos_drm_ipp_task_check()
[all …]
Dexynos_drm_fimc.c475 h1 = buf->rect.x; in fimc_set_window()
476 h2 = real_width - buf->rect.w - buf->rect.x; in fimc_set_window()
477 v1 = buf->rect.y; in fimc_set_window()
478 v2 = buf->buf.height - buf->rect.h - buf->rect.y; in fimc_set_window()
481 buf->rect.x, buf->rect.y, buf->rect.w, buf->rect.h, in fimc_set_window()
518 DRM_DEV_DEBUG_KMS(ctx->dev, "x[%d]y[%d]w[%d]h[%d]\n", buf->rect.x, in fimc_src_set_size()
519 buf->rect.y, buf->rect.w, buf->rect.h); in fimc_src_set_size()
525 cfg |= (EXYNOS_CIREAL_ISIZE_WIDTH(buf->rect.w) | in fimc_src_set_size()
526 EXYNOS_CIREAL_ISIZE_HEIGHT(buf->rect.h)); in fimc_src_set_size()
539 cfg = (EXYNOS_CIIYOFF_HORIZONTAL(buf->rect.x) | in fimc_src_set_size()
[all …]
/Linux-v5.4/drivers/media/i2c/
Dmt9m001.c98 struct v4l2_rect rect; /* Sensor window */ member
198 { MT9M001_COLUMN_START, mt9m001->rect.left }, in mt9m001_apply_selection()
199 { MT9M001_ROW_START, mt9m001->rect.top }, in mt9m001_apply_selection()
200 { MT9M001_WINDOW_WIDTH, mt9m001->rect.width - 1 }, in mt9m001_apply_selection()
202 mt9m001->rect.height + mt9m001->y_skip_top - 1 }, in mt9m001_apply_selection()
261 struct v4l2_rect rect = sel->r; in mt9m001_set_selection() local
272 rect.height = ALIGN(rect.height, 2); in mt9m001_set_selection()
275 rect.width = ALIGN(rect.width, 2); in mt9m001_set_selection()
276 rect.left = ALIGN(rect.left, 2); in mt9m001_set_selection()
278 rect.width = clamp_t(u32, rect.width, MT9M001_MIN_WIDTH, in mt9m001_set_selection()
[all …]
Dmt9m111.c234 struct v4l2_rect rect; /* cropping rectangle */ member
384 struct mt9m111_context *ctx, struct v4l2_rect *rect, in mt9m111_setup_rect_ctx() argument
388 int ret = mt9m111_reg_write(client, ctx->reducer_xzoom, rect->width); in mt9m111_setup_rect_ctx()
390 ret = mt9m111_reg_write(client, ctx->reducer_yzoom, rect->height); in mt9m111_setup_rect_ctx()
398 static int mt9m111_setup_geometry(struct mt9m111 *mt9m111, struct v4l2_rect *rect, in mt9m111_setup_geometry() argument
404 ret = reg_write(COLUMN_START, rect->left); in mt9m111_setup_geometry()
406 ret = reg_write(ROW_START, rect->top); in mt9m111_setup_geometry()
409 ret = reg_write(WINDOW_WIDTH, rect->width); in mt9m111_setup_geometry()
411 ret = reg_write(WINDOW_HEIGHT, rect->height); in mt9m111_setup_geometry()
417 rect, width, height); in mt9m111_setup_geometry()
[all …]
Dov6650.c198 struct v4l2_rect rect; /* sensor cropping window */ member
455 sel->r = priv->rect; in ov6650_get_selection()
468 struct v4l2_rect rect = sel->r; in ov6650_set_selection() local
475 v4l_bound_align_image(&rect.width, 2, W_CIF, 1, in ov6650_set_selection()
476 &rect.height, 2, H_CIF, 1, 0); in ov6650_set_selection()
477 v4l_bound_align_image(&rect.left, DEF_HSTRT << 1, in ov6650_set_selection()
478 (DEF_HSTRT << 1) + W_CIF - (__s32)rect.width, 1, in ov6650_set_selection()
479 &rect.top, DEF_VSTRT << 1, in ov6650_set_selection()
480 (DEF_VSTRT << 1) + H_CIF - (__s32)rect.height, 1, in ov6650_set_selection()
483 ret = ov6650_reg_write(client, REG_HSTRT, rect.left >> 1); in ov6650_set_selection()
[all …]
Dtvp5150.c60 struct v4l2_rect rect; member
782 decoder->rect.height = TVP5150_V_MAX_525_60; in tvp5150_s_std()
784 decoder->rect.height = TVP5150_V_MAX_OTHERS; in tvp5150_s_std()
1001 f->width = decoder->rect.width; in tvp5150_fill_fmt()
1002 f->height = decoder->rect.height / 2; in tvp5150_fill_fmt()
1018 struct v4l2_rect rect = sel->r; in tvp5150_set_selection() local
1027 __func__, rect.left, rect.top, rect.width, rect.height); in tvp5150_set_selection()
1030 rect.left = clamp(rect.left, 0, TVP5150_MAX_CROP_LEFT); in tvp5150_set_selection()
1031 rect.top = clamp(rect.top, 0, TVP5150_MAX_CROP_TOP); in tvp5150_set_selection()
1049 v4l_bound_align_image(&rect.width, in tvp5150_set_selection()
[all …]
/Linux-v5.4/drivers/video/fbdev/savage/
Dsavagefb_accel.c65 void savagefb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in savagefb_fillrect() argument
70 if (!rect->width || !rect->height) in savagefb_fillrect()
74 color = rect->color; in savagefb_fillrect()
76 color = ((u32 *)info->pseudo_palette)[rect->color]; in savagefb_fillrect()
83 BCI_CMD_SET_ROP(cmd, savagefb_rop[rect->rop]); in savagefb_fillrect()
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect()
89 BCI_SEND( BCI_W_H(rect->width, rect->height) ); in savagefb_fillrect()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-cpmem.c774 ipu_cpmem_set_resolution(ch, image->rect.width, image->rect.height); in ipu_cpmem_set_image()
781 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
783 image->u_offset : U_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
784 image->rect.top) - offset; in ipu_cpmem_set_image()
786 image->v_offset : V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
787 image->rect.top) - offset; in ipu_cpmem_set_image()
793 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
795 image->u_offset : V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
796 image->rect.top) - offset; in ipu_cpmem_set_image()
798 image->v_offset : U_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
[all …]
/Linux-v5.4/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c253 const struct fb_fillrect *rect) in mb86290fb_fillrect() argument
262 if (!rect->width || !rect->height || rect->dx > vxres in mb86290fb_fillrect()
263 || rect->dy > vyres) in mb86290fb_fillrect()
268 x2 = rect->dx + rect->width; in mb86290fb_fillrect()
269 y2 = rect->dy + rect->height; in mb86290fb_fillrect()
272 width = x2 - rect->dx; in mb86290fb_fillrect()
273 height = y2 - rect->dy; in mb86290fb_fillrect()
276 fg = ((u32 *) (info->pseudo_palette))[rect->color]; in mb86290fb_fillrect()
278 fg = rect->color; in mb86290fb_fillrect()
280 switch (rect->rop) { in mb86290fb_fillrect()
[all …]
/Linux-v5.4/drivers/video/fbdev/core/
Dtileblit.c37 struct fb_tilerect rect; in tile_clear() local
41 rect.index = vc->vc_video_erase_char & in tile_clear()
43 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()
44 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear()
45 rect.sx = sx; in tile_clear()
46 rect.sy = sy; in tile_clear()
47 rect.width = width; in tile_clear()
48 rect.height = height; in tile_clear()
49 rect.rop = ROP_COPY; in tile_clear()
51 info->tileops->fb_tilefill(info, &rect); in tile_clear()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnvc0_fbcon.c31 nvc0_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in nvc0_fbcon_fillrect() argument
38 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11); in nvc0_fbcon_fillrect()
42 if (rect->rop != ROP_COPY) { in nvc0_fbcon_fillrect()
49 OUT_RING (chan, ((uint32_t *)info->pseudo_palette)[rect->color]); in nvc0_fbcon_fillrect()
51 OUT_RING (chan, rect->color); in nvc0_fbcon_fillrect()
53 OUT_RING (chan, rect->dx); in nvc0_fbcon_fillrect()
54 OUT_RING (chan, rect->dy); in nvc0_fbcon_fillrect()
55 OUT_RING (chan, rect->dx + rect->width); in nvc0_fbcon_fillrect()
56 OUT_RING (chan, rect->dy + rect->height); in nvc0_fbcon_fillrect()
57 if (rect->rop != ROP_COPY) { in nvc0_fbcon_fillrect()
Dnv50_fbcon.c31 nv50_fbcon_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in nv50_fbcon_fillrect() argument
38 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11); in nv50_fbcon_fillrect()
42 if (rect->rop != ROP_COPY) { in nv50_fbcon_fillrect()
49 OUT_RING(chan, ((uint32_t *)info->pseudo_palette)[rect->color]); in nv50_fbcon_fillrect()
51 OUT_RING(chan, rect->color); in nv50_fbcon_fillrect()
53 OUT_RING(chan, rect->dx); in nv50_fbcon_fillrect()
54 OUT_RING(chan, rect->dy); in nv50_fbcon_fillrect()
55 OUT_RING(chan, rect->dx + rect->width); in nv50_fbcon_fillrect()
56 OUT_RING(chan, rect->dy + rect->height); in nv50_fbcon_fillrect()
57 if (rect->rop != ROP_COPY) { in nv50_fbcon_fillrect()
/Linux-v5.4/drivers/media/platform/qcom/camss/
Dcamss-vfe.c1567 struct v4l2_rect *rect; in vfe_try_format() local
1569 rect = __vfe_get_crop(line, cfg, which); in vfe_try_format()
1571 fmt->width = rect->width; in vfe_try_format()
1572 fmt->height = rect->height; in vfe_try_format()
1590 struct v4l2_rect *rect, in vfe_try_compose() argument
1597 if (rect->width > fmt->width) in vfe_try_compose()
1598 rect->width = fmt->width; in vfe_try_compose()
1600 if (rect->height > fmt->height) in vfe_try_compose()
1601 rect->height = fmt->height; in vfe_try_compose()
1603 if (fmt->width > rect->width * SCALER_RATIO_MAX) in vfe_try_compose()
[all …]
/Linux-v5.4/drivers/media/platform/
Dsh_vou.c81 struct v4l2_rect rect; member
423 struct v4l2_rect *rect = &vou_dev->rect; in sh_vou_configure_geometry() local
436 frame_out_height = rect->height / 2; in sh_vou_configure_geometry()
437 frame_out_top = rect->top / 2; in sh_vou_configure_geometry()
461 dsr_h = rect->width + rect->left; in sh_vou_configure_geometry()
467 rect->left, frame_out_top, dsr_h, dsr_v); in sh_vou_configure_geometry()
472 sh_vou_reg_ab_write(vou_dev, VOUDPR, (rect->left << 16) | frame_out_top); in sh_vou_configure_geometry()
712 geo.output = vou_dev->rect; in sh_vou_set_fmt_vid_out()
747 vou_dev->rect = geo.output; in sh_vou_set_fmt_vid_out()
834 vou_dev->rect.top = vou_dev->rect.left = 0; in sh_vou_s_std()
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dwmt_ge_rops.c41 void wmt_ge_fillrect(struct fb_info *p, const struct fb_fillrect *rect) in wmt_ge_fillrect() argument
50 fg = ((u32 *) (p->pseudo_palette))[rect->color]; in wmt_ge_fillrect()
52 fg = rect->color; in wmt_ge_fillrect()
65 writel(rect->dx, regbase + GE_DESTAREAX_OFF); in wmt_ge_fillrect()
66 writel(rect->dy, regbase + GE_DESTAREAY_OFF); in wmt_ge_fillrect()
67 writel(rect->width - 1, regbase + GE_DESTAREAW_OFF); in wmt_ge_fillrect()
68 writel(rect->height - 1, regbase + GE_DESTAREAH_OFF); in wmt_ge_fillrect()
72 writel(rect->rop == ROP_XOR ? 0x5a : 0xf0, regbase + GE_ROPCODE_OFF); in wmt_ge_fillrect()
Dhitfb.c125 static void hitfb_fillrect(struct fb_info *p, const struct fb_fillrect *rect) in hitfb_fillrect() argument
127 if (rect->rop != ROP_COPY) in hitfb_fillrect()
128 cfb_fillrect(p, rect); in hitfb_fillrect()
135 fb_writew(((u32 *) (p->pseudo_palette))[rect->color], in hitfb_fillrect()
137 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
138 rect->height); in hitfb_fillrect()
141 fb_writew(rect->color, HD64461_GRSCR); in hitfb_fillrect()
142 hitfb_accel_set_dest(0, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
143 rect->height); in hitfb_fillrect()
/Linux-v5.4/include/drm/
Ddrm_damage_helper.h46 #define drm_atomic_for_each_plane_damage(iter, rect) \ argument
47 while (drm_atomic_helper_damage_iter_next(iter, rect))
80 struct drm_rect *rect);
83 struct drm_rect *rect);
/Linux-v5.4/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c106 static void matroxfb_fillrect(struct fb_info* info, const struct fb_fillrect* rect);
108 static void matroxfb_cfb4_fillrect(struct fb_info* info, const struct fb_fillrect* rect);
327 static void matroxfb_fillrect(struct fb_info* info, const struct fb_fillrect* rect) { in matroxfb_fillrect() argument
330 switch (rect->rop) { in matroxfb_fillrect()
332 …_clear(minfo, ((u_int32_t *)info->pseudo_palette)[rect->color], rect->dy, rect->dx, rect->height, in matroxfb_fillrect()
395 static void matroxfb_cfb4_fillrect(struct fb_info* info, const struct fb_fillrect* rect) { in matroxfb_cfb4_fillrect() argument
398 switch (rect->rop) { in matroxfb_cfb4_fillrect()
400 …_clear(minfo, ((u_int32_t *)info->pseudo_palette)[rect->color], rect->dy, rect->dx, rect->height, in matroxfb_cfb4_fillrect()

1234567