Symbol: ttm_write_combined
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1203
caching = ttm_write_combined;
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
611
vres->base.bus.caching = ttm_write_combined;
drivers/gpu/drm/drm_gem_vram_helper.c
798
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
124
return ttm_write_combined;
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
684
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/loongson/lsdc_ttm.c
233
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/nouveau/nouveau_bo.c
1275
reg->bus.caching = ttm_write_combined;
drivers/gpu/drm/nouveau/nouveau_bo.c
1295
reg->bus.caching = ttm_write_combined;
drivers/gpu/drm/nouveau/nouveau_sgdma.c
78
caching = ttm_write_combined;
drivers/gpu/drm/qxl/qxl_ttm.c
84
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/qxl/qxl_ttm.c
90
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/radeon/radeon_ttm.c
272
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/radeon/radeon_ttm.c
283
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/radeon/radeon_ttm.c
503
caching = ttm_write_combined;
drivers/gpu/drm/ttm/ttm_agp_backend.c
138
if (ttm_tt_init(&agp_be->ttm, bo, page_flags, ttm_write_combined, 0)) {
drivers/gpu/drm/ttm/ttm_bo_util.c
328
if (mem->bus.caching == ttm_write_combined)
drivers/gpu/drm/ttm/ttm_bo_util.c
514
else if (mem->bus.caching == ttm_write_combined)
drivers/gpu/drm/ttm/ttm_module.c
69
if (caching == ttm_write_combined)
drivers/gpu/drm/ttm/ttm_module.c
79
if (caching == ttm_write_combined)
drivers/gpu/drm/ttm/ttm_pool.c
1406
case ttm_write_combined:
drivers/gpu/drm/ttm/ttm_pool.c
1490
ttm_write_combined, i);
drivers/gpu/drm/ttm/ttm_pool.c
1494
ttm_write_combined, i);
drivers/gpu/drm/ttm/ttm_pool.c
275
case ttm_write_combined:
drivers/gpu/drm/ttm/ttm_pool.c
431
case ttm_write_combined:
drivers/gpu/drm/ttm/ttm_resource.c
867
if (mem->bus.caching == ttm_write_combined)
drivers/gpu/drm/xe/xe_bo.c
490
caching = ttm_write_combined;
drivers/gpu/drm/xe/xe_bo.c
505
caching = ttm_write_combined;
drivers/gpu/drm/xe/xe_bo.c
647
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
282
mem->bus.caching = ttm_write_combined;
drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c
304
mem->bus.caching = ttm_write_combined;