/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 529 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 780 .hfront_porch = { 1, 40, 168 }, 821 .hfront_porch = { 12, 112, 312 }, 851 .hfront_porch = { 16, 210, 354 }, 957 .hfront_porch = { 20, 40, 200 }, 1033 .hfront_porch = { 20, 50, 100 }, 1057 .hfront_porch = { 39, 58, 77 }, 1111 .hfront_porch = { 36, 120, 148 }, 1141 .hfront_porch = { 126, 184, 1266 }, 1171 .hfront_porch [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 480 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, hfront_porch) || in panel_simple_parse_panel_timing_node() 740 .hfront_porch = { 16, 210, 354 }, 791 .hfront_porch = { 18, 119, 119 }, 942 .hfront_porch = { 20, 40, 200 }, 1016 .hfront_porch = { 20, 50, 100 }, 1040 .hfront_porch = { 39, 58, 77 }, 1094 .hfront_porch = { 36, 120, 148 }, 1124 .hfront_porch = { 126, 184, 1266 }, 1154 .hfront_porch = { 25, 50, 130 }, 1503 .hfront_porch [all...] |
/kernel/linux/linux-5.10/drivers/video/ |
H A D | videomode.c | 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | videomode.c | 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_wp.c | 182 timing_h |= FLD_VAL(vm->hfront_porch, 19, 8); in hdmi_wp_video_config_timing() 202 vm->hfront_porch = param->vm.hfront_porch; in hdmi_wp_init_vid_fmt_timings() 219 vm->hfront_porch *= 2; in hdmi_wp_init_vid_fmt_timings()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/ |
H A D | kmb_crtc.c | 24 u32 hfront_porch; member 93 vm.hfront_porch = 0; in kmb_crtc_set_mode() 101 vm.hfront_porch, vm.hsync_len); in kmb_crtc_set_mode() 110 kmb_write_lcd(kmb, LCD_H_FRONTPORCH, vm.hfront_porch); in kmb_crtc_set_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_wp.c | 182 timing_h |= FLD_VAL(vm->hfront_porch, 19, 8); in hdmi_wp_video_config_timing() 202 vm->hfront_porch = param->vm.hfront_porch; in hdmi_wp_init_vid_fmt_timings() 219 vm->hfront_porch *= 2; in hdmi_wp_init_vid_fmt_timings()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | videomode.h | 22 u32 hfront_porch; member
|
H A D | display_timing.h | 67 struct timing_entry hfront_porch; /* hor. front porch */ member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | videomode.h | 22 u32 hfront_porch; member
|
H A D | display_timing.h | 67 struct timing_entry hfront_porch; /* hor. front porch */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_mic.c | 171 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing() 175 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing() 203 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing() 207 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_mic.c | 171 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing() 175 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing() 203 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing() 207 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/dcss/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tv.c | 151 u16 hfront_porch; member 227 .hfront_porch = 18, 253 .hfront_porch = 3, 332 mode->hsync_start = mode->hdisplay + tv_mode->hfront_porch; in sun4i_tv_mode_to_drm_mode()
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | m00233_video_measure_memmap_package.h | 25 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 76 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | m00233_video_measure_memmap_package.h | 25 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 138 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb() 159 hdlcd_write(hdlcd, HDLCD_REG_H_FRONT_PORCH, vm.hfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings() 300 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display.c | 267 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings() 300 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 137 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb() 158 hdlcd_write(hdlcd, HDLCD_REG_H_FRONT_PORCH, vm.hfront_porch - 1); in hdlcd_crtc_mode_set_nofb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 77 width = videomode.hactive + videomode.hfront_porch + in connector_get_modes()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | tc358775.c | 378 u32 hback_porch, hsync_len, hfront_porch, hactive, htime1, htime2; in tc_bridge_enable() local 395 hfront_porch = mode->hsync_start - mode->hdisplay; in tc_bridge_enable() 400 htime2 = (hfront_porch << 16) + hactive; in tc_bridge_enable() 435 t2 = ((100000 / clkdiv)) * (hactive + hback_porch + hsync_len + hfront_porch) / 1000; in tc_bridge_enable()
|