[PATCH 0/6] amdgpu: Allow explicitly synchronized submissions.

2022-08-24 Thread Bas Nieuwenhuizen
This adds a context option to use DMA_RESV_USAGE_BOOKKEEP for userspace submissions, based on Christians TTM work. Disabling implicit sync is something we've wanted in radv for a while for resolving some corner cases. A more immediate thing that would be solved here is avoiding a bunch of

Re: [PATCH 0/6] amdgpu: Allow explicitly synchronized submissions.

2022-08-23 Thread Bas Nieuwenhuizen
On Tue, Aug 23, 2022 at 12:16 PM Christian König wrote: > > Hi Bas, > > I've just pushed an updated drm-exec branch to fdo which should now > include the bo_list bug fix. Still getting the same thing: [ 103.598784] [ cut here ] [ 103.598787] WARNING: CPU: 2 PID: 2505

Re: [PATCH 0/6] amdgpu: Allow explicitly synchronized submissions.

2022-08-23 Thread Christian König
Hi Bas, I've just pushed an updated drm-exec branch to fdo which should now include the bo_list bug fix. Can you please test that with Forza? I'm still fighting getting a new kernel on my Steamdeck. Thanks, Christian. Am 22.08.22 um 01:08 schrieb Bas Nieuwenhuizen: On Thu, Aug 18, 2022

Re: [PATCH 0/6] amdgpu: Allow explicitly synchronized submissions.

2022-08-21 Thread Bas Nieuwenhuizen
On Thu, Aug 18, 2022 at 3:20 PM Christian König wrote: > > Hi Bas, > > I've just pushed the branch drm-exec to my fdo repository: > https://gitlab.freedesktop.org/ckoenig/linux-drm.git > > This branch contains all the gang submit patches as well as the latest > drm-exec stuff. VCN3/4 video

Re: [PATCH 0/6] amdgpu: Allow explicitly synchronized submissions.

2022-08-18 Thread Christian König
Hi Bas, I've just pushed the branch drm-exec to my fdo repository: https://gitlab.freedesktop.org/ckoenig/linux-drm.git This branch contains all the gang submit patches as well as the latest drm-exec stuff. VCN3/4 video decoding has some issues on it, but that probably shouldn't bother your