diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index bb17538ff109..404c49c45b03 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |||
@@ -6568,7 +6568,6 @@ static const struct amdgpu_ring_funcs gfx_v8_0_ring_funcs_gfx = { | |||
6568 | .get_rptr = gfx_v8_0_ring_get_rptr, | 6568 | .get_rptr = gfx_v8_0_ring_get_rptr, |
6569 | .get_wptr = gfx_v8_0_ring_get_wptr_gfx, | 6569 | .get_wptr = gfx_v8_0_ring_get_wptr_gfx, |
6570 | .set_wptr = gfx_v8_0_ring_set_wptr_gfx, | 6570 | .set_wptr = gfx_v8_0_ring_set_wptr_gfx, |
6571 | .parse_cs = NULL, | ||
6572 | .emit_ib = gfx_v8_0_ring_emit_ib_gfx, | 6571 | .emit_ib = gfx_v8_0_ring_emit_ib_gfx, |
6573 | .emit_fence = gfx_v8_0_ring_emit_fence_gfx, | 6572 | .emit_fence = gfx_v8_0_ring_emit_fence_gfx, |
6574 | .emit_pipeline_sync = gfx_v8_0_ring_emit_pipeline_sync, | 6573 | .emit_pipeline_sync = gfx_v8_0_ring_emit_pipeline_sync, |
@@ -6590,7 +6589,6 @@ static const struct amdgpu_ring_funcs gfx_v8_0_ring_funcs_compute = { | |||
6590 | .get_rptr = gfx_v8_0_ring_get_rptr, | 6589 | .get_rptr = gfx_v8_0_ring_get_rptr, |
6591 | .get_wptr = gfx_v8_0_ring_get_wptr_compute, | 6590 | .get_wptr = gfx_v8_0_ring_get_wptr_compute, |
6592 | .set_wptr = gfx_v8_0_ring_set_wptr_compute, | 6591 | .set_wptr = gfx_v8_0_ring_set_wptr_compute, |
6593 | .parse_cs = NULL, | ||
6594 | .emit_ib = gfx_v8_0_ring_emit_ib_compute, | 6592 | .emit_ib = gfx_v8_0_ring_emit_ib_compute, |
6595 | .emit_fence = gfx_v8_0_ring_emit_fence_compute, | 6593 | .emit_fence = gfx_v8_0_ring_emit_fence_compute, |
6596 | .emit_pipeline_sync = gfx_v8_0_ring_emit_pipeline_sync, | 6594 | .emit_pipeline_sync = gfx_v8_0_ring_emit_pipeline_sync, |