Re: [PATCH v5 6/6] drm/amdgpu: resize VRAM BAR for CPU access v3

2017-06-14 Thread Bjorn Helgaas
On Fri, Jun 09, 2017 at 10:59:47AM +0200, Christian König wrote: > From: Christian König > > Try to resize BAR0 to let CPU access all of VRAM. > > v2: rebased, style cleanups, disable mem decode before resize, > handle gmc_v9 as well, round size up to power of two.

Re: [PATCH v5 6/6] drm/amdgpu: resize VRAM BAR for CPU access v3

2017-06-14 Thread Alex Deucher
On Fri, Jun 9, 2017 at 4:59 AM, Christian König wrote: > From: Christian König > > Try to resize BAR0 to let CPU access all of VRAM. > > v2: rebased, style cleanups, disable mem decode before resize, > handle gmc_v9 as well, round size up to

[PATCH v5 6/6] drm/amdgpu: resize VRAM BAR for CPU access v3

2017-06-09 Thread Christian König
From: Christian König Try to resize BAR0 to let CPU access all of VRAM. v2: rebased, style cleanups, disable mem decode before resize, handle gmc_v9 as well, round size up to power of two. v3: handle gmc_v6 as well, release and reassign all BARs in the driver.