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. */ macro181 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) in emit_mocs_control_table()184 ret = intel_logical_ring_begin(req, 2 + 2 * GEN9_NUM_MOCS_ENTRIES); in emit_mocs_control_table()191 MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES)); in emit_mocs_control_table()207 for (; index < GEN9_NUM_MOCS_ENTRIES; index++) { in emit_mocs_control_table()240 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) in emit_mocs_l3cc_table()243 ret = intel_logical_ring_begin(req, 2 + GEN9_NUM_MOCS_ENTRIES); in emit_mocs_l3cc_table()250 MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES / 2)); in emit_mocs_l3cc_table()272 for (; i < GEN9_NUM_MOCS_ENTRIES / 2; i++) { in emit_mocs_l3cc_table()