Searched refs:lcdHeight (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_output.c | 63 (mode->HDisplay != pSmi->lcdWidth || mode->VDisplay != pSmi->lcdHeight)) 149 m = xf86CVTMode(pSmi->lcdWidth, pSmi->lcdHeight, 60.0f, FALSE, FALSE);
|
| H A D | smi_driver.c | 1010 pSmi->lcdHeight = 0; 1017 pSmi->lcdHeight = height; 1021 if (pSmi->lcdWidth == 0 || pSmi->lcdHeight == 0) { 1036 pSmi->lcdHeight = 480; 1040 pSmi->lcdHeight = 600; 1044 pSmi->lcdHeight = 768; 1048 pSmi->lcdHeight = 1024; 1052 pSmi->lcdHeight = 1200; 1056 pSmi->lcdHeight = 1050; 1062 pSmi->lcdWidth, pSmi->lcdHeight); [all...] |
| H A D | smi.h | 108 * o allocate an offscreen area of pSmi->lcdWidth * pSmi->lcdHeight * 2 109 * o set statically tl/tr to 0,0,pSmi->lcdWidth-1,pSmi->lcdHeight-1 279 int lcdHeight; /* LCD height */ member in struct:__anon910553c20208
|
| H A D | smi_video.c | 866 SMI_VideoEncodings[i].height = pSmi->lcdHeight; 1466 *p_h = min(drw_h, pSmi->lcdHeight); 1668 if (*height > pSmi->lcdHeight) { 1669 *height = pSmi->lcdHeight; 2182 offscreenImages->max_height = pSmi->lcdHeight; 2350 if (width > pSmi->lcdWidth || height > pSmi->lcdHeight)
|
| H A D | smi501_crtc.c | 233 mode->panel_plane_tl.f.top = (pSmi->lcdHeight - xf86mode->VDisplay) >> 1;
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | alp.h | 60 int lcdWidth, lcdHeight; member in struct:alpRec
|
| H A D | alp_driver.c | 2091 pAlp->lcdHeight = 480; 2096 pAlp->lcdHeight = 600; 2101 pAlp->lcdHeight = 768; 2106 pAlp->lcdHeight = 0; 2118 pAlp->lcdWidth, pAlp->lcdHeight,
|
Completed in 17 milliseconds