Searched refs:vfront_porch (Results 1 – 17 of 17) sorted by relevance
| /linux-4.4.14/drivers/video/ |
| D | videomode.c | 24 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
|
| D | of_display_timing.c | 72 ret |= parse_timing_property(np, "vfront-porch", &dt->vfront_porch); in of_parse_display_timing()
|
| /linux-4.4.14/drivers/gpu/ipu-v3/ |
| D | ipu-di.c | 217 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_interlaced() 280 sig->mode.vback_porch + sig->mode.vfront_porch; in ipu_di_sync_config_noninterlaced() 522 if (mode->vfront_porch >= 2) in ipu_di_adjust_videomode() 525 diff = 2 - mode->vfront_porch; in ipu_di_adjust_videomode() 528 mode->vfront_porch = 2; in ipu_di_adjust_videomode() 531 mode->vfront_porch = 2; in ipu_di_adjust_videomode()
|
| /linux-4.4.14/include/video/ |
| D | videomode.h | 28 u32 vfront_porch; member
|
| D | display_timing.h | 69 struct timing_entry vfront_porch; /* ver. front porch */ member
|
| /linux-4.4.14/drivers/media/pci/cobalt/ |
| D | m00233_video_measure_memmap_package.h | 32 uint32_t vfront_porch; /* Reg 0x0010 */ member
|
| D | cobalt-v4l2.c | 569 cobalt_info("rx%d: vfb: %d\n", rx, ioread32(&vmr->vfront_porch)); in cobalt_video_input_status_show()
|
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | display.c | 282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings() 315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
|
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_crtc.c | 68 vm.vfront_porch = adj->crtc_vsync_start - adj->crtc_vdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 79 (vm.vfront_porch - 1) | (vm.vback_porch << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
| D | atmel_hlcdc_dc.c | 349 int vfront_porch = mode->vsync_start - mode->vdisplay; in atmel_hlcdc_dc_mode_valid() local 367 if (vfront_porch > 0x40 || vfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos_drm_mic.c | 161 vm.vback_porch + vm.vfront_porch); in mic_set_porch_timing() 165 MIC_VFP_SIZE(vm.vfront_porch); in mic_set_porch_timing()
|
| D | exynos_drm_dsi.c | 877 | DSIM_STABLE_VFP(vm->vfront_porch) in exynos_dsi_set_display_mode() 1679 vm->vfront_porch = m->vsync_start - m->vdisplay; in exynos_dsi_mode_set()
|
| /linux-4.4.14/Documentation/devicetree/bindings/display/panel/ |
| D | display-timing.txt | 67 | | |vfront_porch | | |
|
| /linux-4.4.14/arch/arm/mach-omap2/ |
| D | board-ldp.c | 195 .vfront_porch = { 0, 2, 0 },
|
| /linux-4.4.14/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 723 .vfront_porch = { 1, 1, 10 }, 747 .vfront_porch = { 7, 7, 7 }, 983 .vfront_porch = { 13, 13, 13 },
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_modes.c | 593 dmode->vsync_start = dmode->vdisplay + vm->vfront_porch; in drm_display_mode_from_videomode() 634 vm->vfront_porch = dmode->vsync_start - dmode->vdisplay; in drm_display_mode_to_videomode()
|
| /linux-4.4.14/drivers/video/fbdev/core/ |
| D | fbmon.c | 1412 fbmode->lower_margin = vm->vfront_porch; in fb_videomode_from_videomode() 1433 vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch + in fb_videomode_from_videomode()
|