Searched refs:wa_ctx_emit (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | intel_lrc.c | 1114 #define wa_ctx_emit(batch, index, cmd) \ macro 1155 wa_ctx_emit(batch, index, (MI_STORE_REGISTER_MEM_GEN8 | in gen8_emit_flush_coherentl3_wa() 1157 wa_ctx_emit(batch, index, GEN8_L3SQCREG4); in gen8_emit_flush_coherentl3_wa() 1158 wa_ctx_emit(batch, index, ring->scratch.gtt_offset + 256); in gen8_emit_flush_coherentl3_wa() 1159 wa_ctx_emit(batch, index, 0); in gen8_emit_flush_coherentl3_wa() 1161 wa_ctx_emit(batch, index, MI_LOAD_REGISTER_IMM(1)); in gen8_emit_flush_coherentl3_wa() 1162 wa_ctx_emit(batch, index, GEN8_L3SQCREG4); in gen8_emit_flush_coherentl3_wa() 1163 wa_ctx_emit(batch, index, l3sqc4_flush); in gen8_emit_flush_coherentl3_wa() 1165 wa_ctx_emit(batch, index, GFX_OP_PIPE_CONTROL(6)); in gen8_emit_flush_coherentl3_wa() 1166 wa_ctx_emit(batch, index, (PIPE_CONTROL_CS_STALL | in gen8_emit_flush_coherentl3_wa() [all …]
|