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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c index fab7b236f37f..517a68f82ec3 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | |||
@@ -5598,6 +5598,7 @@ static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_gfx = { | |||
5598 | .test_ring = gfx_v7_0_ring_test_ring, | 5598 | .test_ring = gfx_v7_0_ring_test_ring, |
5599 | .test_ib = gfx_v7_0_ring_test_ib, | 5599 | .test_ib = gfx_v7_0_ring_test_ib, |
5600 | .is_lockup = gfx_v7_0_ring_is_lockup, | 5600 | .is_lockup = gfx_v7_0_ring_is_lockup, |
5601 | .insert_nop = amdgpu_ring_insert_nop, | ||
5601 | }; | 5602 | }; |
5602 | 5603 | ||
5603 | static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_compute = { | 5604 | static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_compute = { |
@@ -5614,6 +5615,7 @@ static const struct amdgpu_ring_funcs gfx_v7_0_ring_funcs_compute = { | |||
5614 | .test_ring = gfx_v7_0_ring_test_ring, | 5615 | .test_ring = gfx_v7_0_ring_test_ring, |
5615 | .test_ib = gfx_v7_0_ring_test_ib, | 5616 | .test_ib = gfx_v7_0_ring_test_ib, |
5616 | .is_lockup = gfx_v7_0_ring_is_lockup, | 5617 | .is_lockup = gfx_v7_0_ring_is_lockup, |
5618 | .insert_nop = amdgpu_ring_insert_nop, | ||
5617 | }; | 5619 | }; |
5618 | 5620 | ||
5619 | static void gfx_v7_0_set_ring_funcs(struct amdgpu_device *adev) | 5621 | static void gfx_v7_0_set_ring_funcs(struct amdgpu_device *adev) |