Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c157 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
221 vsync = 0x4; in drm_cvt_mode()
223 vsync = 0x5; in drm_cvt_mode()
225 vsync = 0x6; in drm_cvt_mode()
227 vsync = 0x7; in drm_cvt_mode()
229 vsync = 0x7; in drm_cvt_mode()
231 vsync = 0xa; in drm_cvt_mode()
253 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) { in drm_cvt_mode()
254 vsyncandback_porch = vsync + CVT_MIN_V_PORCH; in drm_cvt_mode()
259 vback_porch = vsyncandback_porch - vsync; in drm_cvt_mode()
[all...]
H A Ddrm_edid.c73 /* use +hsync +vsync for detailed mode */
2616 /* it is incorrect if hsync/vsync width is zero */ in drm_mode_detailed()
2709 int vsync, vmin, vmax; in mode_in_vsync_range() local
2719 vsync = drm_mode_vrefresh(mode); in mode_in_vsync_range()
2721 return (vsync <= vmax && vsync >= vmin); in mode_in_vsync_range()
5328 unsigned vsync = (timings->vsync[0] | (timings->vsync[1] & 0x7f) << 0x8) + 1; in drm_mode_displayid_detailed() local
5331 bool vsync_positive = (timings->vsync[ in drm_mode_displayid_detailed()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_dfm.h93 hi_s32 vsync; member
H A Ddrv_hdmi_frl.c214 dfm->vsync = video_def->vsync; in frl_dfm_construct()
H A Ddrv_hdmi_common.h1072 hi_u32 vsync; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dvideodev2.h1357 * @vsync: Vertical Sync length in lines
1377 * tot_height = height + vfrontporch + vsync + vbackporch +
1392 __u32 vsync; member
1494 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
2312 struct v4l2_event_vsync vsync; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dvideodev2.h1357 * @vsync: Vertical Sync length in lines
1377 * tot_height = height + vfrontporch + vsync + vbackporch +
1392 __u32 vsync; member
1494 ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfrontporch + (bt)->il_vsync + (bt)->il_vbackporch)
2312 struct v4l2_event_vsync vsync; member

Completed in 27 milliseconds