HomeSort by: relevance | last modified time | path
    Searched defs:CPStarted (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_driver.c 2362 info->cp->CPStarted = FALSE;
3314 if (info->cp->CPStarted && pScrn->pScreen) DRILock(pScrn->pScreen, 0);
3378 if (info->cp->CPStarted && pScrn->pScreen) DRIUnlock(pScrn->pScreen);
5968 Bool CPStarted = info->cp->CPStarted;
5970 if (CPStarted) {
6013 if (CPStarted) {
6209 if (info->cp->CPStarted && pScrn->pScreen) DRILock(pScrn->pScreen, 0);
6226 if (info->cp->CPStarted && pScrn->pScreen) DRIUnlock(pScrn->pScreen);
radeon.h 480 Bool CPStarted; /* CP has started */
1360 info->cp->CPStarted = TRUE; \
1378 if (info->cp->CPStarted) { \
1384 info->cp->CPStarted = FALSE; \

Completed in 10 milliseconds