summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2018-04-02 09:53:21 -0500
committerAlex Deucher <alexander.deucher@amd.com>2018-04-02 09:53:21 -0500
commitbb85e01404ab39c01786d64312a602d5540a9944 (patch)
treed853b48c87cbf726a48ebe1fd90116d3a1a069eb
parentc41ed7ebba8eb6df266783f54a4d3d643252ea75 (diff)
Revert "drm/amdgpu/vcn1: add emit_reg_write_reg_wait ring callback"
This patch set causes too many regressions. This reverts commit 9bff005f5ee7b24a33024364c981bbd44f18b3d1. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
index d9a15338db7e..8c132673bc79 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c
@@ -1139,7 +1139,6 @@ static const struct amdgpu_ring_funcs vcn_v1_0_enc_ring_vm_funcs = {
.end_use = amdgpu_vcn_ring_end_use,
.emit_wreg = vcn_v1_0_enc_ring_emit_wreg,
.emit_reg_wait = vcn_v1_0_enc_ring_emit_reg_wait,
- .emit_reg_write_reg_wait = amdgpu_ring_emit_reg_write_reg_wait_helper,
};
static void vcn_v1_0_set_dec_ring_funcs(struct amdgpu_device *adev)