Searched refs:GEN9_NUM_MOCS_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_mocs.c54 #define GEN9_NUM_MOCS_ENTRIES 62 /* 62 out of 64 - 63 & 64 are reserved. */ macro
181 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) emit_mocs_control_table()
184 ret = intel_logical_ring_begin(req, 2 + 2 * GEN9_NUM_MOCS_ENTRIES); emit_mocs_control_table()
191 MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES)); emit_mocs_control_table()
207 for (; index < GEN9_NUM_MOCS_ENTRIES; index++) { emit_mocs_control_table()
240 if (WARN_ON(table->size > GEN9_NUM_MOCS_ENTRIES)) emit_mocs_l3cc_table()
243 ret = intel_logical_ring_begin(req, 2 + GEN9_NUM_MOCS_ENTRIES); emit_mocs_l3cc_table()
250 MI_LOAD_REGISTER_IMM(GEN9_NUM_MOCS_ENTRIES / 2)); emit_mocs_l3cc_table()
272 for (; i < GEN9_NUM_MOCS_ENTRIES / 2; i++) { emit_mocs_l3cc_table()

Completed in 60 milliseconds