Home
last modified time | relevance | path

Searched refs:ttm_cached (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_tt_test.c45 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()
H A Dttm_kunit_helpers.c53 ttm_tt_init(tt, bo, page_flags, ttm_cached, 0); in ttm_tt_simple_create()
H A Dttm_resource_test.c143 KUNIT_ASSERT_EQ(test, res->bus.caching, ttm_cached); in ttm_resource_init_basic()
/linux/include/drm/ttm/
H A Dttm_caching.h52 ttm_cached enumerator
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c419 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/
H A Dnouveau_sgdma.c80 caching = ttm_cached; in nouveau_sgdma_create_ttm()
/linux/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c56 int ret, cached = ttm->caching == ttm_cached; in ttm_agp_bind()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c115 if (ttm_tt_init(ttm, bo, page_flags, ttm_cached, 0)) { in qxl_ttm_tt_create()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c443 if (ttm->caching == ttm_cached) in radeon_ttm_backend_bind()
505 caching = ttm_cached; in radeon_ttm_tt_create()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c122 return ttm_cached; in i915_ttm_select_tt_caching()
291 if (i915_gem_object_is_shrinkable(obj) && caching == ttm_cached) { in i915_ttm_tt_create()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c103 ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached); in lsdc_ttm_tt_create()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1207 caching = ttm_cached; in amdgpu_ttm_tt_create()
1445 if (ttm && ttm->caching == ttm_cached) in amdgpu_ttm_tt_pde_flags()
1450 mem->bus.caching == ttm_cached) in amdgpu_ttm_tt_pde_flags()
H A Damdgpu_gmc.c195 if (bo->ttm->num_pages != 1 || bo->ttm->caching == ttm_cached) in amdgpu_gmc_agp_addr()