]> git.baikalelectronics.ru Git - kernel.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)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Oct 2021 18:27:00 +0000 (14:27 -0400)
commit97b85c929c692a52630e32eb98194ff26035f47f
tree70e34d106c87a7a7fefb810213786a0b8a19b69c
parent82daa9665951cce110b1d8283172d6ce826de7f1
drm/amdgpu/gmc6: fix DMA mask from 44 to 40 bits

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

Fixes: a6b8c9461004a5 ("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>
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c