drm/amdgpu: add human readable debugfs control support (v2)
authorxinhui pan <xinhui.pan@amd.com>
Fri, 1 Mar 2019 08:32:11 +0000 (16:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Mar 2019 20:36:51 +0000 (15:36 -0500)
commit96ebb30732757b12aeb4289c8da1c24d83c379e9
tree9989220a9f575b7f9a2c0991ddd188f436e09527
parent138352e5752aa3e694951d70c8fe8730219f4edf
drm/amdgpu: add human readable debugfs control support (v2)

Currently, the debugfs control node can't parse bash-like commands.
Now add such support for any tester that uses scripts.

v2: squash in fixes for input validation

Signed-off-by: xinhui pan <xinhui.pan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c