Home
last modified time | relevance | path

Searched refs:maxPitchPixels (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.c181 if (pExaScr->info->maxPitchPixels) { in exaSetAccelBlock()
182 int max_pitch = pExaScr->info->maxPitchPixels * bits_to_bytes(bpp); in exaSetAccelBlock()
872 if (!pScreenInfo->maxPitchPixels && !pScreenInfo->maxPitchBytes) { in exaDriverInit()
873 pScreenInfo->maxPitchPixels = pScreenInfo->maxX; in exaDriverInit()
H A Dexa.h661 int maxPitchPixels; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog159858 EXA: Added back the maxPitchPixels initialization code.