Searched refs:ttm_cached (Results 1 – 12 of 12) 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_resource_test.c | 143 KUNIT_ASSERT_EQ(test, res->bus.caching, ttm_cached); in ttm_resource_init_basic()
|
H A D | ttm_pool_test.c | 272 enum ttm_caching pool_caching = ttm_cached; in ttm_pool_alloc_caching_mismatch()
|
/linux/include/drm/ttm/ |
H A D | ttm_caching.h | 52 ttm_cached enumerator
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_module.c | 65 if (caching == ttm_cached) in ttm_prot_from_caching()
|
H A D | ttm_bo_util.c | 331 else if (mem->bus.caching == ttm_cached) in ttm_bo_ioremap() 362 if (num_pages == 1 && ttm->caching == ttm_cached && in ttm_bo_kmap_ttm() 520 else if (mem->bus.caching == ttm_cached) in ttm_bo_vmap()
|
/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/qxl/ |
H 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/loongson/ |
H 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/amd/amdgpu/ |
H A D | amdgpu_vram_mgr.c | 611 vres->base.bus.caching = ttm_cached; in amdgpu_vram_mgr_new()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 446 enum ttm_caching caching = ttm_cached; in xe_ttm_tt_create() 472 caching = ttm_cached; in xe_ttm_tt_create()
|