Home
last modified time | relevance | path

Searched refs:displayWidth (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/kyro/
H A DSTG4000Ramdac.c24 u32 displayWidth, in InitialiseRamdac() argument
73 stride = displayWidth; in InitialiseRamdac()
80 ((((displayHeight - 1) << 12) | (((displayWidth / ulPdiv) - in InitialiseRamdac()
H A DSTG4000Interface.h21 u32 displayWidth, u32 displayHeight,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/orrery/orrery/
H A Duse.GdkPixbuf.patch22 + , 0, 0, 0, 0, displayWidth, displayHei…
56 + 0, 0, 0, 0, displayWidth, displayHeight, GDK_RGB_DITHER_NORMAL, 0, 0 ) ;
H A D0001-orrery-Fix-sprintf-format.patch16 displayWidth/2 - gdk_string_width(smallFont, scratchString)/2,
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0004-Make-video-API-forward-and-backward-compatible.patch170 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 Dnv_type.h30 int displayWidth; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c1000 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 Ddrmmode_display.c3689 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 Dxf86fbman.c1232 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 Dxf86str.h600 int displayWidth; /* memory pitch */ member
H A Dxf86Mode.c1814 scrp->displayWidth = newLinePitch; in xf86ValidateModes()
1918 scrp->displayWidth = linePitch; in xf86ValidateModes()
2065 scrp->virtualX, scrp->virtualY, scrp->displayWidth); in xf86PrintModes()
H A Dxf86DGA.c1167 p = pad_to_int32(pScrn->displayWidth * bits_to_bytes(pScrn->bitsPerPixel)); in DGAGetOldDGAMode()
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c151 var->xres_virtual = pScrn->displayWidth ? pScrn->displayWidth : in xfree2fbdev_fblayout()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c1275 regp->CRTC[19] = scrninfp->displayWidth >> 4; /* just a guess */ in vgaHWInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog103059 - 0, 0, pScrn->displayWidth, pNv->offscreenHeight);
167628 screen properties (devPrivate.ptr, devKind, displayWidth, etc.).
169167 fbdevhw: Use displayWidth for fbdev virtual width when appropriate.