OSDN Git Service

drm/i915: Disable preempt busywait when using GuC scheduling
authorMatthew Brost <matthew.brost@intel.com>
Wed, 21 Jul 2021 21:50:54 +0000 (14:50 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 22 Jul 2021 17:07:18 +0000 (10:07 -0700)
commite6cb8dc93f346263eec8be75997d4bc3bfb17591
treef400045cabf5ed9e891c1eb27b7ac2b5763a1180
parent1f5cdb06b1d3ea6238c807acd91e5ec59f1098d3
drm/i915: Disable preempt busywait when using GuC scheduling

Disable preempt busywait when using GuC scheduling. This isn't needed as
the GuC controls preemption when scheduling.

v2:
 (John H):
  - Fix commit message

Cc: John Harrison <john.c.harrison@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210721215101.139794-12-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/gen8_engine_cs.c