Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h36 struct adreno_rev { struct
46 ((struct adreno_rev){ core, major, minor, patchid }) argument
61 struct adreno_rev rev;
74 const struct adreno_info *adreno_info(struct adreno_rev rev);
78 struct adreno_rev rev;
129 struct adreno_rev rev;
146 bool adreno_cmp_rev(struct adreno_rev rev1, struct adreno_rev rev2);
Dadreno_device.c384 bool adreno_cmp_rev(struct adreno_rev rev1, struct adreno_rev rev2) in adreno_cmp_rev()
393 const struct adreno_info *adreno_info(struct adreno_rev rev) in adreno_info()
470 static int find_chipid(struct device *dev, struct adreno_rev *rev) in find_chipid()
Da6xx_gpu.c1901 static u32 fuse_to_supp_hw(struct device *dev, struct adreno_rev rev, u32 fuse) in fuse_to_supp_hw()
1924 static int a6xx_set_supported_hw(struct device *dev, struct adreno_rev rev) in a6xx_set_supported_hw()
Dadreno_gpu.c1045 struct adreno_rev *rev = &config->rev; in adreno_gpu_init()