]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu:PTE flag should be 64 bit width
authorMonk Liu <Monk.Liu@amd.com>
Thu, 27 Apr 2017 09:14:57 +0000 (17:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 5 May 2017 22:12:28 +0000 (18:12 -0400)
commit7a22df7d2d2d0f9b182a4edfdbe3ddf57b5f2249
tree0baa31d4478c44b84de86ba5e3b1d4a70a19a0b4
parent0eef03bfe22c81b2940ba980e44a3569ff8852bd
drm/amdgpu:PTE flag should be 64 bit width

otherwise we'll lost the high 32 bit for pte, which lead
to incorrect MTYPE for vega10.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c