diff options
author | monk.liu <monk.liu@amd.com> | 2015-06-03 04:32:49 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-03 21:04:00 -0400 |
commit | 35074d2d404049c386e7e70a9e48cf77f1379364 (patch) | |
tree | d5724d57d9efc9b38e75359074ea1f55ad6090ad /drivers/gpu/drm/amd | |
parent | d9b5327ad757164418e8d4e260a343377e99f205 (diff) |
drm/amdgpu: add hdp flush for gfx8 compute ring
We had forgotten to register the callback.
Signed-off-by: monk.liu <monk.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: jammy zhou <jammy.zhou@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c index c3aebdffeea1..ffdba1965029 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | |||
@@ -4144,6 +4144,7 @@ static const struct amdgpu_ring_funcs gfx_v8_0_ring_funcs_compute = { | |||
4144 | .emit_semaphore = gfx_v8_0_ring_emit_semaphore, | 4144 | .emit_semaphore = gfx_v8_0_ring_emit_semaphore, |
4145 | .emit_vm_flush = gfx_v8_0_ring_emit_vm_flush, | 4145 | .emit_vm_flush = gfx_v8_0_ring_emit_vm_flush, |
4146 | .emit_gds_switch = gfx_v8_0_ring_emit_gds_switch, | 4146 | .emit_gds_switch = gfx_v8_0_ring_emit_gds_switch, |
4147 | .emit_hdp_flush = gfx_v8_0_ring_emit_hdp_flush, | ||
4147 | .test_ring = gfx_v8_0_ring_test_ring, | 4148 | .test_ring = gfx_v8_0_ring_test_ring, |
4148 | .test_ib = gfx_v8_0_ring_test_ib, | 4149 | .test_ib = gfx_v8_0_ring_test_ib, |
4149 | .is_lockup = gfx_v8_0_ring_is_lockup, | 4150 | .is_lockup = gfx_v8_0_ring_is_lockup, |