Lines Matching refs:has_llc
304 int expect = kgem->has_llc ? SNOOPED : UNCACHED;
840 if (bo->domain == DOMAIN_CPU || (kgem->has_llc && !bo->scanout)) {
1298 int has_llc = -1;
1303 has_llc = gem_param(kgem, LOCAL_I915_PARAM_HAS_LLC);
1304 if (has_llc == -1) {
1306 has_llc = kgem->gen >= 060;
1309 return has_llc;
1835 if (!kgem->has_llc)
2004 kgem->has_llc = test_has_llc(kgem);
2006 kgem->has_llc));
2108 !DBG_NO_CPU && (kgem->has_llc | kgem->has_userptr | kgem->has_caching),
2109 kgem->has_llc, kgem->has_caching, kgem->has_userptr));
2148 if (!kgem->has_llc && kgem->max_gpu_size > MAX_CACHE_SIZE)
2178 if (kgem->has_llc)
2201 if (kgem->has_llc | kgem->has_caching | kgem->has_userptr) {
3049 if (!kgem->has_llc && bo->domain == DOMAIN_CPU)
3570 (kgem->has_llc || bo->mmapped == MMAPPED_GTT || bo->base.snoop)) {
3777 if (bo->domain == DOMAIN_CPU || kgem->has_llc) {
4013 if (!kgem->batch_bo || !kgem->has_llc) {
4353 if (kgem->has_llc &&
4713 if (flags & CREATE_CPU_MAP && !kgem->has_llc)
4924 caching.caching = kgem->has_llc;
4929 if (kgem->has_llc) {
4936 if (!kgem->has_llc) {
4990 if (flags & CREATE_GTT_MAP && kgem->has_llc) {
5302 if (kgem->has_llc) {
5621 if (kgem->has_llc && tiling == I915_TILING_NONE)
5645 if (flags & UNCACHED && !kgem->has_llc && bo->domain != DOMAIN_CPU)
5690 if (flags & CREATE_CPU_MAP && !kgem->has_llc) {
6053 if (kgem->has_llc) {
6271 if (!kgem->has_llc)
6863 if (bo->tiling == I915_TILING_NONE && !bo->scanout && kgem->has_llc) {
6886 (kgem->has_llc || bo->domain == DOMAIN_CPU)) {
6976 if (bo->tiling == I915_TILING_NONE && kgem->has_llc) {
7074 bo->snoop = !kgem->has_llc;
7151 if (bo->rq == NULL && (kgem->has_llc || bo->snoop) && !write)
7382 if (kgem->has_llc) {
7571 assert(bo->mmapped == MMAPPED_GTT || kgem->has_llc || bo->base.snoop);
7628 if (kgem->has_llc &&
8018 assert(bo->mmapped == MMAPPED_GTT || bo->base.snoop || kgem->has_llc);
8212 if (kgem->has_llc)