File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -4165,26 +4165,6 @@ static int gen12_emit_flush_render(struct i915_request *request,
4165
4165
4166
4166
* cs ++ = preparser_disable (false);
4167
4167
intel_ring_advance (request , cs );
4168
-
4169
- /*
4170
- * Wa_1604544889:tgl
4171
- */
4172
- if (IS_TGL_REVID (request -> i915 , TGL_REVID_A0 , TGL_REVID_A0 )) {
4173
- flags = 0 ;
4174
- flags |= PIPE_CONTROL_CS_STALL ;
4175
- flags |= PIPE_CONTROL_HDC_PIPELINE_FLUSH ;
4176
-
4177
- flags |= PIPE_CONTROL_STORE_DATA_INDEX ;
4178
- flags |= PIPE_CONTROL_QW_WRITE ;
4179
-
4180
- cs = intel_ring_begin (request , 6 );
4181
- if (IS_ERR (cs ))
4182
- return PTR_ERR (cs );
4183
-
4184
- cs = gen8_emit_pipe_control (cs , flags ,
4185
- LRC_PPHWSP_SCRATCH_ADDR );
4186
- intel_ring_advance (request , cs );
4187
- }
4188
4168
}
4189
4169
4190
4170
return 0 ;
You can’t perform that action at this time.
0 commit comments