Searched refs:ttm_caching (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/sys/dev/pci/drm/ttm/tests/ |
H 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() 143 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic() 205 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic_dma_addr() 244 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_caching_match() 272 enum ttm_caching tt_caching = ttm_uncached; in ttm_pool_alloc_caching_mismatch() 273 enum ttm_caching pool_caching = ttm_cached; in ttm_pool_alloc_caching_mismatch() 306 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_mismatch() 342 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_dma_alloc() 373 enum ttm_caching caching = ttm_uncached; in ttm_pool_free_no_dma_alloc() [all …]
|
/openbsd-src/sys/dev/pci/drm/include/drm/ttm/ |
H A D | ttm_caching.h | 33 enum ttm_caching { enum 53 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp);
|
H A D | ttm_tt.h | 114 enum ttm_caching caching; 164 uint32_t page_flags, enum ttm_caching caching, 167 uint32_t page_flags, enum ttm_caching caching);
|
H A D | ttm_pool.h | 58 enum ttm_caching caching;
|
H A D | ttm_resource.h | 193 enum ttm_caching caching;
|
/openbsd-src/sys/dev/pci/drm/ttm/ |
H A D | ttm_pool.c | 140 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page() 232 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page() 256 enum ttm_caching caching) in ttm_pool_apply_caching() 388 enum ttm_caching caching, unsigned int order) in ttm_pool_type_init() 424 enum ttm_caching caching, in ttm_pool_select_type() 534 enum ttm_caching caching, in ttm_pool_free_range() 576 enum ttm_caching page_caching; in ttm_pool_alloc()
|
H A D | ttm_module.c | 62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) in ttm_prot_from_caching()
|
H A D | ttm_tt.c | 158 enum ttm_caching caching, in ttm_tt_init_fields() 173 uint32_t page_flags, enum ttm_caching caching, in ttm_tt_init() 212 uint32_t page_flags, enum ttm_caching caching) in ttm_sg_tt_init()
|
H A D | ttm_bo_util.c | 296 enum ttm_caching caching; in ttm_io_prot()
|
/openbsd-src/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 113 static enum ttm_caching 286 enum ttm_caching caching; in i915_ttm_tt_create()
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_ttm.c | 507 enum ttm_caching caching; in radeon_ttm_tt_create()
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1109 enum ttm_caching caching; in amdgpu_ttm_tt_create()
|