Searched refs:hfront_porch (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/video/ |
H A D | videomode.c | 19 vm->hfront_porch = dt->hfront_porch.typ; videomode_from_timing()
|
H A D | of_display_timing.c | 68 ret |= parse_timing_property(np, "hfront-porch", &dt->hfront_porch); of_parse_display_timing()
|
/linux-4.1.27/include/video/ |
H A D | videomode.h | 23 u32 hfront_porch; member in struct:videomode
|
H A D | display_timing.h | 64 struct timing_entry hfront_porch; /* hor. front porch */ member in struct:display_timing
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.c | 149 int hfront_porch = mode->hsync_start - mode->hdisplay; atmel_hlcdc_dc_mode_valid() local 159 if (hfront_porch > 0x200 || hfront_porch < 1 || atmel_hlcdc_dc_mode_valid()
|
H A D | atmel_hlcdc_crtc.c | 71 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; atmel_hlcdc_crtc_mode_set_nofb() 82 (vm.hfront_porch - 1) | ((vm.hback_porch - 1) << 16)); atmel_hlcdc_crtc_mode_set_nofb()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | display.c | 278 ovt->hfp = vm->hfront_porch; videomode_to_omap_video_timings() 311 vm->hfront_porch = ovt->hfp; omap_video_timings_to_videomode()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | board-ldp.c | 190 .hfront_porch = { 0, 3, 0 },
|
H A D | board-overo.c | 172 .hfront_porch = { 0, 8, 0 },
|
H A D | board-cm-t35.c | 198 .hfront_porch = { 0, 104, 0 }, cm_t35_init_nand()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_modes.c | 397 int hsync, hfront_porch, vodd_front_porch_lines; drm_gtf_mode_complex() local 503 hfront_porch = hblank / 2 - hsync; drm_gtf_mode_complex() 509 drm_mode->hsync_start = hdisplay_rnd + hfront_porch; drm_gtf_mode_complex() 588 dmode->hsync_start = dmode->hdisplay + vm->hfront_porch; drm_display_mode_from_videomode() 629 vm->hfront_porch = dmode->hsync_start - dmode->hdisplay; drm_display_mode_to_videomode()
|
/linux-4.1.27/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 211 sig->mode.hback_porch + sig->mode.hfront_porch; ipu_di_sync_config_interlaced() 281 sig->mode.hback_porch + sig->mode.hfront_porch; ipu_di_sync_config_noninterlaced()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1407 fbmode->right_margin = vm->hfront_porch; fb_videomode_from_videomode() 1431 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + fb_videomode_from_videomode()
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 714 .hfront_porch = { 1, 1, 10 },
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dsi.c | 728 reg = DSIM_MAIN_HFP(vm->hfront_porch) exynos_dsi_set_display_mode() 1524 vm->hfront_porch = mode->hsync_start - mode->hdisplay; exynos_dsi_mode_set()
|
Completed in 430 milliseconds