aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorHuang Rui <[email protected]>2018-09-21 10:15:01 +0000
committerAlex Deucher <[email protected]>2018-09-27 02:09:20 +0000
commit75986276217b8fcb4d5aa8fb76540fbb26c061de (patch)
treeb0d7fd2f5e4ad8c61682154b731d6ef5ed8fd2e1 /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parentdrm/amd/pp: Disable dpm features on smu7/8 when suspend (diff)
downloadkernel-75986276217b8fcb4d5aa8fb76540fbb26c061de.tar.gz
kernel-75986276217b8fcb4d5aa8fb76540fbb26c061de.zip
drm/amdgpu: fix the page fault of raven2
While the apg_end address is 0xffffffff, if add 1 with it, the value will be overflow and roll back to 0. So when 0 is written to mmMC_VM_SYSTEM_APERTURE_HIGH_ADDR, the system aperture is actually disabled. And so any access to vram will trigger a page fault. Raven2's HW issue only need increase the vram end address, and needn't do it on the agp. Signed-off-by: Huang Rui <[email protected]> Acked-by: Alex Deucher <[email protected]> Reviewed-by: Christian König <[email protected]> Cc: Marek Olšák <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c')
0 files changed, 0 insertions, 0 deletions