Home
last modified time | relevance | path

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

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