Searched refs:vsync_start (Results 76 - 100 of 194) sorted by relevance

12345678

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-innolux-p079zca.c215 .vsync_start = 1024 + 20,
248 .vsync_start = 2048 + 100,
H A Dpanel-magnachip-d53e6ea8966.c465 .vsync_start = 544 + 10,
478 .vsync_start = 544 + 10,
H A Dpanel-orisetech-otm8009a.c83 .vsync_start = 800 + 15,
97 .vsync_start = 800 + 15,
H A Dpanel-himax-hx8394.c191 .vsync_start = 1440 + 9,
324 .vsync_start = 1280 + 12,
H A Dpanel-leadtek-ltk500hd1829.c224 .vsync_start = 1280 + 24,
469 .vsync_start = 1280 + 30,
H A Dpanel-tpo-td028ttec1.c276 .vsync_start = 640 + 4,
H A Dpanel-samsung-s6d27a1.c61 .vsync_start = 800 + 11,
H A Dpanel-sharp-lq101r1sx01.c269 .vsync_start = 1600 + 4,
H A Dpanel-olimex-lcd-olinuxino.c168 mode->vsync_start = lcd_mode->vactive + lcd_mode->vfp;
H A Dpanel-raspberrypi-touchscreen.c208 .vsync_start = 480 + 7,
H A Dpanel-samsung-db7430.c76 .vsync_start = 800 + 6,
H A Dpanel-asus-z00t-tm5p5-n35596.c158 .vsync_start = 1920 + 4,
H A Dpanel-startek-kd070fhfid015.c208 .vsync_start = 1920 + 8,
H A Dpanel-elida-kd35t133.c175 .vsync_start = 480 + 2,
H A Dpanel-synaptics-r63353.c221 .vsync_start = 1280 + 2,
H A Dpanel-leadtek-ltk050h3146w.c316 .vsync_start = 1280 + 9,
407 .vsync_start = 1280 + 12,
503 .vsync_start = 1280 + 18,
/linux-master/drivers/gpu/drm/sti/
H A Dsti_dvo.c124 timing.blanking_lines = mode->vsync_start - mode->vdisplay;
125 timing.trailing_lines = mode->vtotal - mode->vsync_start;
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c377 VICH1VSSETR_VSA(mode->vsync_end - mode->vsync_start);
381 vich1vpsetr = VICH1VPSETR_VFP(mode->vsync_start - mode->vdisplay) |
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c458 le16val = cpu_to_le16(mode->vsync_end - mode->vsync_start);
468 mode->vsync_start - mode->vdisplay);
H A Dchrontel-ch7033.c356 int vbporch = mode->vsync_start - mode->vdisplay;
357 int vsynclen = mode->vsync_end - mode->vsync_start;
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c498 int vfront_porch = mode->vsync_start - mode->vdisplay;
500 int vsync_len = mode->vsync_end - mode->vsync_start;
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c164 value = ((mode->vsync_end - mode->vsync_start) << 16) /* VSYNW */
165 | mode->vsync_start; /* VSYNP */
/linux-master/drivers/gpu/drm/imx/lcdc/
H A Dimx-lcdc.c171 lvcr = FIELD_PREP(IMX21LCDC_LVCR_VFPORCH, crtc->mode.vsync_start - crtc->mode.vdisplay) |
172 FIELD_PREP(IMX21LCDC_LVCR_VWIDTH, crtc->mode.vsync_end - crtc->mode.vsync_start) |
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c739 val |= (mode->vtotal - mode->vsync_start) << 16;
744 val = mode->vsync_end - mode->vsync_start;
766 val |= (mode->vtotal - mode->vsync_start) << 16;
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c281 mode->vsync_start = output_mode->vsync_start;
545 output_mode->vsync_start - 1;

Completed in 201 milliseconds

12345678