]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix 64bit BAR detection
authorChristian König <christian.koenig@amd.com>
Sun, 7 Jan 2018 09:18:57 +0000 (10:18 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Jan 2018 20:44:54 +0000 (15:44 -0500)
commitc81a8752124a7c43c0320d60fb21eb942277d6f3
tree04c5f8ac76852aee58f002ff9e21a0560a0346db
parent13acbbb7d4f626b4c02fd60fb9f7ef0e16399b7b
drm/amdgpu: fix 64bit BAR detection

Windows added by the BIOS are not marked as 64bit because they are
usually not changeable anyway.

This fixes large BAR support on my new Ryzen build system.

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