Searched refs:watchdog (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dac.c | 780 int watchdog; local in function:XGI_WaitBeginRetrace 786 watchdog = 65536; 787 while ((inXGIREG(RelIO + INPUTSTATOFFSET) & IS_BIT_VERT_ACTIVE) && --watchdog) 790 watchdog = 65536; 791 while ((!(inXGIREG(RelIO + INPUTSTATOFFSET) & IS_BIT_VERT_ACTIVE)) && --watchdog) 807 int watchdog; local in function:XGI_WaitEndRetrace 813 watchdog = 65536; 814 while ((!(inXGIREG(RelIO + INPUTSTATOFFSET) & IS_BIT_VERT_ACTIVE)) && --watchdog) 817 watchdog = 65536; 818 while ((inXGIREG(RelIO + INPUTSTATOFFSET) & IS_BIT_VERT_ACTIVE) && --watchdog) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| H A D | deqp-runner.sh | 34 ./deqp-gles2 --deqp-log-filename=/dev/null --deqp-caselist-file=/tmp/next-batch.txt --deqp-watchdog=enable --deqp-crashhandler=enable >> /tmp/result.txt
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.c | 763 int temp, watchdog; local in function:set_hastwooverlays 773 watchdog = WATCHDOG_DELAY; 774 while((!vblank_active_CRT2(pSiS, pPriv)) && --watchdog); 775 watchdog = WATCHDOG_DELAY; 776 while(vblank_active_CRT2(pSiS, pPriv) && --watchdog); 2319 int modeflags, totalPixels, confactor, sample, watchdog = 0; local in function:set_overlay 2404 watchdog = 0xffff; 2407 watchdog = get_scanline_CRT2(pSiS, pPriv); 2408 } while((watchdog <= mytop) || (watchdog > 2554 int watchdog; local in function:close_overlay 2657 int sx = 0, sy = 0, watchdog; local in function:SISDisplayVideo [all...] |
| H A D | sis6326_video.c | 925 CARD32 watchdog; local in function:set_overlay 990 watchdog = WATCHDOG_DELAY; 991 while ((!pOverlay->VBlankActiveFunc(pSiS)) && --watchdog); 992 if(!watchdog) xf86DrvMsg(pScrn->scrnIndex, X_WARNING, 1063 CARD32 watchdog; local in function:close_overlay 1065 watchdog = WATCHDOG_DELAY; 1066 while((!vblank_active_CRT1(pSiS)) && --watchdog);
|
| H A D | sis_vb.c | 179 int watchdog; local in function:SiS_SISDetectCRT1 186 watchdog = 655360; 187 while((!((inSISREG(SISINPSTAT)) & 0x01)) && --watchdog); 188 watchdog = 655360; 189 while(((inSISREG(SISINPSTAT)) & 0x01) && --watchdog);
|
| H A D | init301.c | 609 unsigned short watchdog; local in function:SiS_WaitRetrace1 614 watchdog = 65535; 615 while((SiS_GetRegByte(SiS_Pr->SiS_P3da) & 0x08) && --watchdog); 616 watchdog = 65535; 617 while((!(SiS_GetRegByte(SiS_Pr->SiS_P3da) & 0x08)) && --watchdog); 624 unsigned short watchdog; local in function:SiS_WaitRetrace2 626 watchdog = 65535; 627 while((SiS_GetReg(SiS_Pr->SiS_Part1Port,reg) & 0x02) && --watchdog); 628 watchdog = 65535; 629 while((!(SiS_GetReg(SiS_Pr->SiS_Part1Port,reg) & 0x02)) && --watchdog); 9632 unsigned short temp, watchdog=1000; local in function:SiS_SetSCLKHigh [all...] |
| H A D | sis_driver.c | 12466 int realvde, myypos, watchdog = 32; local in function:SiS_SetTVyscale 12487 } while(watchdog--); 13928 int watchdog; local in function:SISWaitRetraceCRT1 13937 watchdog = 65536; 13938 while((inSISREG(SISINPSTAT) & 0x08) && --watchdog); 13939 watchdog = 65536; 13940 while((!(inSISREG(SISINPSTAT) & 0x08)) && --watchdog); 13947 int watchdog; local in function:SISWaitRetraceCRT2 13966 watchdog = 65536; 13970 } while(--watchdog); [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.3.rst | 107 - ci: Drop old comment about enabling --deqp-watchdog.
|
| H A D | 19.0.0.rst | 1974 - ddebug: simplify watchdog loop and fix crash in the no-timeout case
|
| H A D | 19.3.0.rst | 1111 - gitlab-ci: Disable dEQP's watchdog timer.
|
| H A D | 20.2.0.rst | 1732 - ci: Drop old comment about enabling --deqp-watchdog.
|
Completed in 44 milliseconds