| /linux/drivers/gpu/drm/ttm/tests/ |
| A D | ttm_tt_test.c | 45 enum ttm_caching caching = ttm_cached; in ttm_tt_init_basic() 71 enum ttm_caching caching = ttm_cached; in ttm_tt_init_misaligned() 94 enum ttm_caching caching = ttm_cached; in ttm_tt_fini_basic() 114 enum ttm_caching caching = ttm_cached; in ttm_tt_fini_sg() 135 enum ttm_caching caching = ttm_cached; in ttm_tt_fini_shmem() 192 enum ttm_caching caching = ttm_cached; in ttm_tt_create_ttm_exists() 283 err = ttm_tt_init(tt, bo, 0, ttm_cached, 0); in ttm_tt_populate_populated_ttm() 307 err = ttm_tt_init(tt, bo, 0, ttm_cached, 0); in ttm_tt_unpopulate_basic() 330 err = ttm_tt_init(tt, bo, 0, ttm_cached, 0); in ttm_tt_unpopulate_empty_ttm() 351 err = ttm_tt_init(tt, bo, 0, ttm_cached, 0); in ttm_tt_swapin_basic()
|
| A D | ttm_kunit_helpers.c | 50 ttm_tt_init(tt, bo, page_flags, ttm_cached, 0); in ttm_tt_simple_create()
|
| A D | ttm_resource_test.c | 143 KUNIT_ASSERT_EQ(test, res->bus.caching, ttm_cached); in ttm_resource_init_basic()
|
| A D | ttm_pool_test.c | 272 enum ttm_caching pool_caching = ttm_cached; in ttm_pool_alloc_caching_mismatch()
|
| /linux/include/drm/ttm/ |
| A D | ttm_caching.h | 52 ttm_cached enumerator
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_pool.c | 144 if (caching != ttm_cached && !PageHighMem(p)) in ttm_pool_free_page() 174 case ttm_cached: in ttm_pool_apply_caching() 487 page_caching = ttm_cached; in ttm_pool_alloc() 529 ttm_pool_free_range(pool, tt, ttm_cached, caching_divide, num_pages); in ttm_pool_alloc() 745 case ttm_cached: in ttm_pool_debugfs()
|
| A D | ttm_module.c | 65 if (caching == ttm_cached) in ttm_prot_from_caching()
|
| A D | ttm_agp_backend.c | 55 int ret, cached = ttm->caching == ttm_cached; in ttm_agp_bind()
|
| A D | ttm_bo_util.c | 326 else if (mem->bus.caching == ttm_cached) in ttm_bo_ioremap() 357 if (num_pages == 1 && ttm->caching == ttm_cached && in ttm_bo_kmap_ttm() 489 else if (mem->bus.caching == ttm_cached) in ttm_bo_vmap()
|
| A D | ttm_resource.c | 299 res->bus.caching = ttm_cached; in ttm_resource_init() 794 else if (mem->bus.caching == ttm_cached) in ttm_kmap_iter_linear_io_init()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 419 ttm_cached); in vmw_ttm_tt_create() 422 ttm_cached, 0); in vmw_ttm_tt_create() 452 mem->bus.caching = ttm_cached; in vmw_ttm_io_mem_reserve()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_sgdma.c | 80 caching = ttm_cached; in nouveau_sgdma_create_ttm()
|
| /linux/drivers/gpu/drm/qxl/ |
| A D | qxl_ttm.c | 114 if (ttm_tt_init(ttm, bo, page_flags, ttm_cached, 0)) { in qxl_ttm_tt_create()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_ttm_move.c | 57 ttm->caching == ttm_cached) ? I915_CACHE_LLC : in i915_ttm_cache_level() 86 if (i915_ttm_cpu_maps_iomem(bo->resource) || bo->ttm->caching != ttm_cached) { in i915_ttm_adjust_domains_after_move()
|
| A D | i915_gem_ttm.c | 120 return ttm_cached; in i915_ttm_select_tt_caching() 288 if (i915_gem_object_is_shrinkable(obj) && caching == ttm_cached) { in i915_ttm_tt_create()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 444 if (ttm->caching == ttm_cached) in radeon_ttm_backend_bind() 506 caching = ttm_cached; in radeon_ttm_tt_create()
|
| /linux/drivers/gpu/drm/loongson/ |
| A D | lsdc_ttm.c | 102 ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached); in lsdc_ttm_tt_create()
|
| /linux/drivers/gpu/drm/ |
| A D | drm_gem_vram_helper.c | 846 ret = ttm_tt_init(tt, bo, page_flags, ttm_cached, 0); in bo_driver_ttm_tt_create()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1117 caching = ttm_cached; in amdgpu_ttm_tt_create() 1354 if (ttm->caching == ttm_cached) in amdgpu_ttm_tt_pde_flags() 1359 mem->bus.caching == ttm_cached) in amdgpu_ttm_tt_pde_flags()
|
| A D | amdgpu_vram_mgr.c | 611 vres->base.bus.caching = ttm_cached; in amdgpu_vram_mgr_new()
|
| A D | amdgpu_gmc.c | 187 if (bo->ttm->num_pages != 1 || bo->ttm->caching == ttm_cached) in amdgpu_gmc_agp_addr()
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_bo.c | 346 enum ttm_caching caching = ttm_cached; in xe_ttm_tt_create() 372 caching = ttm_cached; in xe_ttm_tt_create()
|