]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Oct 2021 17:26:19 +0000 (13:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Nov 2021 10:04:17 +0000 (11:04 +0100)
commit317a0c71ba61643c6b33e853bc409a1fe06d25a3
tree5d594f82b413ffa7d31b1b715fcedd65f12733fc
parent7f71a6a3bc4a35a429bbf6871f23eabfd669e485
drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits

[ Upstream commit 403475be6d8b122c3e6b8a47e075926d7299e5ef ]

The DMA mask on SI parts is 40 bits not 44.  Copy
paste typo.

Fixes: 244511f386ccb9 ("drm/amdgpu: simplify and cleanup setting the dma mask")
Bug: https://gitlab.freedesktop.org/drm/amd/-/issues/1762
Acked-by: Christian König <christian.koenig@amd.com>
Tested-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c