Lines Matching refs:n_entries
39 unsigned int n_entries; member
291 table->n_entries = GEN11_NUM_MOCS_ENTRIES; in get_mocs_settings()
296 table->n_entries = GEN11_NUM_MOCS_ENTRIES; in get_mocs_settings()
300 table->n_entries = GEN9_NUM_MOCS_ENTRIES; in get_mocs_settings()
305 table->n_entries = GEN9_NUM_MOCS_ENTRIES; in get_mocs_settings()
397 for (; index < table.n_entries; index++) in intel_mocs_init_engine()
414 if (GEM_DEBUG_WARN_ON(table.size > table.n_entries)) in intel_mocs_init_global()
427 for (; index < table.n_entries; index++) in intel_mocs_init_global()
441 if (GEM_WARN_ON(table->size > table->n_entries)) in emit_mocs_control_table()
447 cs = intel_ring_begin(rq, 2 + 2 * table->n_entries); in emit_mocs_control_table()
451 *cs++ = MI_LOAD_REGISTER_IMM(table->n_entries); in emit_mocs_control_table()
461 for (; index < table->n_entries; index++) { in emit_mocs_control_table()
499 if (GEM_WARN_ON(table->size > table->n_entries)) in emit_mocs_l3cc_table()
505 cs = intel_ring_begin(rq, 2 + table->n_entries); in emit_mocs_l3cc_table()
509 *cs++ = MI_LOAD_REGISTER_IMM(table->n_entries / 2); in emit_mocs_l3cc_table()
529 for (; i < table->n_entries / 2; i++) { in emit_mocs_l3cc_table()
573 for (; i < table.n_entries / 2; i++) in intel_mocs_init_l3cc_table()