]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
authorTom St Denis <tom.stdenis@amd.com>
Tue, 10 Mar 2020 12:40:41 +0000 (08:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Mar 2020 15:52:34 +0000 (11:52 -0400)
commit488f1de7fd12b1936ac34121304634dd23f97ebb
tree47d97ab980cdf10ff1a2d04bd5c834e31bc99694
parentb3a44b89ceeba816b0cc17237425c5efef4ca3b5
drm/amd/amdgpu: Fix GPR read from debugfs (v2)

The offset into the array was specified in bytes but should
be in terms of 32-bit words.  Also prevent large reads that
would also cause a buffer overread.

v2:  Read from correct offset from internal storage buffer.

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Acked-by: Christian König <christian.koenig@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_debugfs.c