Home
last modified time | relevance | path

Searched refs:xf86HandleColormaps (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86RamDacCmap.c65 return xf86HandleColormaps(pScreen, maxColors, sigRGBbits, in RamDacHandleColormaps()
68 return xf86HandleColormaps(pScreen, maxColors, sigRGBbits, in RamDacHandleColormaps()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.h39 extern _X_EXPORT Bool xf86HandleColormaps(ScreenPtr pScreen,
H A Dxf86sbusBus.c727 return xf86HandleColormaps(pScreen, 256, 8, in xf86SbusHandleColormaps()
H A Dxf86cmap.c145 xf86HandleColormaps(ScreenPtr pScreen, in xf86HandleColormaps() function
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch145 - if(!xf86HandleColormaps(pScreen, 256, 8, fbdevHWLoadPaletteWeak(),
147 + if(!xf86HandleColormaps(pScreen, 256, 8, fbdevLoadPalette, NULL, flags))
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c1879 return xf86HandleColormaps(pScreen, 1 << pScrn->depth, in vgaHWHandleColormaps()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4184 if (!xf86HandleColormaps(pScreen, 1 << pScrn->rgbBits, 10, in drmmode_setup_colormap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog3752 If the driver calls xf86HandleColormaps, CMapChangeGamma updates the HW
22458 xf86HandleColormaps, e.g. modesetting.
22486 xf86HandleColormaps, e.g. modesetting.
22567 * Still allow xf86HandleColormaps to be called with a NULL loadPalette