mbox series

[0/2] Don't send double context enable/disable requests

Message ID 20231110005409.304273-1-John.C.Harrison@Intel.com (mailing list archive)
Headers show
Series Don't send double context enable/disable requests | expand

Message

John Harrison Nov. 10, 2023, 12:54 a.m. UTC
From: John Harrison <John.C.Harrison@Intel.com>

The driver could sometimes send context enable/disable requests when a
previous request was still pending. This is not allowed. So stop doing
it.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>


John Harrison (2):
  drm/i915/guc: Don't double enable a context
  drm/i915/guc: Don't disable a context whose enable is still pending

 .../gpu/drm/i915/gt/uc/intel_guc_submission.c | 33 +++++++++++++++----
 1 file changed, 26 insertions(+), 7 deletions(-)