Home
last modified time | relevance | path

Searched refs:TTM_PL_FLAG_UNCACHED (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_placement.h71 #define TTM_PL_FLAG_UNCACHED (1 << 17) macro
77 TTM_PL_FLAG_UNCACHED | \
H A Dttm_tt.c152 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
H A Dttm_bo.c964 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
965 result |= TTM_PL_FLAG_UNCACHED; in ttm_bo_select_caching()