Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h35 struct adreno_rev { struct
43 ((struct adreno_rev){ core, major, minor, patchid }) argument
58 struct adreno_rev rev;
70 const struct adreno_info *adreno_info(struct adreno_rev rev);
74 struct adreno_rev rev;
124 struct adreno_rev rev;
Dadreno_device.c259 const struct adreno_info *adreno_info(struct adreno_rev rev) in adreno_info()
340 static int find_chipid(struct device *dev, struct adreno_rev *rev) in find_chipid()