Searched refs:ttm_caching (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| A D | ttm_pool_test.c | 52 enum ttm_caching caching, in ttm_tt_kunit_init() 75 enum ttm_caching caching) in ttm_pool_pre_populated() 142 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic() 204 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic_dma_addr() 243 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_caching_match() 271 enum ttm_caching tt_caching = ttm_uncached; in ttm_pool_alloc_caching_mismatch() 272 enum ttm_caching pool_caching = ttm_cached; in ttm_pool_alloc_caching_mismatch() 305 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_mismatch() 341 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_dma_alloc() 372 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_no_dma_alloc() [all …]
|
| 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()
|
| /linux/include/drm/ttm/ |
| A D | ttm_caching.h | 35 enum ttm_caching { enum 55 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
|
| A D | ttm_tt.h | 112 enum ttm_caching caching; 158 uint32_t page_flags, enum ttm_caching caching, 161 uint32_t page_flags, enum ttm_caching caching);
|
| A D | ttm_pool.h | 53 enum ttm_caching caching;
|
| A D | ttm_resource.h | 230 enum ttm_caching caching;
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_pool.c | 133 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page() 165 enum ttm_caching caching) in ttm_pool_apply_caching() 260 enum ttm_caching caching, unsigned int order) in ttm_pool_type_init() 288 enum ttm_caching caching, in ttm_pool_select_type() 393 enum ttm_caching caching, in ttm_pool_free_range() 435 enum ttm_caching page_caching; in ttm_pool_alloc()
|
| A D | ttm_module.c | 62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) in ttm_prot_from_caching()
|
| A D | ttm_tt.c | 152 enum ttm_caching caching, in ttm_tt_init_fields() 164 uint32_t page_flags, enum ttm_caching caching, in ttm_tt_init() 195 uint32_t page_flags, enum ttm_caching caching) in ttm_sg_tt_init()
|
| A D | ttm_bo_util.c | 294 enum ttm_caching caching; in ttm_io_prot()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_sgdma.c | 73 enum ttm_caching caching; in nouveau_sgdma_create_ttm()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_ttm.c | 111 static enum ttm_caching 272 enum ttm_caching caching; in i915_ttm_tt_create()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 485 enum ttm_caching caching; in radeon_ttm_tt_create()
|
| /linux/Documentation/gpu/ |
| A D | drm-mm.rst | 34 .. kernel-doc:: include/drm/ttm/ttm_caching.h
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_bo.c | 346 enum ttm_caching caching = ttm_cached; in xe_ttm_tt_create()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1102 enum ttm_caching caching; in amdgpu_ttm_tt_create()
|
Completed in 40 milliseconds