| /xsrc/external/mit/libxcvt/dist/cvt/ |
| H A D | cvt.c | 34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose) argument 38 if ((!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay)) || 39 (!(vdisplay % 9) && ((vdisplay * 16 / 9) == hdisplay)) || 40 (!(vdisplay % 10) && ((vdisplay * 16 / 10) == hdisplay)) || 41 (!(vdisplay % 4) && ((vdisplay * 5 / 4) == hdisplay)) || 42 (!(vdisplay 134 print_mode_line(struct libxcvt_mode_info * mode_info,int hdisplay,int vdisplay,float vrefresh,bool reduced) argument 167 int hdisplay = 0, vdisplay = 0; local in function:main [all...] |
| /xsrc/external/mit/libxcvt/dist/include/libxcvt/ |
| H A D | libxcvt.h | 37 int vdisplay,
|
| H A D | libxcvt_mode.h | 43 uint32_t vdisplay; member in struct:libxcvt_mode_info
|
| /xsrc/external/mit/libxcvt/dist/lib/ |
| H A D | libxcvt.c | 35 * Generate a CVT standard mode from hdisplay, vdisplay and vrefresh. 59 libxcvt_gen_mode_info(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool interlaced) argument 73 mode_info->vdisplay = vdisplay; 119 vdisplay_rnd = mode_info->vdisplay / 2; 121 vdisplay_rnd = mode_info->vdisplay; 131 mode_info->vdisplay = mode_info->vdisplay + 2 * vmargin; 140 if (!(mode_info->vdisplay % 3) && ((mode_info->vdisplay * [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | xvidmode.c | 27 current.vdisplay == modes[i]->vdisplay && 35 modes[i]->vdisplay, 42 modes[i]->vdisplay);
|
| /xsrc/external/mit/libXxf86vm/dist/src/ |
| H A D | XF86VMode.c | 238 modeline->vdisplay = oldrep.vdisplay; 261 modeline->vdisplay = rep.vdisplay; 357 modelines[i]->vdisplay = oldxmdline.vdisplay; 387 modelines[i]->vdisplay = xmdline.vdisplay; 448 oldreq->vdisplay = newmodeline->vdisplay; [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86vmproto.h | 124 CARD16 vdisplay; member in struct:__anon0884d2900208 148 CARD16 vdisplay; member in struct:__anon0884d2900308 164 CARD16 vdisplay; member in struct:__anon0884d2900408 183 CARD16 vdisplay; member in struct:__anon0884d2900508 216 CARD16 vdisplay; member in struct:_XF86VidModeAddModeLine 255 CARD16 vdisplay; member in struct:_XF86OldVidModeAddModeLine 284 CARD16 vdisplay; member in struct:_XF86VidModeModModeLine 307 CARD16 vdisplay; member in struct:_XF86OldVidModeModModeLine 327 CARD16 vdisplay; member in struct:_XF86VidModeValidateModeLine 355 CARD16 vdisplay; member in struct:_XF86OldVidModeValidateModeLine [all...] |
| /xsrc/external/mit/libXxf86vm/dist/include/X11/extensions/ |
| H A D | xf86vmode.h | 74 unsigned short vdisplay; member in struct:__anon6162ba5e0108 95 unsigned short vdisplay; member in struct:__anon6162ba5e0208
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | xf86vmode.c | 342 rep.vdisplay = VidModeGetModeValue(mode, VIDMODE_V_DISPLAY); 355 rep.vdisplay, rep.vsyncstart, rep.vsyncend, 375 swaps(&rep.vdisplay, n); 391 oldrep.vdisplay = rep.vdisplay; 458 mdinf.vdisplay = VidModeGetModeValue(mode, VIDMODE_V_DISPLAY); 471 swaps(&mdinf.vdisplay, n); 484 oldmdinf.vdisplay = mdinf.vdisplay; 506 && VidModeGetModeValue(mode, VIDMODE_V_DISPLAY) == stuff->vdisplay \ [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | vidmode.c | 264 rep.vdisplay = VidModeGetModeValue(mode, VIDMODE_V_DISPLAY); 275 rep.vdisplay, rep.vsyncstart, rep.vsyncend, 294 swaps(&rep.vdisplay); 311 .vdisplay = rep.vdisplay, 383 .vdisplay = VidModeGetModeValue(mode, VIDMODE_V_DISPLAY), 397 swaps(&mdinf.vdisplay); 411 .vdisplay = mdinf.vdisplay, 434 && VidModeGetModeValue(mode, VIDMODE_V_DISPLAY) == stuff->vdisplay \ [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| H A D | eglkms.c | 225 gs = gbm_surface_create(gbm, kms.mode.hdisplay, kms.mode.vdisplay, 236 render_stuff(kms.mode.hdisplay, kms.mode.vdisplay); 247 kms.mode.hdisplay, kms.mode.vdisplay,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/ |
| H A D | bios_reader.c | 353 int vdisplay, vsyncstart, vsyncend, vtotal; local in function:dump_lvds_data 396 vdisplay = _V_ACTIVE(timing_data); 397 vsyncstart = vdisplay + _V_SYNC_OFF(timing_data); 399 vtotal = vdisplay + _V_BLANK(timing_data); 418 vdisplay, vsyncstart, vsyncend, vtotal, clock,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 70 int vdisplay; member in struct:fixed_panel_lvds 249 mode->VDisplay = kmode->vdisplay; 279 kmode->vdisplay = mode->VDisplay; 654 pModes->VDisplay > p_lvds->vdisplay) 749 (mode_ptr->vdisplay == p_lvds->vdisplay)) { 845 p_lvds->vdisplay = 0; 849 (mode_ptr->vdisplay >= p_lvds->vdisplay)) { 851 p_lvds->vdisplay [all...] |
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vtypes.h | 79 int vdisplay; /* vertical timing */ member in struct:verite_modeinfo_t
|
| H A D | vmodes.c | 288 verite_out32(iob+CRTCVERT, VERT(mode->vsyncstart-mode->vdisplay, 291 mode->vdisplay));
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 67 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:wsi_display_mode 158 wsi->vdisplay == drm->vdisplay && 235 display_mode->vdisplay = drm_mode->vdisplay; 355 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay; 391 properties->physicalResolution.height = preferred_mode->vdisplay; 394 properties->physicalResolution.height = largest_mode->vdisplay; 619 prop->parameters.visibleRegion.height = display_mode->vdisplay; 681 vk->visibleRegion.height == wsi->vdisplay [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 71 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:wsi_display_mode 163 wsi->vdisplay == drm->vdisplay && 240 display_mode->vdisplay = drm_mode->vdisplay; 361 return (uint32_t) mode->hdisplay * (uint32_t) mode->vdisplay; 397 properties->physicalResolution.height = preferred_mode->vdisplay; 400 properties->physicalResolution.height = largest_mode->vdisplay; 625 prop->parameters.visibleRegion.height = display_mode->vdisplay; 689 vk->visibleRegion.height == wsi->vdisplay [all...] |
| /xsrc/external/mit/libdrm/dist/tests/modeprint/ |
| H A D | modeprint.c | 68 printf("\tvdisplay : %i\n", mode->vdisplay); 77 mode->hdisplay, mode->vdisplay, mode->vrefresh);
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 240 mode->vdisplay, 864 &user_mode.vdisplay, &user_mode.vsync_start, 869 snprintf(user_mode.name, sizeof(user_mode.name), "custom%dx%d", user_mode.hdisplay, user_mode.vdisplay); 1257 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1333 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1545 sprintf(pipe->mode_str, "%dx%d", pipe->mode->hdisplay, pipe->mode->vdisplay); 1654 if (dev->mode.height < pipe->mode->vdisplay) 1655 dev->mode.height = pipe->mode->vdisplay; 1662 if (dev->mode.height < pipe->mode->vdisplay) 1663 dev->mode.height = pipe->mode->vdisplay; [all...] |
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | sun_mouse.c | 419 int hdisplay = 0, vdisplay = 0; local in function:vuidReadInput 438 vdisplay = pScr->currentMode->VDisplay; 525 else if (absY >= vdisplay && vdisplay > 0) 526 absY = vdisplay - 1;
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 759 unsigned short vdisplay, 768 vdisplay, vsyncstart, vsyncend, vtotal); 827 modelines[i]->htotal, modelines[i]->vdisplay, 842 modeline.vdisplay, modeline.vsyncstart, 753 print_XF86VidMode_modeline(unsigned int dotclock,unsigned short hdisplay,unsigned short hsyncstart,unsigned short hsyncend,unsigned short htotal,unsigned short vdisplay,unsigned short vsyncstart,unsigned short vsyncend,unsigned short vtotal,unsigned int flags) argument
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_mode.h | 229 * @vdisplay: vertical display size 249 __u16 vdisplay; member in struct:drm_mode_modeinfo
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 94 uint16_t vdisplay, vsync_start, vsync_end, vtotal, vscan; member in struct:_drmModeModeInfo
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_crtc.c | 181 drm_mode.vdisplay = mode->VDisplay;
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 220 __u16 vdisplay; member in struct:drm_mode_modeinfo
|