Home
last modified time | relevance | path

Searched refs:vse (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_modes.h134 #define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \ argument
138 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py205 except bb.utils.VersionStringException as vse:
206 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (collection, str(vse)))
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py65 except bb.utils.VersionStringException as vse:
66 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (name, str(vse)))
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1153 except bb.utils.VersionStringException as vse:
1154 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (c, str(vse)))
1163 except bb.utils.VersionStringException as vse:
1164 … bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (c, str(vse)))
1183 except bb.utils.VersionStringException as vse:
1184 bb.fatal('Error parsing LAYERRECOMMENDS_%s: %s' % (c, str(vse)))
1194 except bb.utils.VersionStringException as vse:
1195 … bb.fatal('Error parsing LAYERRECOMMENDS_%s: %s' % (c, str(vse)))
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1348 vse = mode->vsync_end - mode->vsync_start - 1; in tegra_sor_mode_set()
1351 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1355 vbe = vse + (mode->vtotal - mode->vsync_end); in tegra_sor_mode_set()