Searched refs:_rev_match (Results 1 – 1 of 1) sorted by relevance
143 static inline bool _rev_match(uint8_t entry, uint8_t id) in _rev_match() function155 if (_rev_match(info->rev.core, rev.core) && in adreno_info()156 _rev_match(info->rev.major, rev.major) && in adreno_info()157 _rev_match(info->rev.minor, rev.minor) && in adreno_info()158 _rev_match(info->rev.patchid, rev.patchid)) in adreno_info()