Searched refs:SNA_LINEAR_FB (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_driver.c459 if (sna->flags & SNA_LINEAR_FB)
477 if (sna->flags & SNA_LINEAR_FB)
630 sna->flags |= SNA_LINEAR_FB;
632 sna->flags |= SNA_LINEAR_FB;
H A Dsna_present.c653 if (sna->flags & SNA_LINEAR_FB) {
809 if ((sna->flags & SNA_LINEAR_FB) == 0)
837 if (sna->flags & SNA_LINEAR_FB &&
H A Dsna_dri2.c216 return (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0 &&
659 if (pixmap == sna->front && !(sna->flags & SNA_LINEAR_FB))
676 (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0)
2123 !!(sna->flags & SNA_LINEAR_FB)));
H A Dsna.h270 #define SNA_LINEAR_FB 0x40000 macro
H A Dsna_display.c2420 if (priv->gpu_bo->tiling && sna->flags & SNA_LINEAR_FB) {
2634 if (sna->flags & SNA_LINEAR_FB)
H A Dsna_accel.c1682 if (pixmap->usage_hint == SNA_CREATE_FB && (sna->flags & SNA_LINEAR_FB) == 0) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_driver.c488 if (sna->flags & SNA_LINEAR_FB)
506 if (sna->flags & SNA_LINEAR_FB)
662 sna->flags |= SNA_LINEAR_FB;
H A Dsna_present.c367 if (sna->flags & SNA_LINEAR_FB &&
H A Dsna.h254 #define SNA_LINEAR_FB 0x40000 macro
H A Dsna_dri2.c503 if (pixmap == sna->front && !(sna->flags & SNA_LINEAR_FB))
518 (sna->flags & (SNA_LINEAR_FB | SNA_NO_WAIT | SNA_NO_FLIP)) == 0)
1646 !!(sna->flags & SNA_LINEAR_FB)));
H A Dsna_display.c1786 if (priv->gpu_bo->tiling && sna->flags & SNA_LINEAR_FB) {
1962 if (sna->flags & SNA_LINEAR_FB)
H A Dsna_accel.c1624 if (pixmap->usage_hint == SNA_CREATE_FB && (sna->flags & SNA_LINEAR_FB) == 0) {

Completed in 76 milliseconds