Re: [PATCH] drm/amdgpu: don't clamp debugfs register access to the BAR size

2019-02-12 Thread Christian König via amd-gfx
Am 11.02.19 um 22:52 schrieb Alex Deucher via amd-gfx: This prevents us from accessing extended registers in tools like umr. The register access functions already check if the offset is beyond the BAR size and use the indirect accessors with locking so this is safe. Signed-off-by: Alex Deucher

[PATCH] drm/amdgpu: don't clamp debugfs register access to the BAR size

2019-02-11 Thread Alex Deucher via amd-gfx
This prevents us from accessing extended registers in tools like umr. The register access functions already check if the offset is beyond the BAR size and use the indirect accessors with locking so this is safe. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 3