RE: [PATCH] drm/amdgpu: adjust fence driver enable sequence

2021-08-01 Thread Chen, Guchun
/amdgpu: adjust fence driver enable sequence Hi This patch is causing me issues on my Skylake/Tonga PRIME laptop, reverting sorts it More details here: https://gitlab.freedesktop.org/drm/amd/-/issues/1668<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.freedesktop.

Re: [PATCH] drm/amdgpu: adjust fence driver enable sequence

2021-08-01 Thread Mike Lothian
Hi This patch is causing me issues on my Skylake/Tonga PRIME laptop, reverting sorts it More details here: https://gitlab.freedesktop.org/drm/amd/-/issues/1668 Cheers Mike On Wed, 28 Jul 2021 at 05:07, Likun Gao wrote: > From: Likun Gao > > Fence driver was enabled per ring when sw init on

RE: [PATCH] drm/amdgpu: adjust fence driver enable sequence

2021-07-28 Thread Zhang, Hawking
- From: Gao, Likun Sent: Wednesday, July 28, 2021 12:08 To: amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Gao, Likun Subject: [PATCH] drm/amdgpu: adjust fence driver enable sequence From: Likun Gao Fence driver was enabled per ring when sw init on per IP block before. Change to enable all

[PATCH] drm/amdgpu: adjust fence driver enable sequence

2021-07-28 Thread Likun Gao
From: Likun Gao Fence driver was enabled per ring when sw init on per IP block before. Change to enable all the fence driver at the same time after amdgpu_device_ip_init finished. Rename some function related to fence to make it reasonable for read. Signed-off-by: Likun Gao --- drivers/gpu/drm