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

123456

/linux-master/tools/include/uapi/drm/
H A Ddrm.h98 unsigned short y1; member in struct:drm_clip_rect
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_wb.c189 wb_cfg->roi.y1 = 0;
H A Ddpu_crtc.c725 r->y1 = 0;
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h288 #define CFG_CKEY_Y1(y1) ((y1)<<16)
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c428 norect.x1 = norect.y1 = 0;
646 .y1 = 0,
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c828 u8 y1 = (y & 0x0700) >> 8; local
835 ast_set_index_reg(ast, AST_IO_VGACRI, 0xc7, y1);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1481 color_plane_info->y = r.y1;
1707 src_y = plane_state->uapi.src.y1 >> 16;
H A Dintel_display.c799 int y = dst->y1;
5058 PIPE_CONF_CHECK_I(name.y1); \
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c529 clip.y1 = 0;
/linux-master/drivers/gpu/drm/
H A Ddrm_format_helper.c116 return clip->y1 * pitch + clip->x1 * cpp;
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c444 drm_clflush_virt_range(vmap->vaddr + clip->y1 * fb->pitches[0],
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h1347 .y1 = INT_MAX/2, \
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1584 # Using QPainter::drawLine(int x1, int y1, int x2, int y2) so x2 = width -1
1783 y1 = self.height - 1
1787 painter.drawLine(0, y1, x1, y1)
1788 painter.drawLine(0, y1, 0, y1 - 3)
1789 painter.drawLine(x1, y1, x1, y1 - 3)
/linux-master/drivers/hid/
H A Dhid-wiimote-modules.c1835 s16 x1, y1, x2, y2; local
1842 r = sscanf(buf, "%hd:%hd %hd:%hd", &x1, &y1, &x2, &y2);
1851 wdata->state.calib_pro_sticks[1] = y1;
H A Dwacom_wac.c1230 static int int_dist(int x1, int y1, int x2, int y2) argument
1233 int y = y2 - y1;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5321 clips->x1, clips->y1,
5322 clips->x2 - clips->x1, clips->y2 - clips->y1,
5371 clips->y1, clips->x2 - clips->x1,
5372 clips->y2 - clips->y1, &i, false);

Completed in 331 milliseconds

123456