Home | History | Annotate | Download | only in i965

Lines Matching refs:has_llc

119    bool has_llc:1;
410 bo->cache_coherent = bufmgr->has_llc;
756 if (!bo->cache_coherent && !bo->bufmgr->has_llc) {
908 if (!(flags & MAP_WRITE) && bo->bufmgr->has_llc)
1419 bufmgr->has_llc = devinfo->has_llc;