Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c135 int vr, vss, vse, vfl; member
183 m->hr, m->hss, m->hse, m->hfl, m->vr, m->vss, m->vse, m->vfl); in print_xf86_mode()
244 m->vfl - m->vse, /* upper margin (in pixel lines) */ in print_fb_mode()
247 m->vse - m->vss); /* vert sync length (pixel lines) */ in print_fb_mode()
584 m->vse = (int) (int) (v_lines_rnd + v_odd_front_porch_lines + V_SYNC_RQD); in vert_refresh()
/OK3568_Linux_fs/kernel/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), \
/OK3568_Linux_fs/yocto/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)))
/OK3568_Linux_fs/yocto/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)))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py1235 except bb.utils.VersionStringException as vse:
1236 bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (c, str(vse)))
1245 except bb.utils.VersionStringException as vse:
1246 … bb.fatal('Error parsing LAYERDEPENDS_%s: %s' % (c, str(vse)))
1265 except bb.utils.VersionStringException as vse:
1266 bb.fatal('Error parsing LAYERRECOMMENDS_%s: %s' % (c, str(vse)))
1276 except bb.utils.VersionStringException as vse:
1277 … bb.fatal('Error parsing LAYERRECOMMENDS_%s: %s' % (c, str(vse)))
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h55 #define DRM_MODE(t, c, hd, hss, hse, ht, vd, vss, vse, vt, vs, f) \ argument
59 .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dsor.c1287 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1347 vse = mode->vsync_end - mode->vsync_start - 1; in tegra_sor_mode_set()
1350 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
1354 vbe = vse + (mode->vtotal - mode->vsync_end); in tegra_sor_mode_set()