drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out...
authorMatthew Brost <matthew.brost@intel.com>
Thu, 13 Jan 2022 18:13:51 +0000 (10:13 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 19 Jan 2022 00:56:18 +0000 (16:56 -0800)
commit41f8aa5d6a8aace5d33e2d908bf5fdc833456a5f
tree2b47d3fdf19dadb1de5666a5689d326c6d213f9b
parent4e68354667716e62089ce3032a3c7e1b6c07e669
drm/i915/guc: Remove hacks for reset and schedule disable G2H being received out of order

In the i915 there are several hacks in place to make request cancellation
work with an old version of the GuC which delivered the G2H indicating
schedule disable is done before G2H indicating a context reset. Version
69 fixes this, so we can remove these hacks.

v2:
 (Checkpatch)
  - s/cancelation/cancellation

Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220113181351.21296-3-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c