Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_device.c86 static inline bool _rev_match(uint8_t entry, uint8_t id) in _rev_match() function
98 if (_rev_match(info->rev.core, rev.core) && in adreno_info()
99 _rev_match(info->rev.major, rev.major) && in adreno_info()
100 _rev_match(info->rev.minor, rev.minor) && in adreno_info()
101 _rev_match(info->rev.patchid, rev.patchid)) in adreno_info()