Searched refs:h_back_porch (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/core/
H A Dfbcvt.c49 u32 h_back_porch; member in struct:fb_cvt_data
275 mode->left_margin = cvt->h_back_porch; fb_cvt_convert_to_mode()
369 cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin; fb_find_mode_cvt()
370 cvt.h_front_porch = cvt.hblank - cvt.hsync - cvt.h_back_porch + fb_find_mode_cvt()
/linux-4.1.27/drivers/gpu/drm/tegra/
H A Dhdmi.c837 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; tegra_hdmi_encoder_mode_set() local
851 h_back_porch = mode->htotal - mode->hsync_end; tegra_hdmi_encoder_mode_set()
879 pulse_start = 1 + h_sync_width + h_back_porch - 10; tegra_hdmi_encoder_mode_set()
927 value |= HDMI_CTRL_MAX_AC_PACKET((h_sync_width + h_back_porch + tegra_hdmi_encoder_mode_set()

Completed in 101 milliseconds