Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing v2

2024-07-25 Thread Dave Airlie
On Thu, 25 Jul 2024 at 23:35, Alex Deucher wrote: > > On Thu, Jul 25, 2024 at 4:07 AM Christian König > wrote: > > > > Otherwise we won't get correct access to the IB. > > > > v2: keep setting AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS to avoid problems in > > the VRAM backend. > > > > Signed-off-by:

Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing v2

2024-07-25 Thread Alex Deucher
On Thu, Jul 25, 2024 at 4:07 AM Christian König wrote: > > Otherwise we won't get correct access to the IB. > > v2: keep setting AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS to avoid problems in > the VRAM backend. > > Signed-off-by: Christian König > Closes: https://gitlab.freedesktop.org/drm/amd/-/iss

[PATCH] drm/amdgpu: fix contiguous handling for IB parsing v2

2024-07-25 Thread Christian König
Otherwise we won't get correct access to the IB. v2: keep setting AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS to avoid problems in the VRAM backend. Signed-off-by: Christian König Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3501 Fixes: e362b7c8f8c7 ("drm/amdgpu: Modify the contiguous flags

Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing

2024-07-24 Thread Dave Airlie
On Wed, 24 Jul 2024 at 23:32, Alex Deucher wrote: > > On Wed, Jul 24, 2024 at 4:00 AM Christian König > wrote: > > > > Otherwise we won't get correct access to the IB. > > > > Signed-off-by: Christian König > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3501 > Fixes: e362b7c8f8c7 ("

Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing

2024-07-24 Thread Dave Airlie
On Thu, 25 Jul 2024 at 09:09, Dave Airlie wrote: > > On Wed, 24 Jul 2024 at 23:32, Alex Deucher wrote: > > > > On Wed, Jul 24, 2024 at 4:00 AM Christian König > > wrote: > > > > > > Otherwise we won't get correct access to the IB. > > > > > > Signed-off-by: Christian König > > > > Closes: https

Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing

2024-07-24 Thread Dave Airlie
On Wed, 24 Jul 2024 at 23:32, Alex Deucher wrote: > > On Wed, Jul 24, 2024 at 4:00 AM Christian König > wrote: > > > > Otherwise we won't get correct access to the IB. > > > > Signed-off-by: Christian König > > Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3501 > Fixes: e362b7c8f8c7 ("

Re: [PATCH] drm/amdgpu: fix contiguous handling for IB parsing

2024-07-24 Thread Alex Deucher
On Wed, Jul 24, 2024 at 4:00 AM Christian König wrote: > > Otherwise we won't get correct access to the IB. > > Signed-off-by: Christian König Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3501 Fixes: e362b7c8f8c7 ("drm/amdgpu: Modify the contiguous flags behaviour") Reviewed-by: Alex

[PATCH] drm/amdgpu: fix contiguous handling for IB parsing

2024-07-24 Thread Christian König
Otherwise we won't get correct access to the IB. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index ec