Searched defs:TTM_NUM_MEM_TYPES (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/ttm/
H A Dttm_range_manager.h46 BUILD_BUG_ON(__builtin_constant_p(type) && type >= TTM_NUM_MEM_TYPES); local
53 BUILD_BUG_ON(__builtin_constant_p(type) && type >= TTM_NUM_MEM_TYPES); local
H A Dttm_device.h279 && mem_type >= TTM_NUM_MEM_TYPES); local
286 BUILD_BUG_ON(__builtin_constant_p(type) && type >= TTM_NUM_MEM_TYPES); local
H A Dttm_resource.h39 #define TTM_NUM_MEM_TYPES 8 macro

Completed in 106 milliseconds