Searched refs:vse (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 135 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 D | drm_modes.h | 134 #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 D | cooker.py | 205 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__.py | 65 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 D | cooker.py | 1235 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 D | edid.h | 55 #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 D | sor.c | 1287 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()
|