Searched refs:vsync (Results 1 – 25 of 49) sorted by relevance
12
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | display-timing.txt | 21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in 27 - vsync-active: vsync pulse is active low/high/ignored 89 vsync-len = <2>; 109 vsync-len = <0 5 6>;
|
| H A D | displaymode.txt | 10 - upper-margin, lower-margin, vsync-len: Vertical display timing 17 - vsync-active-high (bool): Vsync pulse is active high 40 vsync-len = <2>;
|
| H A D | atmel-hlcdc.txt | 39 vsync-len = <11>;
|
| H A D | rockchip-lvds.txt | 74 vsync-len = <5>;
|
| H A D | exynos-dp.txt | 15 samsung,v-sync-width: vsync value
|
| H A D | tegra20-dc.txt | 76 vsync-len = <4>;
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | at91sam9g45-gurnard.dts | 50 vsync-len = <1>; 52 vsync-active = <0>; 64 vsync-len = <10>; 66 vsync-active = <0>;
|
| H A D | am335x-pxm50.dts | 53 vsync-len = <6>; 55 vsync-active = <1>;
|
| H A D | rk3399-evb.dts | 200 vsync-len = <4>; 203 vsync-active = <0>; 341 vsync-len = <3>; 345 vsync-active = <0>;
|
| H A D | tegra20-medcom-wide.dts | 56 vsync-len = <4>;
|
| H A D | at91sam9263ek.dts | 122 vsync-len = <1>; 124 vsync-active = <1>;
|
| H A D | at91sam9261ek.dts | 63 vsync-len = <1>; 65 vsync-active = <1>;
|
| H A D | at91sam9rlek.dts | 59 vsync-len = <1>; 61 vsync-active = <1>;
|
| H A D | tegra20-tec.dts | 68 vsync-len = <15>;
|
| H A D | at91sam9x5dm.dtsi | 44 vsync-len = <2>;
|
| H A D | at91sam9g25ek.dts | 62 vsync-active = <1>;
|
| H A D | at91sam9m10g45ek.dts | 194 vsync-active = <1>; 244 vsync-len = <1>;
|
| H A D | logicpd-torpedo-37xx-devkit.dts | 176 vsync-len = <11>; 178 vsync-active = <0>; 390 vsync-active = <1>;
|
| H A D | logicpd-som-lv-37xx-devkit.dts | 143 vsync-len = <11>; 145 vsync-active = <1>;
|
| H A D | rk3308-evb.dts | 245 vsync-len = <20>; 247 vsync-active = <0>;
|
| H A D | rv1108-evb.dts | 164 vsync-len = <4>; 168 vsync-active = <0>;
|
| H A D | tegra20-colibri.dts | 39 vsync-len = <2>;
|
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 138 u32 hfrontporch, hsync, hbackporch, vfrontporch, vsync, vbackporch; in rk628_hdmirx_get_timing() local 222 vsync = vs; in rk628_hdmirx_get_timing() 231 vsync = vsync + 1; in rk628_hdmirx_get_timing() 246 hdmirx->mode.vend = hdmirx->mode.vstart + vsync; in rk628_hdmirx_get_timing() 253 hfrontporch, hsync, hbackporch, vfrontporch, vsync, vbackporch, interlaced); in rk628_hdmirx_get_timing()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mb862xx.c | 235 unsigned long t1, hsync, vsync; in card_init() local 295 vsync = 1000000000L / t1; in card_init() 299 res_mode->yres, bpp, (hsync / 1000), (vsync / 1000)); in card_init()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 2341 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local 2394 vsync = 4; in drm_cvt_mode() 2396 vsync = 5; in drm_cvt_mode() 2398 vsync = 6; in drm_cvt_mode() 2400 vsync = 7; in drm_cvt_mode() 2402 vsync = 7; in drm_cvt_mode() 2404 vsync = 10; in drm_cvt_mode() 2427 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) in drm_cvt_mode() 2428 vsyncandback_porch = vsync + CVT_MIN_V_PORCH; in drm_cvt_mode() 2466 drm_mode->vsync_end = drm_mode->vsync_start + vsync; in drm_cvt_mode() [all …]
|
12