drm/amdgpu: disable concurrent flushes on Navi14
Same thing applies to navi14 as navi10. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ba02636de5
commit
2665ec4171
@ -368,7 +368,8 @@ static int amdgpu_vmid_grab_used(struct amdgpu_vm *vm,
|
|||||||
* are broken on Navi10 and Navi14.
|
* are broken on Navi10 and Navi14.
|
||||||
*/
|
*/
|
||||||
if (needs_flush && (adev->asic_type < CHIP_VEGA10 ||
|
if (needs_flush && (adev->asic_type < CHIP_VEGA10 ||
|
||||||
adev->asic_type == CHIP_NAVI10))
|
adev->asic_type == CHIP_NAVI10 ||
|
||||||
|
adev->asic_type == CHIP_NAVI14))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Good, we can use this VMID. Remember this submission as
|
/* Good, we can use this VMID. Remember this submission as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user