Home
last modified time | relevance | path

Searched refs:default_caching (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h277 uint32_t default_caching; member
H A Dttm_bo.c70 printf(" default_caching: 0x%08X\n", man->default_caching); in ttm_mem_type_debug()
958 else if ((man->default_caching & caching) != 0) in ttm_bo_select_caching()
959 result |= man->default_caching; in ttm_bo_select_caching()