diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c index e239e1db3ab0..9a54ea982b87 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | |||
@@ -5147,7 +5147,6 @@ static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_gfx = { | |||
5147 | .get_rptr = gfx_v7_0_ring_get_rptr, | 5147 | .get_rptr = gfx_v7_0_ring_get_rptr, |
5148 | .get_wptr = gfx_v7_0_ring_get_wptr_gfx, | 5148 | .get_wptr = gfx_v7_0_ring_get_wptr_gfx, |
5149 | .set_wptr = gfx_v7_0_ring_set_wptr_gfx, | 5149 | .set_wptr = gfx_v7_0_ring_set_wptr_gfx, |
5150 | .parse_cs = NULL, | ||
5151 | .emit_ib = gfx_v7_0_ring_emit_ib_gfx, | 5150 | .emit_ib = gfx_v7_0_ring_emit_ib_gfx, |
5152 | .emit_fence = gfx_v7_0_ring_emit_fence_gfx, | 5151 | .emit_fence = gfx_v7_0_ring_emit_fence_gfx, |
5153 | .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, | 5152 | .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, |
@@ -5168,7 +5167,6 @@ static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_compute = { | |||
5168 | .get_rptr = gfx_v7_0_ring_get_rptr, | 5167 | .get_rptr = gfx_v7_0_ring_get_rptr, |
5169 | .get_wptr = gfx_v7_0_ring_get_wptr_compute, | 5168 | .get_wptr = gfx_v7_0_ring_get_wptr_compute, |
5170 | .set_wptr = gfx_v7_0_ring_set_wptr_compute, | 5169 | .set_wptr = gfx_v7_0_ring_set_wptr_compute, |
5171 | .parse_cs = NULL, | ||
5172 | .emit_ib = gfx_v7_0_ring_emit_ib_compute, | 5170 | .emit_ib = gfx_v7_0_ring_emit_ib_compute, |
5173 | .emit_fence = gfx_v7_0_ring_emit_fence_compute, | 5171 | .emit_fence = gfx_v7_0_ring_emit_fence_compute, |
5174 | .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, | 5172 | .emit_pipeline_sync = gfx_v7_0_ring_emit_pipeline_sync, |