Re: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-29 Thread Christian König
As discussed on yesterdays call feel free to add my rb to the series. Christian. Am 28.09.23 um 15:23 schrieb Alex Deucher: Ping on this series? Fixes an issue for SR-IOV in stress tests. Alex On Wed, Sep 27, 2023 at 2:31 PM Alex Deucher wrote: We normally place GART based on the location

Re: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-28 Thread Alex Deucher
Ping on this series? Fixes an issue for SR-IOV in stress tests. Alex On Wed, Sep 27, 2023 at 2:31 PM Alex Deucher wrote: > > We normally place GART based on the location of VRAM and the > available address space around that, but provide an option > to force a particular location for hardware

[PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-27 Thread Alex Deucher
We normally place GART based on the location of VRAM and the available address space around that, but provide an option to force a particular location for hardware that needs it. v2: Switch to passing the placement via parameter Signed-off-by: Alex Deucher ---

Re: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-27 Thread Alex Deucher
On Wed, Sep 27, 2023 at 1:37 AM Christian König wrote: > > I'm still not happy with moving the GART fixed to the end. We abandoned > this for good reasons. We didn't abandon it, there is still code which decides where to put the gart based on the relative sizes of the address space before and

RE: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-27 Thread Wang, Yang(Kevin)
[AMD Official Use Only - General] Series is Reviewed-by: Yang Wang Best Regards, Kevin -Original Message- From: amd-gfx On Behalf Of Alex Deucher Sent: Wednesday, September 27, 2023 1:30 AM To: Deucher, Alexander Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 1/2]

Re: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-26 Thread Christian König
I'm still not happy with moving the GART fixed to the end. We abandoned this for good reasons. If we really go this way I would prefer to have this as parameter to the amdgpu_gmc_gart_location() function and not in the gmc structure. Regards, Christian. Am 26.09.23 um 19:30 schrieb Alex

Re: [PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-26 Thread Alex Deucher
Ping on this series? On Thu, Sep 21, 2023 at 5:46 PM Alex Deucher wrote: > > We normally place GART based on the location of VRAM and the > available address space around that, but provide an option > to force a particular location for hardware that needs it. > > Signed-off-by: Alex Deucher >

[PATCH 1/2] drm/amdgpu/gmc: add a way to force a particular placement for GART

2023-09-21 Thread Alex Deucher
We normally place GART based on the location of VRAM and the available address space around that, but provide an option to force a particular location for hardware that needs it. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 19 +++