Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 20 of 20) sorted by relevance

/external/libkmsxx/kms++/src/
Dvideomode.cpp102 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument
109 m.hsync_start = hact + hfp; in videomode_from_timings()
110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
111 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
Dmodedb_dmt.cpp14 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) \ argument
17 …display = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (h…
19 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h34 uint16_t hfp() const { return hsync_start - hdisplay; } in hfp() function
56 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
/external/u-boot/drivers/video/
Dam335x-fb.c154 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init()
213 LCD_HFPLSB(panel->hfp) | in am335xfb_init()
224 LCD_HFPMSB(panel->hfp) | in am335xfb_init()
Dam335x-fb.h49 unsigned int hfp; /* Horizontal front porch */ member
Dda8xx-fb.h45 int hfp; /* Horizontal front porch */ member
Dda8xx-fb.c695 lcd_cfg_horizontal_sync(panel->hbp, panel->hsw, panel->hfp); in lcd_init()
/external/u-boot/board/siemens/rut/
Dboard.c229 .hfp = 50, /* no spec, "don't care" values */
243 .hfp = 50, /* no spec, "don't care" values */
257 .hfp = 50, /* no spec, "don't care" values */
/external/u-boot/board/siemens/pxm2/
Dboard.c249 .hfp = 14,
263 .hfp = 52,
280 .hfp = 0,
/external/u-boot/board/BuR/common/
Dcommon.c134 pnltmp.hfp = FDTPROP(PATHTIM, "hfront-porch"); in load_lcdtiming()
186 pnltmp.hfp = env_get_ulong("ds1_hfp", 10, ~0UL); in load_lcdtiming()
202 ~0UL == (pnltmp.hfp) || in load_lcdtiming()
229 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
/external/u-boot/doc/device-tree-bindings/video/
Dexynos_mipi_dsi.txt23 samsung,dsim-config-hfp: HFP disable mode.
66 samsung,dsim-config-hfp = <1>;
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dmipi_dsim.h172 unsigned char hfp; member
/external/u-boot/board/davinci/ea20/
Dea20.c36 .hfp = 12,
/external/libkmsxx/utils/
Dkmsprint.cpp37 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode()
54 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode_short()
Dkmstest.cpp205 unsigned hfp = stoul(sm[5]); in parse_crtc() local
216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
691 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in videomode_to_string()
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi.c263 dt->hfp = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
Dexynos_mipi_dsi_lowlevel.c205 (dsim_config->hfp << DSIM_HFP_MODE_SHIFT) | in exynos_mipi_dsi_init_config()
/external/u-boot/arch/arm/dts/
Dexynos4210-trats.dts73 samsung,dsim-config-hfp = <1>;
Dexynos4412-trats2.dts92 samsung,dsim-config-hfp = <1>;
/external/tensorflow/tensorflow/
Dworkspace.bzl175 "https://mirror.bazel.build/github.com/hfp/libxsmm/archive/1.9.tar.gz",
176 "https://github.com/hfp/libxsmm/archive/1.9.tar.gz",