To: Liu, Monk ; amd-gfx@lists.freedesktop.org
Subject: RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set
[AMD Public Use]
BTW, Please also make the change for backdoor loading code path as we need that
for further ASIC bring up. Thanks.
Regards,
Hawking
-Original Message-
From: Zhang,
More aggressively, let's drop gfx_v10_0_init_pg and just init csb.
Regards,
Hawking
-Original Message-
From: Liu, Monk
Sent: 2019年11月29日 16:47
To: Zhang, Hawking ; amd-gfx@lists.freedesktop.org
Subject: RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set
For now init_pg() is good enoug
_0_init_pg and just init csb.
Regards,
Hawking
-Original Message-
From: Liu, Monk
Sent: 2019年11月29日 16:47
To: Zhang, Hawking ; amd-gfx@lists.freedesktop.org
Subject: RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set
For now init_pg() is good enough for bare-metal and SR-IOV, but che
r major concern.
Regards,
Hawking
-Original Message-
From: amd-gfx On Behalf Of Monk Liu
Sent: 2019年11月29日 16:24
To: amd-gfx@lists.freedesktop.org
Cc: Liu, Monk
Subject: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set
still need to init csb even for SRIOV
Signed-off-by: Monk Liu
---
.
Regards,
Hawking
-Original Message-
From: amd-gfx On Behalf Of Monk Liu
Sent: 2019年11月29日 16:24
To: amd-gfx@lists.freedesktop.org
Cc: Liu, Monk
Subject: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set
still need to init csb even for SRIOV
Signed-off-by: Monk Liu
---
drivers/g
still need to init csb even for SRIOV
Signed-off-by: Monk Liu
---
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
index 74edfd9..230e8af 100644
---