commit | 9c5c71bbed4132a3a5f200064914db768c88302a | [log] [tgz] |
---|---|---|
author | Tom St Denis <tom.stdenis@amd.com> | Thu Mar 01 09:39:57 2018 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 01 12:04:17 2018 -0500 |
tree | 11dba6d0c3fca2c45d4bb8ed9ba4b724084ea069 | |
parent | a22144a58f784265fe8140724a7390443f63ef53 [diff] |
drm/amd/amdgpu: Mask rptr as well in ring debugfs The read/write pointers on sdma4 devices increment beyond the ring size and should be masked. Tested on my Ryzen 2400G. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>