Lines Matching defs:model
218 const struct panfrost_model *model;
273 for (model = gpu_models; model->name; model++) {
276 if (!panfrost_model_eq(pfdev, model->id))
279 name = model->name;
280 hw_feat = model->features;
281 hw_issues |= model->issues;
283 if (model->revs[i].revision == rev) {
286 } else if (model->revs[i].revision == (rev & ~0xf))
291 hw_issues |= model->revs[best].issues;