/external/drm_hwcomposer/drm/ |
D | DrmMode.cpp | 35 v_total_(m->vtotal), in DrmMode() 48 v_sync_end_ == m.vsync_end && v_total_ == m.vtotal && in operator ==() 128 .vtotal = v_total_, in CreateModeBlob()
|
/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 | 29 float refresh = (clock * 1000.0) / (htotal * vtotal) * (interlace() ? 2 : 1); in calculated_vrefresh() 160 m.vtotal = vact + vfp + vsw + vbp; in videomode_from_timings()
|
D | modedb_cea.cpp | 43 .vdisplay = (vd), .vsync_start = (vss), .vsync_end = (vse), .vtotal = (vt), .vscan = (vs), \
|
D | modedb_dmt.cpp | 17 ….vdisplay = (vact), .vsync_start = (vact) + (vfp), .vsync_end = (vact) + (vfp) + (vsw), .vtotal = …
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 22 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member 37 uint16_t vbp() const { return vtotal - vsync_end; } in vbp()
|
/external/igt-gpu-tools/tools/ |
D | intel_panel_fitter.c | 85 uint32_t conf, vtotal, htotal, src, ctrl1, win_sz; in read_pipe_info() local 89 vtotal = INREG(VTOTAL[intel_pipe]); in read_pipe_info() 96 info->tot_height = (vtotal & VTOTAL_ACTIVE_MASK) + 1; in read_pipe_info()
|
D | intel_vbt_decode.c | 606 int vdisplay, vsyncstart, vsyncend, vtotal; in dump_lvds_data() local 652 vtotal = vdisplay + _V_BLANK(timing_data); in dump_lvds_data() 671 vdisplay, vsyncstart, vsyncend, vtotal, clock, in dump_lvds_data() 672 (hsyncend > htotal || vsyncend > vtotal) ? in dump_lvds_data()
|
/external/igt-gpu-tools/tests/ |
D | kms_pipe_b_c_ivb.c | 47 .vtotal = 1120, 62 .vtotal = 1111,
|
D | kms_setmode.c | 59 .vtotal = 525, 107 COMP(vtotal); in drm_mode_equal() 417 return 1000.0 * kmode->htotal * kmode->vtotal / kmode->clock; in frame_time()
|
D | testdisplay.c | 350 c->mode.vrefresh =(force_timing.clock*1e3)/(force_timing.htotal*force_timing.vtotal); in set_mode() 646 …rce_timing.vdisplay, &force_timing.vsync_start, &force_timing.vsync_end, &force_timing.vtotal)!= 9) in opt_handler()
|
D | kms_prop_blob.c | 46 .vtotal = 483,
|
/external/crosvm/devices/src/virtio/gpu/ |
D | edid.rs | 216 let vtotal = info.height() + (info.vertical_blanking as u32); in populate_detailed_timing() localVariable 217 let mut clock: u16 = ((info.refresh_rate * htotal * vtotal) / 10000) as u16; in populate_detailed_timing()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_display.c | 67 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member 162 wsi->vtotal == drm->vtotal && in ICD_DEFINE_NONDISP_HANDLE_CASTS() 171 (double) wsi->vtotal * in wsi_display_mode_refresh() 239 display_mode->vtotal = drm_mode->vtotal; in wsi_display_register_drm_mode() 2198 wsi->vtotal == xcb->vtotal && in wsi_display_mode_matches_x() 2248 display_mode->vtotal = x_mode->vtotal; in wsi_display_register_x_mode()
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 221 mode.vtotal = vtot_widget.get_val() 254 vtot_widget.set_val(mode.vtotal)
|
/external/igt-gpu-tools/lib/ |
D | igt_chamelium.h | 60 int vtotal, vactive, vsync_offset, vsync_width, vsync_polarity; member
|
D | igt_edid.c | 94 vblank = mode->vtotal - mode->vdisplay; in detailed_timing_set_mode()
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_lpsp.c | 81 .vtotal = 806, in edp_subtest()
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 71 printf("\tvtotal : %i\n", mode->vtotal); in printMode()
|
/external/libdrm/ |
D | xf86drmMode.h | 94 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_mode.h | 223 __u16 vtotal; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 252 __u16 vtotal; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 231 __u16 vtotal; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 252 __u16 vtotal; member
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 247 .def_readwrite("vtotal", &Videomode::vtotal) in init_pykmsbase()
|