File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
drivers/gpu/drm/amd/amdgpu Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9186,7 +9186,7 @@ static const struct amdgpu_ring_funcs gfx_v10_0_ring_funcs_gfx = {
9186
9186
7 + /* PIPELINE_SYNC */
9187
9187
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
9188
9188
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
9189
- 2 + /* VM_FLUSH */
9189
+ 4 + /* VM_FLUSH */
9190
9190
8 + /* FENCE for VM_FLUSH */
9191
9191
20 + /* GDS switch */
9192
9192
4 + /* double SWITCH_BUFFER,
@@ -9276,7 +9276,6 @@ static const struct amdgpu_ring_funcs gfx_v10_0_ring_funcs_kiq = {
9276
9276
7 + /* gfx_v10_0_ring_emit_pipeline_sync */
9277
9277
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
9278
9278
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
9279
- 2 + /* gfx_v10_0_ring_emit_vm_flush */
9280
9279
8 + 8 + 8 , /* gfx_v10_0_ring_emit_fence_kiq x3 for user fence, vm fence */
9281
9280
.emit_ib_size = 7 , /* gfx_v10_0_ring_emit_ib_compute */
9282
9281
.emit_ib = gfx_v10_0_ring_emit_ib_compute ,
Original file line number Diff line number Diff line change @@ -6192,7 +6192,7 @@ static const struct amdgpu_ring_funcs gfx_v11_0_ring_funcs_gfx = {
6192
6192
7 + /* PIPELINE_SYNC */
6193
6193
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
6194
6194
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
6195
- 2 + /* VM_FLUSH */
6195
+ 4 + /* VM_FLUSH */
6196
6196
8 + /* FENCE for VM_FLUSH */
6197
6197
20 + /* GDS switch */
6198
6198
5 + /* COND_EXEC */
@@ -6278,7 +6278,6 @@ static const struct amdgpu_ring_funcs gfx_v11_0_ring_funcs_kiq = {
6278
6278
7 + /* gfx_v11_0_ring_emit_pipeline_sync */
6279
6279
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
6280
6280
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
6281
- 2 + /* gfx_v11_0_ring_emit_vm_flush */
6282
6281
8 + 8 + 8 , /* gfx_v11_0_ring_emit_fence_kiq x3 for user fence, vm fence */
6283
6282
.emit_ib_size = 7 , /* gfx_v11_0_ring_emit_ib_compute */
6284
6283
.emit_ib = gfx_v11_0_ring_emit_ib_compute ,
Original file line number Diff line number Diff line change @@ -6981,7 +6981,6 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_compute = {
6981
6981
7 + /* gfx_v9_0_ring_emit_pipeline_sync */
6982
6982
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
6983
6983
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
6984
- 2 + /* gfx_v9_0_ring_emit_vm_flush */
6985
6984
8 + 8 + 8 + /* gfx_v9_0_ring_emit_fence x3 for user fence, vm fence */
6986
6985
7 + /* gfx_v9_0_emit_mem_sync */
6987
6986
5 + /* gfx_v9_0_emit_wave_limit for updating mmSPI_WCL_PIPE_PERCENT_GFX register */
@@ -7019,7 +7018,6 @@ static const struct amdgpu_ring_funcs gfx_v9_0_ring_funcs_kiq = {
7019
7018
7 + /* gfx_v9_0_ring_emit_pipeline_sync */
7020
7019
SOC15_FLUSH_GPU_TLB_NUM_WREG * 5 +
7021
7020
SOC15_FLUSH_GPU_TLB_NUM_REG_WAIT * 7 +
7022
- 2 + /* gfx_v9_0_ring_emit_vm_flush */
7023
7021
8 + 8 + 8 , /* gfx_v9_0_ring_emit_fence_kiq x3 for user fence, vm fence */
7024
7022
.emit_ib_size = 7 , /* gfx_v9_0_ring_emit_ib_compute */
7025
7023
.emit_fence = gfx_v9_0_ring_emit_fence_kiq ,
You can’t perform that action at this time.
0 commit comments