Searched refs:SNA_NO_FLIP (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c645 sna->flags |= SNA_NO_FLIP;
646 DBG(("%s: page flips? %s\n", __FUNCTION__, sna->flags & SNA_NO_FLIP ? "disabled" : "enabled"));
648 if ((sna->flags & (SNA_NO_VSYNC | SNA_NO_FLIP | SNA_NO_WAIT)) == 0 &&
H A Dsna_present.c618 if (sna->flags & SNA_NO_FLIP) {
H A Dsna.h258 #define SNA_NO_FLIP 0x20 macro
H A Dsna_dri2.c216 return (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0 &&
676 (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0)
H A Dsna_display.c7567 if (sna->flags & SNA_NO_FLIP)
7591 if (sna->flags & SNA_NO_FLIP)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c678 sna->flags |= SNA_NO_FLIP;
679 DBG(("%s: page flips? %s\n", __FUNCTION__, sna->flags & SNA_NO_FLIP ? "disabled" : "enabled"));
681 if ((sna->flags & (SNA_NO_VSYNC | SNA_NO_FLIP | SNA_NO_WAIT)) == 0 &&
H A Dsna_present.c227 if (sna->flags & SNA_NO_FLIP) {
H A Dsna.h243 #define SNA_NO_FLIP 0x20 macro
H A Dsna_dri2.c518 (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0)
H A Dsna_display.c5753 if (sna->flags & SNA_NO_FLIP)
5777 if (sna->flags & SNA_NO_FLIP)

Completed in 36 milliseconds