Searched refs:y1 (Results 51 - 75 of 142) sorted by relevance

123456

/linux-master/drivers/gpu/drm/
H A Ddrm_fbdev_generic.c145 size_t offset = clip->y1 * fb->pitches[0];
172 for (y = clip->y1; y < clip->y2; y++) {
221 if (!(clip->x1 < clip->x2 && clip->y1 < clip->y2))
H A Ddrm_fb_helper.c386 clip->x1 = clip->y1 = ~0;
403 clip->y1 = min_t(u32, clip->y1, clip_copy.y1);
448 helper->damage_clip.x1 = helper->damage_clip.y1 = ~0;
622 clip->y1 = min_t(u32, clip->y1, y);
648 u32 y1 = off / line_length; local
653 if (y1 > fb_height)
654 y1
[all...]
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h25 u32 y1:8; member in struct:pat_area
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-plane.c228 fb->pitches[0] * (state->src.y1 >> 16) +
235 fb->pitches[0] * (state->src.y1 >> 16) +
241 (((fb->pitches[1] >> 1) * (state->src.y1 >> 17) +
336 dst.x1, dst.y1, dst_w, dst_h);
/linux-master/crypto/
H A Dsm2.c331 MPI x1 = NULL, y1 = NULL; local
336 y1 = mpi_new(0);
350 /* sG + tP = (x1, y1) */
355 if (mpi_ec_get_affine(x1, y1, &sG, ec))
372 mpi_free(y1);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c119 uint32_t h = rect->y2 - rect->y1;
121 uint32_t y = rect->y1;
239 rect.y1,
241 rect.y2 - rect.y1);
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c130 int y = state->src.y1 >> 16;
146 int y = state->src.y1 >> 16;
165 int y = state->src.y1 >> 16;
505 ((new_state->src.y1 >> 16) & (fb->format->vsub - 1)))
596 ipu_dp_set_window_pos(ipu_plane->dp, dst->x1, dst->y1);
721 new_state->src.x1 >> 16, new_state->src.y1 >> 16);
732 new_state->src.x1 >> 16, new_state->src.y1 >> 16);
745 new_state->src.y1 >> 16);
761 eba, new_state->src.x1 >> 16, new_state->src.y1 >> 16);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c2315 if (crtc_state->psr2_su_area.y1 == -1)
2319 val |= ADLP_PSR2_MAN_TRK_CTL_SU_REGION_START_ADDR(crtc_state->psr2_su_area.y1);
2323 crtc_state->psr2_su_area.y1 % 4 ||
2327 crtc_state->psr2_su_area.y1 / 4 + 1);
2361 if (overlap_damage_area->y1 == -1) {
2362 overlap_damage_area->y1 = damage_area->y1;
2367 if (damage_area->y1 < overlap_damage_area->y1)
2368 overlap_damage_area->y1
[all...]
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S141 .macro mul_gf4, x0, x1, y0, y1, t0, t1
142 veor \t0, \y0, \y1
146 vand \x0, \x0, \y1
151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
152 veor \t0, \y0, \y1
160 vand \x0, \x0, \y1
169 y0, y1, y2, y3, t0, t1, t2, t3
172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
174 veor \y1, \y1, \y
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S87 .macro mul_gf4, x0, x1, y0, y1, t0, t1
88 eor \t0, \y0, \y1
92 and \x0, \x0, \y1
97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
98 eor \t0, \y0, \y1
106 and \x0, \x0, \y1
115 y0, y1, y2, y3, t0, t1, t2, t3
118 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3
120 eor \y1, \y1, \y
[all...]
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_plane_helper_test.c92 KUNIT_ASSERT_GE_MSG(test, plane_state->src.y1, 0,
94 plane_state->src.y1, DRM_RECT_FP_ARG(&plane_state->src));
/linux-master/include/drm/
H A Ddrm_plane.h270 .y1 = state->src_y,
282 .y1 = state->crtc_y,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_plane.c277 dest.y1 /= 2;
298 priv->viu.osd_sc_o_v_start_end = SCO_HV_START(dest.y1) |
356 fixed16_to_int(new_state->src.y1);
358 priv->viu.osd1_blk0_cfg[4] = ((dest.y2 - 1) << 16) | dest.y1;
362 priv->viu.osd_blend_din0_scope_v = ((dest.y2 - 1) << 16) | dest.y1;
/linux-master/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S115 #define round_head_2(a, b, x1, y1, x2, y2) \
125 G(RGI3, RGI4, y1, s1, s2, s3, s0); \
128 vmovq RGS2, y1; \
129 vpinsrq $1, RGS3, y1, y1; \
/linux-master/drivers/staging/media/av7110/
H A Dav7110_hw.c989 int x1, int y1, int inc, u8 __user * data)
996 h = y1 - y0 + 1;
1058 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1);
1081 ret = OSDSetColor(av7110, dc->color, dc->x0, dc->y0, dc->x1, dc->y1);
1110 dc->y1 = dc->y0;
1113 ret = OSDSetBlock(av7110, dc->x0, dc->y0, dc->x1, dc->y1, dc->color, dc->data);
1117 dc->x1-dc->x0+1, dc->y1, dc->color);
1121 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1, dc->color);
1125 dc->x0, dc->y0, dc->x1 - dc->x0, dc->y1 - dc->y0, dc->color);
1169 dc->x1 - dc->x0 + 1, dc->y1
988 OSDSetBlock(struct av7110 *av7110, int x0, int y0, int x1, int y1, int inc, u8 __user * data) argument
[all...]
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c189 static void NVSetClippingRectangle(struct fb_info *info, int x1, int y1, argument
193 int h = y2 - y1 + 1;
197 NVDmaNext(par, (y1 << 16) | x1);
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c142 s32 x1, y1; /* top left corner */ member in struct:rect
367 msg.dirt.rect[0].y1 = rect->y1;
/linux-master/drivers/input/mouse/
H A Delantech.c357 * byte 3: y7 y6 y5 y4 y3 y2 y1 y0
394 /* x1 < x2 and y1 < y2 when two fingers, x = y = 0 when not pressed */
397 unsigned int x1, unsigned int y1,
400 elantech_set_slot(dev, 0, num_fingers != 0, x1, y1);
413 unsigned int fingers, x1 = 0, y1 = 0, x2 = 0, y2 = 0; local
436 * byte 5: y7 y6 y5 y4 y3 y2 y1 y0
438 y1 = etd->y_max - (((packet[4] & 0x0f) << 8) | packet[5]);
453 y1 = etd->y_max -
473 input_report_abs(dev, ABS_Y, y1);
475 elantech_report_semi_mt_data(dev, fingers, x1, y1, x
395 elantech_report_semi_mt_data(struct input_dev *dev, unsigned int num_fingers, unsigned int x1, unsigned int y1, unsigned int x2, unsigned int y2) argument
564 unsigned int fingers = 0, x1 = 0, y1 = 0, x2 = 0, y2 = 0; local
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c712 u32 y1, y2; local
744 y1 = (first->dev_sof + 2048) << 16;
746 if (y2 < y1)
749 y = (u64)(y2 - y1) * (1ULL << 31) + (u64)y1 * (u64)x2
756 "%s: PTS %u y %llu.%06llu SOF %u.%06llu (x1 %u x2 %u y1 %u y2 %u SOF offset %u)\n",
760 x1, x2, y1, y2, clock->sof_offset);
770 y1 = NSEC_PER_SEC;
771 y2 = (u32)ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1;
785 y = (u64)(y2 - y1) * (u6
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c68 .dst.y1 = 0,
72 .src.y1 = 0,
236 cfg.src.top = state->state.src.y1 >> 16;
241 cfg.dst.top = state->state.dst.y1;
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c301 u32 y1, y2; local
328 * by draw lines between each (x1, y1) to (x2, y2).
334 y1 = data->levels[i];
336 dy = (s64)y2 - y1;
339 table[x] = y1 +
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1876 rects[i].y1 = du->gui_y;
1881 rects[i].y1 = 0;
2224 du->gui_y = rects[du->unit].y1;
2393 drm_rects[i].y1 = curr_rect.y;
2397 VMW_DEBUG_KMS(" x1 = %d y1 = %d x2 = %d y2 = %d\n",
2398 drm_rects[i].x1, drm_rects[i].y1,
2408 if (drm_rects[i].x1 < 0 || drm_rects[i].y1 < 0 ||
2412 drm_rects[i].x1, drm_rects[i].y1,
2506 dirty->fb_y = (s32) clips_ptr->y1;
2634 clips->y1 > siz
[all...]
H A Dvmwgfx_stdu.c1085 height = bb->y2 - bb->y1;
1091 dst_offset = bb->y1 * dst_pitch + bb->x1 * stdu->cpp;
1112 box->y = diff.rect.y1;
1121 diff.rect.y1, diff.rect.y2);
1229 box->y = clip.y1;
1273 box->y = clip->y1;
1286 vmw_stdu_populate_update(cmd, update->du->unit, bb->x1, bb->x2, bb->y1,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c134 cfg.src.top = state->state.src.y1 >> 16;
139 cfg.dst.top = state->state.dst.y1;
/linux-master/lib/crypto/mpi/
H A Dec.c939 #define y1 (p1->y) macro
959 if ((!mpi_cmp(x1, x2)) && (!mpi_cmp(y1, y2)) && (!mpi_cmp(z1, z2))) {
992 /* l4 = y1 z2^3 */
994 ec_mulm(l4, l4, y1, ctx);
1037 #undef y1 macro
1217 MPI x1, y1, z1, k, h, yy; local
1323 y1 = mpi_alloc_like(ctx->p);
1335 mpi_set(y1, yy);
1346 ec_mulm(y1, yy, z3, ctx);
1371 p1.y = y1; y
[all...]

Completed in 229 milliseconds

123456