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 @@ -4000,26 +4000,6 @@ static int gen12_emit_flush_render(struct i915_request *request,
4000
4000
4001
4001
* cs ++ = preparser_disable (false);
4002
4002
intel_ring_advance (request , cs );
4003
-
4004
- /*
4005
- * Wa_1604544889:tgl
4006
- */
4007
- if (IS_TGL_REVID (request -> i915 , TGL_REVID_A0 , TGL_REVID_A0 )) {
4008
- flags = 0 ;
4009
- flags |= PIPE_CONTROL_CS_STALL ;
4010
- flags |= PIPE_CONTROL_HDC_PIPELINE_FLUSH ;
4011
-
4012
- flags |= PIPE_CONTROL_STORE_DATA_INDEX ;
4013
- flags |= PIPE_CONTROL_QW_WRITE ;
4014
-
4015
- cs = intel_ring_begin (request , 6 );
4016
- if (IS_ERR (cs ))
4017
- return PTR_ERR (cs );
4018
-
4019
- cs = gen8_emit_pipe_control (cs , flags ,
4020
- LRC_PPHWSP_SCRATCH_ADDR );
4021
- intel_ring_advance (request , cs );
4022
- }
4023
4003
}
4024
4004
4025
4005
return 0 ;
You can’t perform that action at this time.
0 commit comments