]> asedeno.scripts.mit.edu Git - linux.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)
commit1d1a2cd58f05da1167c04394292aef9fbcf29bff
tree0baa31d4478c44b84de86ba5e3b1d4a70a19a0b4
parent0dca7047512cb31e7a08a677a69fa7d47959dbf8
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