Searched refs:GEN9_NUM_MOCS_ENTRIES (Results 1 – 1 of 1) sorted by relevance
54 #define GEN9_NUM_MOCS_ENTRIES 62 /* 62 out of 64 - 63 & 64 are reserved. */ macro247 if (WARN_ON(table.size > GEN9_NUM_MOCS_ENTRIES)) in intel_mocs_init_engine()262 for (; index < GEN9_NUM_MOCS_ENTRIES; index++) in intel_mocs_init_engine()286 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) in emit_mocs_control_table()289 cs = intel_ring_begin(rq, 2 + 2 * GEN9_NUM_MOCS_ENTRIES); in emit_mocs_control_table()293 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES); in emit_mocs_control_table()308 for (; index < GEN9_NUM_MOCS_ENTRIES; index++) { in emit_mocs_control_table()344 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) in emit_mocs_l3cc_table()347 cs = intel_ring_begin(rq, 2 + GEN9_NUM_MOCS_ENTRIES); in emit_mocs_l3cc_table()351 *cs++ = MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES / 2); in emit_mocs_l3cc_table()[all …]