commit | f9b96ddab2325e0c598edffb2efaadc485c6a3b4 | [log] [tgz] |
---|---|---|
author | Monk Liu <[email protected]> | Fri Jan 19 11:06:31 2018 |
committer | chrome-bot <[email protected]> | Fri Jul 13 09:22:21 2018 |
tree | 603e042feadaca244cd84602768439f35bf43ada | |
parent | e2b0a34d1ce5e5d1d1588dc11d97d5faad231e7c [diff] |
UPSTREAM: drm/amdgpu: cond_exec only for schedule with a job issue: under SR-IOV sometimes the iB test will fail on gfx ring fix: with cond_exec inserted in RB the gfx engine would skip part packets if RLCV issue PREEMPT on gfx engine if gfx engine is prior to COND_EXEC packet, this is okay for regular command from UMD, but for the ib test since the whole dma format doesn't support PREEMPT so must remove the COND_EXEC from it. Signed-off-by: Monk Liu <[email protected]> Reviewed-by: Christian Knig <[email protected]> Signed-off-by: Alex Deucher <[email protected]> (cherry picked from commit 113890ee99575a5340ab8729b207e48aaac2eb06) BUG=b:111106006,b:111209695 TEST=suspend_stress_test Change-Id: I6564f275ab098256845339bac109eade80b226b2 Signed-off-by: Pratik Vishwakarma <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/1134932 Reviewed-by: Stéphane Marchesin <[email protected]>