Home
last modified time | relevance | path

Searched refs:TTM_PAGE_FLAG_DMA32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c199 if ((flags & TTM_PAGE_FLAG_DMA32) != 0) in ttm_vm_page_alloc()
319 if (flags & TTM_PAGE_FLAG_DMA32) in ttm_get_pool()
817 TTM_PAGE_FLAG_DMA32, "wc dma"); in ttm_page_alloc_init()
819 TTM_PAGE_FLAG_DMA32, "uc dma"); in ttm_page_alloc_init()
H A Dttm_bo_driver.h81 #define TTM_PAGE_FLAG_DMA32 (1 << 7) macro
H A Dttm_page_alloc_dma.c357 if (flags & TTM_PAGE_FLAG_DMA32) in ttm_to_type()
878 if (ttm->page_flags & TTM_PAGE_FLAG_DMA32) in ttm_dma_populate()
H A Dttm_bo.c379 page_flags |= TTM_PAGE_FLAG_DMA32; in ttm_bo_add_ttm()