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

/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c206 if ((flags & TTM_PAGE_FLAG_DMA32) != 0)
326 if (flags & TTM_PAGE_FLAG_DMA32)
824 TTM_PAGE_FLAG_DMA32, "wc dma");
826 TTM_PAGE_FLAG_DMA32, "uc dma");
H A Dttm_bo_driver.h82 #define TTM_PAGE_FLAG_DMA32 (1 << 7) macro
H A Dttm_page_alloc_dma.c359 if (flags & TTM_PAGE_FLAG_DMA32)
880 if (ttm->page_flags & TTM_PAGE_FLAG_DMA32)
H A Dttm_bo.c381 page_flags |= TTM_PAGE_FLAG_DMA32;

Completed in 108 milliseconds