RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Liu, Monk
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,

RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Zhang, Hawking
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

RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Zhang, Hawking
_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

RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Liu, Monk
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 ---

RE: [PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Zhang, Hawking
. 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

[PATCH 1/2] drm/amdgpu: fix GFX10 missing CSIB set

2019-11-29 Thread Monk Liu
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 ---