Lines Matching defs:table
17 struct drm_i915_mocs_table table;
69 flags = get_mocs_settings(gt->i915, &arg->table);
74 arg->l3cc = &arg->table;
77 arg->mocs = &arg->table;
131 const struct drm_i915_mocs_table *table,
137 if (!table)
145 return read_regs(rq, addr, table->n_entries, offset);
149 const struct drm_i915_mocs_table *table,
154 if (!table)
157 return read_regs(rq, addr, (table->n_entries + 1) / 2, offset);
161 const struct drm_i915_mocs_table *table,
167 if (!table)
170 for_each_mocs(expect, table, i) {
193 const struct drm_i915_mocs_table *table,
201 if (!table)
204 for_each_l3cc(expect, table, i) {
268 /* Basic check the system is configured with the expected mocs table */
294 /* Every new context should see the same mocs table */
447 struct drm_i915_mocs_table table;
449 if (!get_mocs_settings(i915, &table))