Lines Matching defs:model
214 * standard. Arm's driver does not appear to handle this model.
228 const struct panfrost_model *model;
284 for (model = gpu_models; model->name; model++) {
287 if (!panfrost_model_eq(pfdev, model->id))
290 name = model->name;
291 hw_feat = model->features;
292 hw_issues |= model->issues;
294 if (model->revs[i].revision == rev) {
297 } else if (model->revs[i].revision == (rev & ~0xf))
302 hw_issues |= model->revs[best].issues;