Searched refs:y1 (Results 101 - 125 of 141) sorted by relevance

123456

/linux-master/drivers/media/test-drivers/
H A Dvim2m.c382 u8 y, y1, u, v; local
390 y1 = ((8453 * (*r) + 16594 * (*g) + 3223 * (*b)
396 *(*dst)++ = y1;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c352 int rows = (1 + area->y1 - area->y0);
364 pat->area.y1 += engine->tcm->y_offset;
488 .x1 = slice.p1.x, .y1 = slice.p1.y,
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c198 u16 y1 = y; local
213 buf[1] = (y1 >> 8) & 0xff;
214 buf[2] = (y1 >> 0) & 0xff;
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic.c691 clips->y1 >= clips->y2 ||
693 clips->y1 < 0 ||
699 clips->y1, clips->x2, clips->y2);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c594 pipe_cfg.src_rect.y1 = 0;
763 pipe_cfg->src_rect.y1 & 0x1 ||
845 pipe_cfg->src_rect.y1 >>= 16;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_plane.c471 vc4_state->src_y = DIV_ROUND_CLOSEST(state->src.y1, 1 << 16);
476 vc4_state->crtc_y = state->dst.y1;
478 vc4_state->crtc_h = state->dst.y2 - state->dst.y1;
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase507c.c253 asyh->base.y = asyw->state.src.y1 >> 16;
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c4086 unsigned int x0 = 0, y0 = 0, x1 = 0, y1 = 0; local
4111 y1 = zoom->zoom_region.resolution.height + y0;
4113 if ((x0 > x1) || (y0 > y1) || (x1 > pipe_in_res.width) || (y1 > pipe_in_res.height))
4136 y1 = (y1 * in_frame_info->res.height) / (pipe_in_res.height);
4141 ((y1 - y0 - filter_envelope) * HRT_GDC_N) / in_frame_info->res.height;
4145 uds->yc = (uint16_t)y0 + (((y1) - (y0)) / 2);
4154 ia_css_debug_dtrace(IA_CSS_DEBUG_TRACE, "x0=%d, y0=%d, x1=%d, y1=%d\n",
4155 x0, y0, x1, y1);
[all...]
/linux-master/include/uapi/drm/
H A Ddrm_mode.h1327 * @y1: Vertical starting coordinate (inclusive).
1338 __s32 y1; member in struct:drm_mode_rect
H A Ddrm.h98 unsigned short y1; member in struct:drm_clip_rect
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_composer.c79 if (pos >= frame_info->rotated.y1 && pos < frame_info->rotated.y2)
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c116 s8 y1; member in struct:bmc150_magn_trim_regs
401 (((s16)tregs->y1) << 3);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c669 u32 y1 = y0 + in_h - 1; local
681 writel(x1 << 16 | y1, base + ADE_OVLY_CH_XY1(ovly_ch));
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c623 hstate->src_y = s->src.y1;
627 hstate->crtc_y = s->dst.y1;
/linux-master/drivers/gpu/drm/armada/
H A Darmada_overlay.c112 old_state->src.y1 != new_state->src.y1 ||
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c892 src_y = src->y1;
897 crtc_y = dest->y1;
/linux-master/drivers/video/fbdev/
H A Dcg6.c201 u32 x1, y1, z1, color1; member in struct:cg6_fbc
376 sbus_writel(area->sy + area->height - 1, &fbc->y1);
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c719 int y = dst->y1;
774 int crtc_y = plane_state->uapi.dst.y1;
H A Dintel_atomic_plane.c947 drm_rect_translate(dst, -clip->x1, -clip->y1);
978 src_y = src->y1 >> 16;
H A Dintel_sprite.c374 int crtc_y = plane_state->uapi.dst.y1;
788 int crtc_y = plane_state->uapi.dst.y1;
1115 int crtc_y = plane_state->uapi.dst.y1;
H A Dintel_fbdev.c260 if (!(clip->x1 < clip->x2 && clip->y1 < clip->y2))
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c307 cmd_hdr.y = (s16)clips->y1;
309 cmd_hdr.h = (u16)clips->y2 - clips->y1;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c874 if (new_plane_state->src.x1 || new_plane_state->src.y1) {
877 new_plane_state->src.x1, new_plane_state->src.y1,
962 dsp_sty = dest->y1 + crtc->mode.vtotal - crtc->mode.vsync_start;
971 offset += (src->y1 >> 16) * fb->pitches[0];
1015 offset += (src->y1 >> 16) * fb->pitches[1] / fb->format->vsub;
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c746 window.src.y = new_state->src.y1 >> 16;
750 window.dst.y = new_state->dst.y1;
981 y = new_state->dst.y1;
985 value = (src.y1 & tegra->vmask) << 16 | (src.x1 & tegra->hmask);
/linux-master/drivers/gpu/drm/udl/
H A Dudl_modeset.c223 for (i = clip->y1; i < clip->y2; i++) {

Completed in 445 milliseconds

123456