Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h37 struct adreno_rev { struct
45 ((struct adreno_rev){ core, major, minor, patchid }) argument
60 struct adreno_rev rev;
72 const struct adreno_info *adreno_info(struct adreno_rev rev);
76 struct adreno_rev rev;
126 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()