[AMD Official Use Only - General]

Reviewed-by: Horace Chen <[email protected]>

-----Original Message-----
From: amd-gfx <[email protected]> On Behalf Of Yifan Zha
Sent: Tuesday, March 28, 2023 12:07 PM
To: [email protected]; Deucher, Alexander 
<[email protected]>; Chen, Horace <[email protected]>; Zhang, Hawking 
<[email protected]>; Chang, HaiJun <[email protected]>
Cc: Zha, YiFan(Even) <[email protected]>
Subject: [PATCH] drm/amdgpu: Add JPEG IP block to SRIOV reinit

[Why]
Reset(mode1) failed as JPRG IP did not reinit under sriov.

[How]
Add JPEG IP block to sriov reinit function.

Signed-off-by: Yifan Zha <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 065f5396d0ce..3b6b85d9e0be 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3183,7 +3183,8 @@ static int amdgpu_device_ip_reinit_late_sriov(struct 
amdgpu_device *adev)
                AMD_IP_BLOCK_TYPE_MES,
                AMD_IP_BLOCK_TYPE_UVD,
                AMD_IP_BLOCK_TYPE_VCE,
-               AMD_IP_BLOCK_TYPE_VCN
+               AMD_IP_BLOCK_TYPE_VCN,
+               AMD_IP_BLOCK_TYPE_JPEG
        };

        for (i = 0; i < ARRAY_SIZE(ip_order); i++) {
--
2.25.1

Reply via email to