Home | History | Annotate | Download | only in src

Lines Matching defs:Size

1335     CHIPSPanelSizePtr Size = &cPtr->PanelSize;
1705 /* memory size */
1725 /* bit 2-1: memory size */
1743 /* bit 3-0: memory size */
1932 /* screen size */
1939 /* for 65550 we only need H/VDisplay values for screen size */
1947 Size->HDisplay = ((tmp + ((fr25 & 0x0F) << 8)) + 1) << 3;
1950 Size->VDisplay = ((tmp1 & 0x0F) << 8) + tmp + 1;
1953 Size->HRetraceStart = ((tmp + ((fr25 & 0xF0) << 4)) + 1) << 3;
1956 Size->HRetraceEnd = ((((tmp2 < 0) ? (tmp2 + 0x40) : tmp2) << 3)
1957 + Size->HRetraceStart);
1960 Size->HTotal = ((tmp + ((fr26 & 0x0F) << 8)) + 5) << 3;
1962 Size->HDisplay, Size->VDisplay,
1963 Size->HRetraceStart,Size->HRetraceEnd,
1964 Size->HTotal);
1966 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Display Size: x=%i; y=%i\n",
1967 Size->HDisplay, Size->VDisplay);
1968 /* Warn the user if the panel size has been overridden by
1973 "Display size overridden by modelines.\n");
1983 /* Formula for calculating the size of the framebuffer. 3
1985 * acceleration is enabled the size can be halved.
1987 cPtr->FrameBufferSize = ( Size->HDisplay *
1988 Size->VDisplay / 5 ) * ((tmp & 2) ? 1 : 2);
1990 "Using embedded Frame Buffer, size %d bytes\n",
2506 /* memory size */
2514 /* bit 1-0: memory size */
2832 CHIPSPanelSizePtr Size = &cPtr->PanelSize;
2972 /* memory size */
2980 /* bit 1-0: memory size */
3200 /* screen size */
3211 Size->HTotal =((tmp + ((xr17 & 0x01) << 8)) + 5) << 3;
3213 Size->HDisplay = ((tmp + ((xr17 & 0x02) << 7)) + 1) << 3;
3215 Size->HRetraceStart = ((tmp + ((xr17 & 0x04) << 9)) + 1) << 3;
3218 Size->HRetraceEnd = ((((tmp2 & 0x080u) ? (tmp2 + 0x40) : tmp2) << 3)
3219 + Size->HRetraceStart);
3222 Size->VDisplay = ((tmp1 & 0x02) << 7)
3225 Size->VRetraceStart = ((tmp1 & 0x04) << 6)
3228 Size->VTotal = ((tmp1 & 0x01) << 8)
3232 Size->HDisplay, Size->VDisplay,
3233 Size->HRetraceStart, Size->HRetraceEnd,
3234 Size->HTotal);
3236 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "Display Size: x=%i; y=%i\n",
3237 Size->HDisplay, Size->VDisplay);
3238 /* Warn the user if the panel size has been overridden by
3243 "Display size overridden by modelines.\n");
3253 /* Formula for calculating the size of the framebuffer. 3
3255 * acceleration is enabled the size can be halved.
3257 cPtr->FrameBufferSize = ( Size->HDisplay *
3258 Size->VDisplay / 5 ) * ((tmp & 2) ? 1 : 2);
3260 "Using embedded Frame Buffer, size %d bytes\n",
4086 #define CHIPSALIGN(size, align) (currentaddr - ((currentaddr - size) & ~align))
5267 * display size, blank start, sync start, sync end, blank end
5268 * and total size at their default VGA locations and extensions
5270 * display size, sync start, sync end and total size.
5273 * size registers are set to the physical pixel size of the display.
5277 * of the visible display size to ensure optimal performance of both
5282 * size registers control the size of the _visible_ part of the display
5283 * in contast to the _physical_ size of the display which is specified
5284 * by the _alternate_ horizontal and vertical display size registers.
5285 * The size of the visible should always be equal or less than the
5286 * physical size.
5310 * Possibly fix up the panel size, if the manufacture is stupid
6046 * Possibly fix up the panel size, if the manufacture is stupid
6203 /* The chip takes the size of the visible display area from the
6206 * always specify a smaller than default display size on LCD
6245 /* /horizontal panel size (FP mode) */
6246 /* FP horizontal panel size (FP mode), */