aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
diff options
context:
space:
mode:
authorToshi Kani <[email protected]>2015-09-17 18:24:20 +0000
committerThomas Gleixner <[email protected]>2015-09-22 19:27:33 +0000
commit34437e67a6727885bdf6cbfd8441b1ac43a1ee65 (patch)
tree51c838be853ceeb33882bd9010b377c832e27078 /drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
parentx86/mm: Fix page table dump to show PAT bit (diff)
downloadkernel-34437e67a6727885bdf6cbfd8441b1ac43a1ee65.tar.gz
kernel-34437e67a6727885bdf6cbfd8441b1ac43a1ee65.zip
x86/mm: Fix slow_virt_to_phys() to handle large PAT bit
slow_virt_to_phys() calls lookup_address() to obtain *pte and its level. It then calls pte_pfn() to obtain a physical address for any level. However, this physical address is not correct when the large PAT bit is set because pte_pfn() does not mask the large PAT bit properly for PUD/PMD. Fix slow_virt_to_phys() to use pud_pfn() and pmd_pfn() for 1GB and 2MB mapping levels. Signed-off-by: Toshi Kani <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Juergen Gross <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Konrad Wilk <[email protected]> Cc: Robert Elliot <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c')
0 files changed, 0 insertions, 0 deletions