[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-29 Thread Min, Frank
From: Hawking Zhang Date: Mon, 23 Dec 2019 16:51:42 +0800 Subject: [PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-29 Thread Frank . Min
From: Hawking Zhang For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other hand, current psp ip block hw_init function will initialize xgmi session which actaully depends on interrupt to return

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-29 Thread Frank . Min
From: Hawking Zhang For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other hand, current psp ip block hw_init function will initialize xgmi session which actaully depends on interrupt to return

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-28 Thread Frank . Min
From: Hawking Zhang For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other hand, current psp ip block hw_init function will initialize xgmi session which actaully depends on interrupt to return

[PATCH] drm/amdgpu: move xgmi init/fini to xgmi_add/remove_device call

2020-01-28 Thread Frank . Min
From: Hawking Zhang For sriov, psp ip block has to be initialized before ih block for the dynamic register programming interface that needed for vf ih ring buffer. On the other hand, current psp ip block hw_init function will initialize xgmi session which actaully depends on interrupt to return