Searched refs:_rev_match (Results 1 – 1 of 1) sorted by relevance
254 static inline bool _rev_match(uint8_t entry, uint8_t id) in _rev_match() function266 if (_rev_match(info->rev.core, rev.core) && in adreno_info()267 _rev_match(info->rev.major, rev.major) && in adreno_info()268 _rev_match(info->rev.minor, rev.minor) && in adreno_info()269 _rev_match(info->rev.patchid, rev.patchid)) in adreno_info()