Home
last modified time | relevance | path

Searched refs:KD_MAX_PSEUDO_DEPTH (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH) in KdSetColormap()
90 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdEnableColormap()
109 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdDisableColormap()
216 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH) in KdStoreColors()
H A Dkdrive.h129 #define KD_MAX_PSEUDO_DEPTH 8 macro
130 #define KD_MAX_PSEUDO_SIZE (1 << KD_MAX_PSEUDO_DEPTH)