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

/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c202 if ((flags & TTM_PAGE_FLAG_DMA32) != 0)
322 if (flags & TTM_PAGE_FLAG_DMA32)
820 TTM_PAGE_FLAG_DMA32, "wc dma");
822 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 99 milliseconds