/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 796 .hback_porch = { 87, 87, 48 }, 826 .hback_porch = { 45, 36, 6 }, 900 .hback_porch = { 87, 40, 1 }, 1344 .hback_porch = { 64, 79, 94 }, 1809 .hback_porch = { 1, 1, 1 }, 1996 .hback_porch = { 1, 1, 10 }, 2051 .hback_porch = { 1, 1, 10 }, 2417 .hback_porch = { 2, 2, 2 }, 2707 .hback_porch = { 6, 26, 45 }, 3310 .hback_porch = {46, 46, 46}, [all …]
|
A D | panel-edp.c | 687 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_edp_parse_panel_timing_node() 937 .hback_porch = { 21, 21, 21 }, 1308 .hback_porch = { 60, 60, 60 }, 1627 .hback_porch = { 80, 80, 84 },
|
A D | panel-seiko-43wvf1g.c | 290 .hback_porch = { 89, 89, 89 },
|
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/ |
A D | dcss-ss.c | 135 lrc_x = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set() 142 hsync_start = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_ss_sync_set() 157 de_ulc_x = vm->hsync_len + vm->hback_porch - 1; in dcss_ss_sync_set() 163 de_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_ss_sync_set()
|
A D | dcss-dtg.c | 213 dtg_lrc_x = vm->hfront_porch + vm->hback_porch + vm->hsync_len + in dcss_dtg_sync_set() 217 dis_ulc_x = vm->hsync_len + vm->hback_porch - 1; in dcss_dtg_sync_set() 219 dis_lrc_x = vm->hsync_len + vm->hback_porch + vm->hactive - 1; in dcss_dtg_sync_set()
|
/linux-6.3-rc2/drivers/video/ |
A D | videomode.c | 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing()
|
A D | of_display_timing.c | 65 ret |= parse_timing_property(np, "hback-porch", &dt->hback_porch); in of_parse_display_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 25 u32 hback_porch; member 94 vm.hback_porch = 0; in kmb_crtc_set_mode() 100 vm.vsync_len, m->crtc_hdisplay, vm.hback_porch, in kmb_crtc_set_mode() 109 kmb_write_lcd(kmb, LCD_H_BACKPORCH, vm.hback_porch); in kmb_crtc_set_mode()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | hdmi_wp.c | 181 timing_h |= FLD_VAL(vm->hback_porch, 31, 20); in hdmi_wp_video_config_timing() 201 vm->hback_porch = param->vm.hback_porch; in hdmi_wp_init_vid_fmt_timings() 221 vm->hback_porch *= 2; in hdmi_wp_init_vid_fmt_timings()
|
A D | hdmi5_core.c | 244 cfg->vm.hback_porch + cfg->vm.hsync_len; in hdmi_core_init() 267 video_cfg->v_fc_config.vm.hback_porch *= 2; in hdmi_core_init()
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | panel-mipi-dbi.c | 235 u16 hback_porch, vback_porch; in panel_mipi_dbi_get_mode() local 246 hback_porch = mode->htotal - mode->hsync_end; in panel_mipi_dbi_get_mode() 255 mode->hsync_end > mode->hdisplay || (hback_porch + mode->hdisplay) > 0xffff || in panel_mipi_dbi_get_mode() 266 dbidev->left_offset = hback_porch; in panel_mipi_dbi_get_mode()
|
/linux-6.3-rc2/drivers/gpu/drm/exynos/ |
A D | exynos_drm_mic.c | 171 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing() 174 reg = MIC_VBP_SIZE(vm.hback_porch) + in mic_set_porch_timing() 203 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing() 206 reg = MIC_HBP_SIZE_2D(vm.hback_porch) + in mic_set_output_timing()
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
A D | ipu-di.c | 206 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_interlaced() 249 sig->mode.hback_porch, in ipu_di_sync_config_interlaced() 269 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_noninterlaced() 305 sig->mode.hback_porch, in ipu_di_sync_config_noninterlaced() 346 sig->mode.hback_porch, in ipu_di_sync_config_noninterlaced()
|
/linux-6.3-rc2/include/video/ |
A D | videomode.h | 23 u32 hback_porch; member
|
A D | display_timing.h | 68 struct timing_entry hback_porch; /* hor. back porch */ member
|
/linux-6.3-rc2/drivers/gpu/drm/bridge/ |
A D | tc358775.c | 379 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local 388 hback_porch = mode->htotal - mode->hsync_end; in tc_bridge_enable() 393 htime1 = (hback_porch << 16) + hsync_len; in tc_bridge_enable() 436 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable() 440 vsdelay = (clkdiv * (t1 + t3) / byteclk) - hback_porch - hsync_len - hactive; in tc_bridge_enable()
|
A D | nwl-dsi.c | 261 int hfront_porch, hback_porch, vfront_porch, vback_porch; in nwl_dsi_config_dpi() local 266 hback_porch = dsi->mode.htotal - dsi->mode.hsync_end; in nwl_dsi_config_dpi() 273 DRM_DEV_DEBUG_DRIVER(dsi->dev, "hback_porch = %d\n", hback_porch); in nwl_dsi_config_dpi() 317 nwl_dsi_write(dsi, NWL_DSI_HBP, hback_porch); in nwl_dsi_config_dpi()
|
/linux-6.3-rc2/drivers/media/pci/cobalt/ |
A D | m00233_video_measure_memmap_package.h | 23 uint32_t hback_porch; /* Reg 0x0018 */ member
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | display.c | 266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings() 299 vm->hback_porch = ovt->hbp; in omap_video_timings_to_videomode()
|
/linux-6.3-rc2/drivers/gpu/drm/xen/ |
A D | xen_drm_front_conn.c | 78 videomode.hback_porch + videomode.hsync_len; in connector_get_modes()
|
/linux-6.3-rc2/drivers/gpu/drm/arm/ |
A D | hdlcd_crtc.c | 138 vm.hback_porch = m->crtc_htotal - m->crtc_hsync_end; in hdlcd_crtc_mode_set_nofb() 157 hdlcd_write(hdlcd, HDLCD_REG_H_BACK_PORCH, vm.hback_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
A D | malidp_hw.c | 364 MALIDP_DE_H_BACKPORCH(mode->hback_porch); in malidp500_modeset() 486 vm->hback_porch + vm->hsync_len; in malidp500_se_calc_mclk() 681 MALIDP_DE_H_BACKPORCH(mode->hback_porch); in malidp550_modeset() 827 vm->hback_porch + vm->hsync_len; in malidp550_se_calc_mclk()
|
/linux-6.3-rc2/drivers/gpu/drm/atmel-hlcdc/ |
A D | atmel_hlcdc_dc.c | 502 int hback_porch = mode->htotal - mode->hsync_end; in atmel_hlcdc_dc_mode_valid() local 512 hback_porch > dc->desc->max_hpw + 1 || hback_porch < 1 || in atmel_hlcdc_dc_mode_valid()
|
A D | atmel_hlcdc_crtc.c | 87 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb() 97 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_crtc.c | 106 DCU_HSYN_PARA_BP(vm.hback_porch) | in fsl_dcu_drm_crtc_mode_set_nofb()
|