| /OK3568_Linux_fs/kernel/drivers/video/fbdev/kyro/ |
| H A D | STG4000Ramdac.c | 24 u32 displayWidth, in InitialiseRamdac() argument 73 stride = displayWidth; in InitialiseRamdac() 80 ((((displayHeight - 1) << 12) | (((displayWidth / ulPdiv) - in InitialiseRamdac()
|
| H A D | STG4000Interface.h | 21 u32 displayWidth, u32 displayHeight,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/orrery/orrery/ |
| H A D | use.GdkPixbuf.patch | 22 + , 0, 0, 0, 0, displayWidth, displayHei… 56 + 0, 0, 0, 0, displayWidth, displayHeight, GDK_RGB_DITHER_NORMAL, 0, 0 ) ;
|
| H A D | 0001-orrery-Fix-sprintf-format.patch | 16 displayWidth/2 - gdk_string_width(smallFont, scratchString)/2,
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/ |
| H A D | 0004-Make-video-API-forward-and-backward-compatible.patch | 170 pScrn->displayWidth = 350 pScrn->displayWidth = fbdevHWGetLineLength(pScrn) / 352 - xf86DrvMsg(scrnIndex, X_INFO, "displayWidth = %d\n", pScrn->displayWidth); 353 + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "displayWidth = %d\n", pScrn->displayWidth); 355 if (pScrn->displayWidth != pScrn->virtualX) { 359 pScrn->displayWidth);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 30 int displayWidth; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1000 pScrn->displayWidth = 640; /* default it */ in PreInit() 1226 stride = (pScrn->displayWidth * ms->drmmode.kbpp) / 8; in msShadowWindow() 1503 …ms->drmmode.shadow_fb2 = calloc(1, pScrn->displayWidth * pScrn->virtualY * ((pScrn->bitsPerPixel +… in CreateScreenResources() 1710 pScrn->displayWidth = pScrn->virtualX; in ScreenInit() 1717 pScrn->displayWidth * pScrn->virtualY * in ScreenInit() 1745 pScrn->displayWidth, pScrn->bitsPerPixel)) in ScreenInit()
|
| H A D | drmmode_display.c | 3689 scrn->displayWidth = pitch / kcpp; in drmmode_xf86crtc_resize() 3698 uint32_t size = scrn->displayWidth * scrn->virtualY * cpp; in drmmode_xf86crtc_resize() 3707 uint32_t size = scrn->displayWidth * scrn->virtualY * cpp; in drmmode_xf86crtc_resize() 3714 scrn->displayWidth * cpp, new_pixels); in drmmode_xf86crtc_resize() 3743 scrn->displayWidth = old_pitch / kcpp; in drmmode_xf86crtc_resize() 4416 pScrn->displayWidth = drmmode_bo_get_pitch(&drmmode->front_bo) / cpp; in drmmode_create_initial_bos()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86fbman.c | 1232 if (PixelArea < (pScrn->displayWidth * pScrn->virtualY)) in xf86InitFBManagerArea() 1236 Rect[0].width = pScrn->displayWidth; in xf86InitFBManagerArea() 1237 Rect[0].height = PixelArea / pScrn->displayWidth; in xf86InitFBManagerArea() 1241 if ((Rect[1].height = Rect[1].width = PixelArea % pScrn->displayWidth)) { in xf86InitFBManagerArea()
|
| H A D | xf86str.h | 600 int displayWidth; /* memory pitch */ member
|
| H A D | xf86Mode.c | 1814 scrp->displayWidth = newLinePitch; in xf86ValidateModes() 1918 scrp->displayWidth = linePitch; in xf86ValidateModes() 2065 scrp->virtualX, scrp->virtualY, scrp->displayWidth); in xf86PrintModes()
|
| H A D | xf86DGA.c | 1167 p = pad_to_int32(pScrn->displayWidth * bits_to_bytes(pScrn->bitsPerPixel)); in DGAGetOldDGAMode()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/ |
| H A D | fbdevhw.c | 151 var->xres_virtual = pScrn->displayWidth ? pScrn->displayWidth : in xfree2fbdev_fblayout()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 1275 regp->CRTC[19] = scrninfp->displayWidth >> 4; /* just a guess */ in vgaHWInit()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 103059 - 0, 0, pScrn->displayWidth, pNv->offscreenHeight); 167628 screen properties (devPrivate.ptr, devKind, displayWidth, etc.). 169167 fbdevhw: Use displayWidth for fbdev virtual width when appropriate.
|