drm/i915/guc: Check for ct enabled while waiting for response
authorZhanjun Dong <zhanjun.dong@intel.com>
Fri, 15 Jul 2022 21:13:13 +0000 (14:13 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 28 Jul 2022 18:57:34 +0000 (11:57 -0700)
commit22645976ae4c0e7eebc8cee7942692280457551e
tree67fe53d594c27a2325f7b8f9517cec1f478884bf
parentd1051db85f6496ed9c825802bef3709f2e7d816f
drm/i915/guc: Check for ct enabled while waiting for response

We are seeing error message of "No response for request". Some cases
happened while waiting for response and reset/suspend action was triggered.
In this case, no response is not an error, active requests will be
cancelled.

This patch will handle this condition and change the error message into
debug message.

Signed-off-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220715211313.143645-1-zhanjun.dong@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c