Re: [PATCH] drm/amdgpu: fix 64bit BAR detection

2018-01-10 Thread Alex Deucher
On Mon, Jan 8, 2018 at 8:51 AM, Christian König wrote: > 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 Reviewed-by: Alex Deucher > --- > driv

Re: [PATCH] drm/amdgpu: fix 64bit BAR detection

2018-01-10 Thread Christian König
Ping? Alex, David, anybody? Am 08.01.2018 um 14:51 schrieb Christian König: 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 --- drivers/gpu/drm/amd/amd

[PATCH] drm/amdgpu: fix 64bit BAR detection

2018-01-08 Thread Christian König
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 --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff