Searched defs:caching (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_module.c62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) argument
H A Dttm_tt.c155 ttm_tt_init_fields(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching, unsigned long extra_pages) argument
172 ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching, unsigned long extra_pages) argument
211 ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching) argument
H A Dttm_bo_util.c296 enum ttm_caching caching; local
[all...]
H A Dttm_pool.c140 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, argument
232 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, argument
255 ttm_pool_apply_caching(struct vm_page **first, struct vm_page **last, enum ttm_caching caching) argument
387 ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, enum ttm_caching caching, unsigned int order) argument
423 ttm_pool_select_type(struct ttm_pool *pool, enum ttm_caching caching, unsigned int order) argument
533 ttm_pool_free_range(struct ttm_pool *pool, struct ttm_tt *tt, enum ttm_caching caching, pgoff_t start_page, pgoff_t end_page) argument
574 struct vm_page **caching = tt->pages; local
[all...]
/openbsd-current/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_pool.h58 enum ttm_caching caching; member in struct:ttm_pool_type
85 } caching[TTM_NUM_CACHING_TYPES]; member in struct:ttm_pool
H A Dttm_tt.h114 enum ttm_caching caching; member in struct:ttm_tt
H A Dttm_resource.h193 enum ttm_caching caching; member in struct:ttm_bus_placement
/openbsd-current/sys/dev/pci/drm/ttm/tests/
H A Dttm_pool_test.c143 enum ttm_caching caching = ttm_uncached; local
205 enum ttm_caching caching = ttm_uncached; local
244 enum ttm_caching caching = ttm_uncached; local
50 ttm_tt_kunit_init(struct kunit *test, uint32_t page_flags, enum ttm_caching caching, size_t size) argument
73 ttm_pool_pre_populated(struct kunit *test, size_t size, enum ttm_caching caching) argument
306 enum ttm_caching caching = ttm_uncached; local
342 enum ttm_caching caching = ttm_uncached; local
373 enum ttm_caching caching = ttm_uncached; local
401 enum ttm_caching caching = ttm_uncached; local
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_ttm.c507 enum ttm_caching caching; local
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.c286 enum ttm_caching caching; local
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ttm.c1107 enum ttm_caching caching; local
/openbsd-current/sys/dev/pci/drm/include/uapi/drm/
H A Di915_drm.h1711 __u32 caching; member in struct:drm_i915_gem_caching
[all...]

Completed in 102 milliseconds