Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Dadreno_device.c186 static inline bool _rev_match(uint8_t entry, uint8_t id) in _rev_match() function
198 if (_rev_match(info->rev.core, rev.core) && in adreno_info()
199 _rev_match(info->rev.major, rev.major) && in adreno_info()
200 _rev_match(info->rev.minor, rev.minor) && in adreno_info()
201 _rev_match(info->rev.patchid, rev.patchid)) in adreno_info()