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

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 480 Bool CPStarted; /* CP has started */
1360 info->cp->CPStarted = TRUE; \
1378 if (info->cp->CPStarted) { \
1384 info->cp->CPStarted = FALSE; \
radeon_crtc.c 605 if (info->cp->CPStarted && pScrn->pScreen) {
626 if (info->cp->CPStarted && pScrn->pScreen) DRIUnlock(pScrn->pScreen);
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_commonfuncs.c 951 if (info->cp->CPStarted) {
radeon_dri.c 2008 if (!info->directRenderingInited || !info->cp->CPStarted)

Completed in 10 milliseconds