/external/drm_hwcomposer/ |
D | drmmode.cpp | 37 v_total_(m->vtotal), in DrmMode() 50 v_sync_end_ == m.vsync_end && v_total_ == m.vtotal && in operator ==() 64 m->vtotal = v_total_; in ToDrmModeModeInfo()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 25 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member 40 uint16_t vbp() const { return vtotal - vsync_end; } in vbp()
|
/external/libkmsxx/kms++/src/ |
D | helpers.cpp | 28 CPY(vtotal); in drm_mode_to_video_mode() 59 CPY(vtotal); in video_mode_to_drm_mode()
|
D | videomode.cpp | 24 float refresh = (clock * 1000.0) / (htotal * vtotal) * (interlace() ? 2 : 1); in calculated_vrefresh() 116 m.vtotal = vact + vfp + vsw + vbp; in videomode_from_timings()
|
D | modedb_cea.cpp | 44 .vdisplay = (vd), .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), .vscan = (vs), \
|
D | modedb_dmt.cpp | 18 ….vdisplay = (vact), .vsync_start = (vact) + (vfp), .vsync_end = (vact) + (vfp) + (vsw), .vtotal = …
|
/external/u-boot/drivers/video/ |
D | mxc_ipuv3_fb.c | 296 u32 vtotal; in mxcfb_check_var() local 382 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var() 384 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
|
D | ati_radeon_fb.c | 55 #define CRTC_V_TOTAL_DISP_VAL(vtotal, vdisp) \ argument 56 ((((vtotal) - 1) & 0xffff) | (((vdisp) - 1) << 16))
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 221 mode.vtotal = vtot_widget.get_val() 254 vtot_widget.set_val(mode.vtotal)
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 705 tmpmi.vtotal = m_OriginalMode.vtotal; in CloseX11Window()
|
/external/u-boot/drivers/video/tegra124/ |
D | sor.c | 614 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local 636 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel() 642 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT | in tegra_dc_sor_config_panel()
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 187 __u16 vtotal; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 204 __u16 vtotal; member
|
D | nouveau_class.h | 423 __u16 vtotal; member
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 84 printf("\tvtotal : %i\n", mode->vtotal); in printMode()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 215 .def_readwrite("vtotal", &Videomode::vtotal) in init_pykmsbase()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 223 __u16 vtotal; member
|
/external/libdrm/ |
D | xf86drmMode.h | 207 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 32 m.vdisplay, m.vsync_start, m.vsync_end, m.vtotal, in format_mode()
|
/external/syzkaller/sys/linux/ |
D | dri.txt | 321 vtotal int16
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 216 mode->vtotal, in dump_mode()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 2115 unsigned d = mode_line.vtotal * mode_line.htotal; in __glxGetMscRate()
|