Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h56 struct adreno_rev { struct
64 ((struct adreno_rev){ core, major, minor, patchid }) argument
72 struct adreno_rev rev;
83 const struct adreno_info *adreno_info(struct adreno_rev rev);
87 struct adreno_rev rev;
131 struct adreno_rev rev;
Dadreno_device.c191 const struct adreno_info *adreno_info(struct adreno_rev rev) in adreno_info()
272 static int find_chipid(struct device *dev, struct adreno_rev *rev) in find_chipid()