Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcvt.c49 u32 h_back_porch; member
264 mode->left_margin = cvt->h_back_porch; in fb_cvt_convert_to_mode()
358 cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin; in fb_find_mode_cvt()
359 cvt.h_front_porch = cvt.hblank - cvt.hsync - cvt.h_back_porch + in fb_find_mode_cvt()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_intf.c100 hsync_period = p->hsync_pulse_width + p->h_back_porch + p->width + in dpu_hw_intf_setup_timing_engine()
110 hsync_start_x = p->h_back_porch + p->hsync_pulse_width; in dpu_hw_intf_setup_timing_engine()
148 display_v_start += p->hsync_pulse_width + p->h_back_porch; in dpu_hw_intf_setup_timing_engine()
H A Ddpu_hw_intf.h22 u32 h_back_porch; member
H A Ddpu_encoder_phys_vid.c74 timing->h_back_porch = mode->htotal - mode->hsync_end; in drm_mode_to_intf_timing_params()
106 timing->h_back_porch += timing->h_front_porch; in drm_mode_to_intf_timing_params()
117 timing->h_back_porch + timing->h_front_porch + in get_horizontal_total()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h30 unsigned int h_back_porch; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_dsi.h176 u32 h_back_porch; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c258 uint32_t h_back_porch; in enc1_stream_encoder_dp_set_stream_attribute() local
439 h_back_porch = h_blank - hw_crtc_timing.h_front_porch - in enc1_stream_encoder_dp_set_stream_attribute()
443 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in enc1_stream_encoder_dp_set_stream_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c287 uint32_t h_back_porch; in dce110_stream_encoder_dp_set_stream_attribute() local
481 h_back_porch = h_blank - hw_crtc_timing.h_front_porch - in dce110_stream_encoder_dp_set_stream_attribute()
485 h_active_start = hw_crtc_timing.h_sync_width + h_back_porch; in dce110_stream_encoder_dp_set_stream_attribute()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/
H A Ddw_drm_dsi.c787 dsi->ldi.h_back_porch = dsi->cur_mode.htotal - dsi->cur_mode.hsync_end; in dsi_mipi_init()
800 hbp_time = dsi->ldi.h_back_porch * dsi->phy.lane_byte_clk / pixel_clk; in dsi_mipi_init()
801 hline_time = DIV_ROUND_UP((dsi->ldi.h_pulse_width + dsi->ldi.h_back_porch + in dsi_mipi_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dhdmi.c1170 unsigned int h_sync_width, h_front_porch, h_back_porch, i, rekey; in tegra_hdmi_encoder_enable() local
1195 h_back_porch = mode->htotal - mode->hsync_end; in tegra_hdmi_encoder_enable()
1223 pulse_start = 1 + h_sync_width + h_back_porch - 10; in tegra_hdmi_encoder_enable()
1275 value |= HDMI_CTRL_MAX_AC_PACKET((h_sync_width + h_back_porch + in tegra_hdmi_encoder_enable()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp.c33 disp_info->h_back_porch + disp_info->h_front_porch; in exynos_dp_disp_info()
896 priv->disp_info.h_back_porch = fdtdec_get_int(blob, node, in exynos_dp_ofdata_to_platdata()
H A Dexynos_dp_lowlevel.c1101 writel(H_B_PORCH_CFG_L(priv->disp_info.h_back_porch), in exynos_dp_config_video_bist()
1103 writel(H_B_PORCH_CFG_H(priv->disp_info.h_back_porch), in exynos_dp_config_video_bist()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.c1120 uint32_t h_back_porch, hsync_offset, h_sync_start; in dce110_timing_generator_validate_timing() local
1159 h_back_porch = h_blank - (h_sync_start - in dce110_timing_generator_validate_timing()
1164 if (h_back_porch < tg110->min_h_back_porch) in dce110_timing_generator_validate_timing()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c447 u16 h_back_porch; member
2042 it6616->vinfo.h_back_porch = (h_total - h_active - h_front_porch - h_sync_w); in it6616_hdmi_rx_get_video_info()
2071 dev_dbg(dev, "HBackPorch = %d\n", it6616->vinfo.h_back_porch*2); in it6616_hdmi_rx_get_video_info()
2075 dev_dbg(dev, "HBackPorch = %d\n", it6616->vinfo.h_back_porch); in it6616_hdmi_rx_get_video_info()
3385 bt->hbackporch = it6616->vinfo.h_back_porch; in it6616_get_detected_timings()
3393 bt->hbackporch = it6616->vinfo.h_back_porch * 2; in it6616_get_detected_timings()