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 decodin

Re: [PATCH 3/3] drm/amdgpu: enable NBIO IP v7.7.0 Clock Gating

2022-08-21 Thread Zhang, Yifan
[AMD Official Use Only - General] This series is: Reviewed-by: Yifan Zhang 发件人: Huang, Tim 发送时间: Thursday, August 18, 2022 10:17:32 AM 收件人: amd-gfx@lists.freedesktop.org 抄送: Deucher, Alexander ; Zhang, Yifan ; Du, Xiaojian ; Huang, Tim 主题: [PATCH 3/3] drm/amd

[PATCH] drm/amdgpu: add sdma instance check for gfx11 CGCG

2022-08-21 Thread Tim Huang
For some ASICs, like GFX IP v11.0.1, only have one SDMA instance, so not need to configure SDMA1_RLC_CGCG_CTRL for this case. Signed-off-by: Tim Huang --- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/dr