RE: [PATCH] drm/amdgpu: fix GFX10 missing CSIB set(v2)

2019-11-29 Thread Liu, Monk
egards, Hawking -Original Message- From: amd-gfx On Behalf Of Monk Liu Sent: 2019年11月29日 17:16 To: amd-gfx@lists.freedesktop.org Cc: Liu, Monk Subject: [PATCH] drm/amdgpu: fix GFX10 missing CSIB set(v2) still need to init csb even for SRIOV v2: drop init_pg() for gfx10 at all since PG and G

RE: [PATCH] drm/amdgpu: fix GFX10 missing CSIB set(v2)

2019-11-29 Thread Zhang, Hawking
awking -Original Message- From: amd-gfx On Behalf Of Monk Liu Sent: 2019年11月29日 17:16 To: amd-gfx@lists.freedesktop.org Cc: Liu, Monk Subject: [PATCH] drm/amdgpu: fix GFX10 missing CSIB set(v2) still need to init csb even for SRIOV v2: drop init_pg() for gfx10 at all since PG and GFX off f

[PATCH] drm/amdgpu: fix GFX10 missing CSIB set(v2)

2019-11-29 Thread Monk Liu
still need to init csb even for SRIOV v2: drop init_pg() for gfx10 at all since PG and GFX off feature will be fully controled by RLC and SMU fw for gfx10 Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 38 ++ 1 file changed, 11