Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu/sdma4.4.2: add apu support in sdma queue reset

Remove apu check in sdma queue reset.

Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Jesse Zhang and committed by
Alex Deucher
39b0fa29 6c9c9738

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c
··· 1602 1602 int i, r; 1603 1603 u32 inst_mask; 1604 1604 1605 - if ((adev->flags & AMD_IS_APU) || amdgpu_sriov_vf(adev)) 1605 + if (amdgpu_sriov_vf(adev)) 1606 1606 return -EINVAL; 1607 1607 1608 1608 /* stop queue */