Searched refs:ttm_cached (Results 1 – 17 of 17) sorted by relevance
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_caching.h | 50 ttm_cached enumerator
|
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
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_pool.c | 143 if (caching != ttm_cached && !PageHighMem(p)) in ttm_pool_free_page() 173 case ttm_cached: in ttm_pool_apply_caching() 687 case ttm_cached: in ttm_pool_debugfs()
|
A D | ttm_bo_util.c | 320 else if (mem->bus.caching == ttm_cached) in ttm_bo_ioremap() 349 if (num_pages == 1 && ttm->caching == ttm_cached) { in ttm_bo_kmap_ttm() 480 else if (mem->bus.caching == ttm_cached) in ttm_bo_vmap()
|
A D | ttm_resource.c | 187 res->bus.caching = ttm_cached; in ttm_resource_init() 675 else if (mem->bus.caching == ttm_cached) in ttm_kmap_iter_linear_io_init()
|
A D | ttm_tt.c | 140 ttm->caching = ttm_cached; in ttm_tt_init_fields()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_ttm_buffer.c | 516 ttm_cached); in vmw_ttm_tt_create() 519 ttm_cached, 0); in vmw_ttm_tt_create() 549 mem->bus.caching = ttm_cached; in vmw_ttm_io_mem_reserve()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_sgdma.c | 80 caching = ttm_cached; in nouveau_sgdma_create_ttm()
|
/linux-6.3-rc2/drivers/gpu/drm/qxl/ |
A D | qxl_ttm.c | 116 if (ttm_tt_init(ttm, bo, page_flags, ttm_cached, 0)) { in qxl_ttm_tt_create()
|
/linux-6.3-rc2/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 | 122 return ttm_cached; in i915_ttm_select_tt_caching() 295 if (i915_gem_object_is_shrinkable(obj) && caching == ttm_cached) { in i915_ttm_tt_create()
|
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | radeon_ttm.c | 455 if (ttm->caching == ttm_cached) in radeon_ttm_backend_bind() 517 caching = ttm_cached; in radeon_ttm_tt_create()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ttm.c | 1049 caching = ttm_cached; in amdgpu_ttm_tt_create() 1273 if (ttm->caching == ttm_cached) in amdgpu_ttm_tt_pde_flags() 1278 mem->bus.caching == ttm_cached) in amdgpu_ttm_tt_pde_flags()
|
A D | amdgpu_gmc.c | 183 if (bo->ttm->num_pages != 1 || bo->ttm->caching == ttm_cached) in amdgpu_gmc_agp_addr()
|
A D | amdgpu_vram_mgr.c | 550 vres->base.bus.caching = ttm_cached; in amdgpu_vram_mgr_new()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_gem_vram_helper.c | 873 ret = ttm_tt_init(tt, bo, page_flags, ttm_cached, 0); in bo_driver_ttm_tt_create()
|
Completed in 30 milliseconds