/external/drm_hwcomposer/ |
D | drmmode.cpp | 32 h_total_(m->htotal), in DrmMode() 48 h_total_ == m.htotal && h_skew_ == m.hskew && in operator ==() 59 m->htotal = h_total_; in ToDrmModeModeInfo()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 24 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 36 uint16_t hbp() const { return htotal - hsync_end; } in hbp()
|
/external/libkmsxx/kms++/src/ |
D | helpers.cpp | 22 CPY(htotal); in drm_mode_to_video_mode() 53 CPY(htotal); in video_mode_to_drm_mode()
|
D | videomode.cpp | 24 float refresh = (clock * 1000.0) / (htotal * vtotal) * (interlace() ? 2 : 1); in calculated_vrefresh() 111 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
|
D | modedb_cea.cpp | 43 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
|
D | modedb_dmt.cpp | 17 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | tcp_mmap.c | 101 unsigned long htotal; variable 112 unsigned long temp = htotal; in hash_zone() 132 htotal = temp; in hash_zone()
|
/external/u-boot/drivers/video/ |
D | mxc_ipuv3_fb.c | 297 u32 htotal; in mxcfb_check_var() local 380 htotal = var->xres + var->right_margin + var->hsync_len + in mxcfb_check_var() 384 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
|
D | ati_radeon_fb.c | 51 #define CRTC_H_TOTAL_DISP_VAL(htotal, hdisp) \ argument 52 (((((htotal) / 8) - 1) & 0x3ff) | (((((hdisp) / 8) - 1) & 0x1ff) << 16))
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 216 mode.htotal = htot_widget.get_val() 249 htot_widget.set_val(mode.htotal)
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 700 tmpmi.htotal = m_OriginalMode.htotal; in CloseX11Window()
|
/external/u-boot/drivers/video/tegra124/ |
D | sor.c | 614 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local 638 htotal = timing->hsync_len.typ + timing->hback_porch.typ + in tegra_dc_sor_config_panel() 643 htotal << NV_HEAD_STATE1_HTOTAL_SHIFT); in tegra_dc_sor_config_panel()
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 182 __u16 htotal; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 199 __u16 htotal; member
|
D | nouveau_class.h | 427 __u16 htotal; member
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 79 printf("\thtotal : %i\n", mode->htotal); in printMode()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 210 .def_readwrite("htotal", &Videomode::htotal) in init_pykmsbase()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 218 __u16 htotal; member
|
/external/libdrm/ |
D | xf86drmMode.h | 206 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 31 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
|
/external/syzkaller/sys/linux/ |
D | dri.txt | 316 htotal int16
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 212 mode->htotal, in dump_mode()
|
/external/mesa3d/src/glx/ |
D | glxcmds.c | 2115 unsigned d = mode_line.vtotal * mode_line.htotal; in __glxGetMscRate()
|