Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h65 struct adreno_rev { struct
73 ((struct adreno_rev){ core, major, minor, patchid }) argument
81 struct adreno_rev rev;
92 const struct adreno_info *adreno_info(struct adreno_rev rev);
96 struct adreno_rev rev;
140 struct adreno_rev rev;
Dadreno_device.c148 const struct adreno_info *adreno_info(struct adreno_rev rev) in adreno_info()
228 static int find_chipid(struct device *dev, struct adreno_rev *rev) in find_chipid()