Searched refs:DRM_XE_QUERY_CONFIG_FLAGS (Results 1 – 17 of 17) sorted by relevance
91 #define DRM_XE_QUERY_CONFIG_FLAGS 1 macro
406 #define DRM_XE_QUERY_CONFIG_FLAGS 1 macro
93 #define DRM_XE_QUERY_CONFIG_FLAGS 1 macro
410 #define DRM_XE_QUERY_CONFIG_FLAGS 1 macro
74 if (config->info[DRM_XE_QUERY_CONFIG_FLAGS] & DRM_XE_QUERY_CONFIG_FLAG_HAS_VRAM) in xe_query_config()
683 …bool has_vram = ((config->info[DRM_XE_QUERY_CONFIG_FLAGS] & DRM_XE_QUERY_CONFIG_FLAG_HAS_VRAM) > 0… in __mos_has_vram_xe()