RE: [PATCH] drm/amdgpu: Add interface to load SRIOV cap FW

2022-01-12 Thread Chen, Guchun
Behalf Of Bokun Zhang Sent: Tuesday, January 11, 2022 4:46 AM To: amd-gfx@lists.freedesktop.org Cc: Zhang, Bokun ; Liu, Monk Subject: [PATCH] drm/amdgpu: Add interface to load SRIOV cap FW - Add interface to load SRIOV cap FW. If the FW does not exist, simply skip this FW loading routine. This FW

[PATCH] drm/amdgpu: Add interface to load SRIOV cap FW

2022-01-10 Thread Bokun Zhang
- Add interface to load SRIOV cap FW. If the FW does not exist, simply skip this FW loading routine. This FW will only be loaded under SRIOV. Other driver setup will not be affected. By adding this interface, it will make us easier to prepare SRIOV Linux guest driver for different users.

[PATCH] drm/amdgpu: Add interface to load SRIOV cap FW

2022-01-05 Thread Bokun Zhang
- Add interface to load SRIOV cap FW. If the FW does not exist, simply skip this FW loading routine. This FW will only be loaded under SRIOV. Other driver setup will not be affected. By adding this interface, it will make us easier to prepare SRIOV Linux guest driver for different users.