Searched refs:ttm_cached (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H 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()
|
| H A D | ttm_kunit_helpers.c | 53 ttm_tt_init(tt, bo, page_flags, ttm_cached, 0); in ttm_tt_simple_create()
|
| H A D | ttm_resource_test.c | 143 KUNIT_ASSERT_EQ(test, res->bus.caching, ttm_cached); in ttm_resource_init_basic()
|
| /linux/include/drm/ttm/ |
| H A D | ttm_caching.h | 52 ttm_cached enumerator
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H 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/ |
| H A D | nouveau_sgdma.c | 80 caching = ttm_cached; in nouveau_sgdma_create_ttm()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_agp_backend.c | 56 int ret, cached = ttm->caching == ttm_cached; in ttm_agp_bind()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_ttm.c | 115 if (ttm_tt_init(ttm, bo, page_flags, ttm_cached, 0)) { in qxl_ttm_tt_create()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 443 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 D | i915_gem_ttm.c | 122 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 D | lsdc_ttm.c | 103 ret = ttm_sg_tt_init(tt, tbo, page_flags, ttm_cached); in lsdc_ttm_tt_create()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 1207 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 D | amdgpu_gmc.c | 195 if (bo->ttm->num_pages != 1 || bo->ttm->caching == ttm_cached) in amdgpu_gmc_agp_addr()
|