/linux-6.6.21/drivers/gpu/drm/panel/ |
D | panel-simple.c | 530 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_simple_parse_panel_timing_node() 781 .hback_porch = { 88, 88, 88 }, 822 .hback_porch = { 87, 87, 48 }, 852 .hback_porch = { 45, 36, 6 }, 958 .hback_porch = { 87, 40, 1 }, 1034 .hback_porch = { 20, 50, 100 }, 1058 .hback_porch = { 59, 88, 117 }, 1112 .hback_porch = { 24, 88, 108 }, 1142 .hback_porch = { 84, 122, 844 }, 1172 .hback_porch = { 25, 50, 130 }, [all …]
|
D | panel-edp.c | 720 !PANEL_EDP_BOUNDS_CHECK(ot, dt, hback_porch) || in panel_edp_parse_panel_timing_node() 968 .hback_porch = { 21, 21, 21 }, 1315 .hback_porch = { 60, 60, 60 }, 1634 .hback_porch = { 80, 80, 84 },
|
D | panel-seiko-43wvf1g.c | 300 .hback_porch = { 89, 89, 89 },
|
/linux-6.6.21/drivers/gpu/drm/imx/dcss/ |
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()
|
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.6.21/drivers/video/ |
D | videomode.c | 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing()
|
D | of_display_timing.c | 65 ret |= parse_timing_property(np, "hback-porch", &dt->hback_porch); in of_parse_display_timing()
|
/linux-6.6.21/drivers/gpu/drm/kmb/ |
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.6.21/drivers/gpu/drm/tiny/ |
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.6.21/drivers/gpu/drm/omapdrm/dss/ |
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()
|
/linux-6.6.21/drivers/gpu/drm/exynos/ |
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.6.21/drivers/gpu/ipu-v3/ |
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.6.21/include/video/ |
D | videomode.h | 23 u32 hback_porch; member
|
D | display_timing.h | 68 struct timing_entry hback_porch; /* hor. back porch */ member
|
/linux-6.6.21/drivers/gpu/drm/bridge/ |
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()
|
D | tc358768.c | 689 video_start = (vm.hsync_len + vm.hback_porch) * 3; in tc358768_bridge_pre_enable() 695 video_start = (vm.hsync_len + vm.hback_porch) * 3; in tc358768_bridge_pre_enable() 702 video_start = (vm.hsync_len + vm.hback_porch) * 18 / 8; in tc358768_bridge_pre_enable() 709 video_start = (vm.hsync_len + vm.hback_porch) * 2; in tc358768_bridge_pre_enable() 837 val = (u32)div_u64(vm.hback_porch * in tc358768_bridge_pre_enable() 856 val = (u32)div_u64((vm.hsync_len + vm.hback_porch) * in tc358768_bridge_pre_enable()
|
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.6.21/drivers/media/pci/cobalt/ |
D | m00233_video_measure_memmap_package.h | 23 uint32_t hback_porch; /* Reg 0x0018 */ member
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
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.6.21/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 78 videomode.hback_porch + videomode.hsync_len; in connector_get_modes()
|
/linux-6.6.21/drivers/gpu/drm/arm/ |
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()
|
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.6.21/drivers/gpu/drm/atmel-hlcdc/ |
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()
|
D | atmel_hlcdc_crtc.c | 108 vm.hback_porch = adj->crtc_htotal - adj->crtc_hsync_end; in atmel_hlcdc_crtc_mode_set_nofb() 118 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
/linux-6.6.21/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 106 DCU_HSYN_PARA_BP(vm.hback_porch) | in fsl_dcu_drm_crtc_mode_set_nofb()
|