aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorYifan Zhang <[email protected]>2023-09-08 08:46:39 +0000
committerAlex Deucher <[email protected]>2023-09-11 22:18:09 +0000
commitef064187a9709393a981a56cce1e31880fd97107 (patch)
tree04fc6d12ec0bc4209421a7b205da884e052cdeda /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentdrm/amdkfd: Update CU masking for GFX 9.4.3 (diff)
downloadkernel-ef064187a9709393a981a56cce1e31880fd97107.tar.gz
kernel-ef064187a9709393a981a56cce1e31880fd97107.zip
drm/amd/display: fix the white screen issue when >= 64GB DRAM
Dropping bit 31:4 of page table base is wrong, it makes page table base points to wrong address if phys addr is beyond 64GB; dropping page_table_start/end bit 31:4 is unnecessary since dcn20_vmid_setup will do that. Also, while we are at it, cleanup the assignments using upper_32_bits()/lower_32_bits() and AMDGPU_GPU_PAGE_SHIFT. Cc: [email protected] Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2354 Fixes: 81d0bcf99009 ("drm/amdgpu: make display pinning more flexible (v2)") Acked-by: Harry Wentland <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Yifan Zhang <[email protected]> Co-developed-by: Hamza Mahfooz <[email protected]> Signed-off-by: Hamza Mahfooz <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions