Home
last modified time | relevance | path

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

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