Searched refs:y2 (Results 26 - 50 of 105) sorted by relevance

12345

/linux-master/drivers/gpu/drm/tiny/
H A Dst7586.c70 size_t len = (clip->x2 - clip->x1) * (clip->y2 - clip->y1);
84 for (y = clip->y1; y < clip->y2; y++) {
138 (rect->y2 >> 8) & 0xFF, (rect->y2 - 1) & 0xFF);
142 (end - start) * (rect->y2 - rect->y1));
182 .y2 = fb->height,
H A Dgm12u320.c256 int block, dst_offset, len, remain, ret, x1, x2, y1, y2; local
270 y2 = gm12u320->fb_update.rect.y2;
284 for (; y1 < y2; y1++) {
424 rect->y2 = max(rect->y2, dirty->y2);
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h117 static inline int interpolate(int y0, int y1, int y2, int x) argument
119 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
/linux-master/scripts/
H A Dbootgraph.pl177 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
191 $y2 = $y + 4;
205 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
207 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n";
/linux-master/drivers/gpu/drm/
H A Ddrm_plane_helper.c183 .y2 = src_y + src_h,
189 .y2 = crtc_y + crtc_h,
H A Ddrm_fb_dma_helper.c144 nb_bytes = (clip.y2 - clip.y1) * state->fb->pitches[i];
H A Ddrm_fb_helper.c387 clip->x2 = clip->y2 = 0;
405 clip->y2 = max_t(u32, clip->y2, clip_copy.y2);
624 clip->y2 = max_t(u32, clip->y2, y + height);
650 u32 y2 = DIV_ROUND_UP(end, line_length); local
655 if (y2 > fb_height)
656 y2 = fb_height;
658 if ((y2
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c153 /* Linearization calibration x, y1, y2 */
243 /* On YAS530 the x, y1 and y2 values are 12 bits */
258 /* On YAS532 the x, y1 and y2 values are 13 bits */
279 * @y2: the y2 axis measurement
284 static int yas530_measure(struct yas5xx *yas5xx, u16 *t, u16 *x, u16 *y1, u16 *y2) argument
330 *y2 = yas530_extract_axis(&data[6]);
344 *y2 = yas532_extract_axis(&data[6]);
365 * @y2: the y2 axi
368 yas537_measure(struct yas5xx *yas5xx, u16 *t, u16 *x, u16 *y1, u16 *y2) argument
504 u16 t_ref, t_comp, t, x, y1, y2; local
586 u16 t, x, y1, y2; local
1195 u16 t, x, y1, y2; local
[all...]
/linux-master/include/math-emu/
H A Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
525 r2 = x2 + y2 + _c2; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
539 r2 = x2 + y2; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
557 r2 = x2 - y2 - _c2; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
571 r2 = x2 - y2; \
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y
[all...]
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_draw.c167 bottom = clips->y2;
175 bottom = max_t(int, bottom, (int)clips_ptr->y2);
249 rects[i].bottom = clips_ptr->y2;
/linux-master/crypto/
H A Decc.c1155 /* P = (x1, y1) => 2P, (x2, y2) => P' */
1156 static void xycz_initial_double(u64 *x1, u64 *y1, u64 *x2, u64 *y2, argument
1163 vli_set(y2, y1, ndigits);
1175 apply_z(x2, y2, z, curve);
1178 /* Input P = (x1, y1, Z), Q = (x2, y2, Z)
1182 static void xycz_add(u64 *x1, u64 *y1, u64 *x2, u64 *y2, argument
1198 /* t4 = y2 - y1 */
1199 vli_mod_sub(y2, y2, y1, curve_prime, ndigits);
1200 /* t5 = (y2
1225 xycz_add_c(u64 *x1, u64 *y1, u64 *x2, u64 *y2, const struct ecc_curve *curve) argument
[all...]
/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S244 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
276 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
278 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
280 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
282 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
285 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
287 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
289 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
291 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
514 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y
[all...]
H A Dcamellia-aesni-avx-asm_64.S212 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
244 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
246 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
248 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
250 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
253 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
255 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
257 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
259 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
482 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y
[all...]
H A Dtwofish-avx-x86_64-asm_64.S115 #define round_head_2(a, b, x1, y1, x2, y2) \
135 G(RGI3, RGI4, y2, s1, s2, s3, s0); \
136 vmovq RGS2, y2; \
137 vpinsrq $1, RGS3, y2, y2;
/linux-master/drivers/video/fbdev/
H A Dtridentfb.c355 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h)
360 u32 d1 = point(x2, y2);
361 u32 d2 = point(x2 + w - 1, y2 + h - 1);
363 if ((y1 > y2) || ((y1 == y2) && (x1 > x2)))
443 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h)
448 if ((x1 < x2) && (y1 == y2)) {
457 if (y1 < y2) {
460 y2_tmp = y2 + h - 1;
463 y2_tmp = y2;
354 blade_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
442 xp_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
516 image_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
581 tgui_copy_rect(struct tridentfb_par *par, u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) argument
[all...]
H A Dvga16fb.c898 int x, x2, y2, vxres, vyres, width, height, line_ofs; local
911 y2 = rect->dy + rect->height;
913 y2 = y2 < vyres ? y2 : vyres;
920 height = y2 - rect->dy;
1029 int x, x2, y2, old_dx, old_dy, vxres, vyres; local
1050 y2 = area->dy + area->height;
1054 y2 = y2 < vyre
[all...]
H A Datafb.c2418 int x2, y2; local
2436 y2 = rect->dy + rect->height;
2438 y2 = y2 < info->var.yres_virtual ? y2 : info->var.yres_virtual;
2440 height = y2 - rect->dy;
2461 int x2, y2; local
2474 y2 = area->dy + area->height;
2478 y2 = y2 < inf
2515 int x2, y2; local
[all...]
/linux-master/drivers/gpu/drm/gud/
H A Dgud_pipe.c119 for (y = rect->y1; y < rect->y2; y++) {
317 gdrm->damage.y2 = 0;
345 rect.y2 = min_t(u32, rect.y1 + lines, damage->y2);
419 gdrm->damage.y2 = max(gdrm->damage.y2, damage->y2);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c2057 val |= ADLP_PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR(crtc_state->psr2_su_area.y2 - 1);
2061 crtc_state->psr2_su_area.y2 % 4);
2066 crtc_state->psr2_su_area.y2 / 4 + 1);
2095 overlap_damage_area->y2 = damage_area->y2;
2102 if (damage_area->y2 > overlap_damage_area->y2)
2103 overlap_damage_area->y2 = damage_area->y2;
2120 if (crtc_state->psr2_su_area.y2
[all...]
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_priv.h157 static inline int interpolate(int y0, int y1, int y2, int x) argument
159 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
/linux-master/include/drm/
H A Ddrm_plane.h270 .y2 = state->src_y + state->src_h,
282 .y2 = state->crtc_y + state->crtc_h,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_plane.c278 dest.y2 /= 2;
299 SCO_HV_END(dest.y2 - 1);
355 ((fixed16_to_int(new_state->src.y2) - 1) << 16) |
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/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1731 if (rects[i].y2 > bounding_box.y2)
1732 bounding_box.y2 = rects[i].y2;
1754 bb_mem = (u64) bounding_box.x2 * bounding_box.y2 * 4;
1888 rects[i].y2 = du->gui_y + crtc_state->mode.vdisplay;
1893 rects[i].y2 = 0;
2381 drm_rects[i].y2 = curr_rect.y + curr_rect.h;
2383 VMW_DEBUG_KMS(" x1 = %d y1 = %d x2 = %d y2 = %d\n",
2385 drm_rects[i].x2, drm_rects[i].y2);
[all...]
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c143 s32 x2, y2; /* bottom right corner, exclusive */ member in struct:rect
369 msg.dirt.rect[0].y2 = rect->y2;
/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).
335 y2 = data->levels[i + 1];
336 dy = (s64)y2 - y1;
344 table[x2] = y2;

Completed in 262 milliseconds

12345