Searched refs:hfront_porch (Results 1 – 16 of 16) sorted by relevance
| /linux-4.4.14/drivers/video/ |
| D | videomode.c | 19 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
|
| D | of_display_timing.c | 68 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); in of_parse_display_timing()
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos_drm_mic.c | 170 vm.hback_porch + vm.hfront_porch); in mic_set_porch_timing() 174 MIC_VFP_SIZE(vm.hfront_porch); in mic_set_porch_timing() 202 vm.hback_porch + vm.hfront_porch); in mic_set_output_timing() 206 MIC_H_PERIOD_PIXEL_2D(vm.hfront_porch); in mic_set_output_timing()
|
| D | exynos_drm_dsi.c | 881 reg = DSIM_MAIN_HFP(vm->hfront_porch) in exynos_dsi_set_display_mode() 1682 vm->hfront_porch = m->hsync_start - m->hdisplay; in exynos_dsi_mode_set()
|
| /linux-4.4.14/include/video/ |
| D | videomode.h | 23 u32 hfront_porch; member
|
| D | display_timing.h | 64 struct timing_entry hfront_porch; /* hor. front porch */ member
|
| /linux-4.4.14/drivers/media/pci/cobalt/ |
| D | m00233_video_measure_memmap_package.h | 37 uint32_t hfront_porch; /* Reg 0x0020 */ member
|
| D | cobalt-v4l2.c | 573 cobalt_info("rx%d: hfb: %d\n", rx, ioread32(&vmr->hfront_porch)); in cobalt_video_input_status_show()
|
| /linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
| D | display.c | 278 ovt->hfp = vm->hfront_porch; in videomode_to_omap_video_timings() 311 vm->hfront_porch = ovt->hfp; in omap_video_timings_to_videomode()
|
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_crtc.c | 71 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb() 82 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); in atmel_hlcdc_crtc_mode_set_nofb()
|
| D | atmel_hlcdc_dc.c | 352 int hfront_porch = mode->hsync_start - mode->hdisplay; in atmel_hlcdc_dc_mode_valid() local 362 if (hfront_porch > 0x200 || hfront_porch < 1 || in atmel_hlcdc_dc_mode_valid()
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_modes.c | 397 int hsync, hfront_porch, vodd_front_porch_lines; in drm_gtf_mode_complex() local 503 hfront_porch = hblank / 2 - hsync; in drm_gtf_mode_complex() 509 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; in drm_gtf_mode_complex() 588 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; in drm_display_mode_from_videomode() 629 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; in drm_display_mode_to_videomode()
|
| /linux-4.4.14/arch/arm/mach-omap2/ |
| D | board-ldp.c | 190 .hfront_porch = { 0, 3, 0 },
|
| /linux-4.4.14/drivers/gpu/drm/panel/ |
| D | panel-simple.c | 714 .hfront_porch = { 1, 1, 10 }, 743 .hfront_porch = { 40, 40, 40 }, 979 .hfront_porch = { 40, 40, 40 },
|
| /linux-4.4.14/drivers/gpu/ipu-v3/ |
| D | ipu-di.c | 215 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_interlaced() 278 sig->mode.hback_porch + sig->mode.hfront_porch; in ipu_di_sync_config_noninterlaced()
|
| /linux-4.4.14/drivers/video/fbdev/core/ |
| D | fbmon.c | 1407 fbmode->right_margin = vm->hfront_porch; in fb_videomode_from_videomode() 1431 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
|