Searched refs:vsync (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dmonitors.h44 u_int16_t vsync; /* Vertical Sync */ member in struct:monitor
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_dacnv50.c72 bool data, bool vsync, bool hsync)
79 0x00000004 * ! vsync |
71 nv50_dac_power(struct nvkm_ior *dac, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
H A Dnouveau_nvkm_engine_disp_sornv50.c53 bool data, bool vsync, bool hsync)
52 nv50_sor_power(struct nvkm_ior *sor, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
H A Dnouveau_nvkm_engine_disp_piornv50.c64 bool data, bool vsync, bool hsync)
63 nv50_pior_power(struct nvkm_ior *pior, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
H A Dior.h61 bool data, bool vsync, bool hsync);
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_displayid.h88 u8 vsync[2]; member in struct:displayid_detailed_timings_1
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_modes.c167 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local
224 vsync = 4;
226 vsync = 5;
228 vsync = 6;
230 vsync = 7;
232 vsync = 7;
234 vsync = 10;
257 if (tmp1 < (vsync + CVT_MIN_V_PORCH))
258 vsyncandback_porch = vsync + CVT_MIN_V_PORCH;
262 vback_porch = vsyncandback_porch - vsync;
[all...]
H A Ddrm_edid.c82 /* use +hsync +vsync for detailed mode */
2566 /* it is incorrect if hsync/vsync width is zero */
2659 int vsync, vmin, vmax; local
2667 vsync = drm_mode_vrefresh(mode);
2669 return (vsync <= vmax && vsync >= vmin);
5036 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 8) + 1; local
5039 bool vsync_positive = (timings->vsync[
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_ns2501.c143 #define NS2501_REG80 0x80 /* low-byte vsync-start */
144 #define NS2501_REG81 0x81 /* high-byte vsync-start */
221 u16 vsync; /* manual vertical sync start, 80/81 */ member in struct:ns2501_configuration
248 .vsync = 2047, /* actually, ignored with this config */
268 .vsync = 807,
287 .vsync = 2047,
578 "vsync start : %d\n"
579 "vsync end : %d\n"
630 ns2501_writeb(dvo, NS2501_REG80, conf->vsync & 0xff);
631 ns2501_writeb(dvo, NS2501_REG81, conf->vsync >>
[all...]
H A Dvlv_dsi.c1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
1107 vsync = I915_READ(MIPI_VSYNC_PADDING_COUNT(port));
1117 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
1257 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start;
1294 I915_WRITE(MIPI_VSYNC_PADDING_COUNT(port), vsync); local
H A Dintel_crt.c714 u32 vsync = I915_READ(vsync_reg); local
715 u32 vsync_start = (vsync & 0xffff) + 1;
H A Dintel_vbt_defs.h105 BDB_EFP_LIST = 21, /* workarounds for VGA hsync/vsync */
911 u16 vsync; member in struct:generic_dtd_entry
H A Dintel_bios.c373 panel_fixed_mode->vsync_start + dtd->vsync;
H A Dintel_display.c18639 u32 vsync; member in struct:intel_display_error_state::intel_transcoder_error_state
18719 error->transcoder[i].vsync = I915_READ(VSYNC(cpu_transcoder));
18782 err_printf(m, " VSYNC: %08x\n", error->transcoder[i].vsync);
/netbsd-current/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_drv.h267 u32 vsync; member in struct:ast_vbios_enhtable
H A Dast_mode.c212 vbios_mode->enh_table->vsync);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d1188 Expression vsync;
1192 vsync = new DotIdExp(funcdecl.loc, symbolToExp(cd, funcdecl.loc, sc2, false), Id.classinfo);
1197 vsync = new VarExp(funcdecl.loc, funcdecl.vthis);
1200 vsync = new PtrExp(funcdecl.loc, vsync);
1201 vsync = new IndexExp(funcdecl.loc, vsync, IntegerExp.literal!0);
1205 sbody = new SynchronizedStatement(funcdecl.loc, vsync, sbody);
/netbsd-current/sys/sys/
H A Dvideoio.h2281 * @vsync: Vertical Sync length in lines
2301 * tot_height = height + vfrontporch + vsync + vbackporch +
2316 u_int32_t vsync; member in struct:v4l2_bt_timings
2413 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + \
3222 struct v4l2_event_vsync vsync; member in union:v4l2_event::__anon1438
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c2225 Expression *vsync; local
2229 vsync = new DotIdExp(loc, resolve(loc, sc2, cd, false), Id::classinfo);
2234 vsync = new VarExp(loc, vthis);
2237 sbody = new SynchronizedStatement(loc, vsync, sbody);
/netbsd-current/sys/dev/pci/
H A Dtga.c1526 (m->vsync << 16) |

Completed in 334 milliseconds