Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-28 Thread Alex Deucher
On Thu, Oct 28, 2021 at 4:33 AM Paul Menzel wrote: > > Dear Alex, > > > On 28.10.21 00:19, Paul Menzel wrote: > > > On 27.10.21 20:23, Alex Deucher wrote: > >> On Wed, Oct 27, 2021 at 2:22 PM Alex Deucher > >> wrote: > >>> > >>> The DMA mask on SI parts is 40 bits not 44. Looks like a copy > >>>

Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-28 Thread Paul Menzel
Dear Alex, On 28.10.21 10:32, Paul Menzel wrote: On 28.10.21 00:19, Paul Menzel wrote: On 27.10.21 20:23, Alex Deucher wrote: On Wed, Oct 27, 2021 at 2:22 PM Alex Deucher wrote: The DMA mask on SI parts is 40 bits not 44.  Looks like a copy paste typo. Bug: https://gitlab.freedesktop.or

Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-28 Thread Paul Menzel
Dear Alex, On 28.10.21 00:19, Paul Menzel wrote: On 27.10.21 20:23, Alex Deucher wrote: On Wed, Oct 27, 2021 at 2:22 PM Alex Deucher wrote: The DMA mask on SI parts is 40 bits not 44.  Looks like a copy paste typo. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1762 Fixed locally.

Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-28 Thread Christian König
Am 27.10.21 um 20:22 schrieb Alex Deucher: The DMA mask on SI parts is 40 bits not 44. Looks like a copy paste typo. Signed-off-by: Alex Deucher Acked-by: Christian König --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-27 Thread Paul Menzel
Dear Alex, On 27.10.21 20:23, Alex Deucher wrote: On Wed, Oct 27, 2021 at 2:22 PM Alex Deucher wrote: The DMA mask on SI parts is 40 bits not 44. Looks like a copy paste typo. Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1762 Fixed locally. As I have no way to reproduce this,

Re: [PATCH] drm/amdgpu/gmc6: fix DMA mask

2021-10-27 Thread Alex Deucher
On Wed, Oct 27, 2021 at 2:22 PM Alex Deucher wrote: > > The DMA mask on SI parts is 40 bits not 44. Looks like a copy > paste typo. > Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1762 Fixed locally. Alex > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 2