Disable mes sdma queue test on sienna cichlid+,
for fw hasn't supported to map sdma queue.
The test can be enabled if fw supports.
Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
        }
 
        for (i = 0; i < ARRAY_SIZE(queue_types); i++) {
+               /* On sienna cichlid+, fw hasn't supported to map sdma queue. */
+               if (adev->asic_type >= CHIP_SIENNA_CICHLID &&
+                   i == AMDGPU_RING_TYPE_SDMA)
+                       continue;
+
                r = amdgpu_mes_test_create_gang_and_queues(adev, pasid,
                                                           &gang_ids[i],
                                                           queue_types[i][0],