Home
last modified time | relevance | path

Searched refs:VSYNC (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/gnu/dts/arm/
Dimx53-qsb-common.dtsi280 /* VGA_HSYNC, VSYNC with max drive strength */
Dam437x-gp-evm.dts243 0x0e0 (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS VSYNC */
Dam437x-sk-evm.dts339 0x0e0 (PIN_OUTPUT | MUX_MODE0) /* DSS VSYNC */
Dam43x-epos-evm.dts233 0x0E0 (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS VSYNC */
Dat91sam9g45.dtsi515 AT91_PIOB 29 AT91_PERIPH_A AT91_PINCTRL_NONE /* VSYNC */
/freebsd-10-stable/sys/dev/drm2/i915/
Dintel_crt.c353 vsync_reg = VSYNC(pipe); in intel_crt_load_detect()
Dintel_display.c2879 I915_WRITE(TRANS_VSYNC(pipe), I915_READ(VSYNC(pipe))); in ironlake_pch_enable()
4161 I915_WRITE(VSYNC(pipe), in i9xx_crtc_mode_set()
4735 I915_WRITE(VSYNC(pipe), in ironlake_crtc_mode_set()
5647 int vsync = I915_READ(VSYNC(pipe)); in intel_crtc_mode_get()
7209 error->pipe[i].vsync = I915_READ(VSYNC(i)); in intel_display_capture_error_state()
Di915_reg.h1535 #define VSYNC(pipe) _PIPE(pipe, _VSYNC_A, _VSYNC_B) macro