]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/guc: Change GEM_WARN_ON to guc_err to prevent taints in CI
authorJesus Narvaez <jesus.narvaez@intel.com>
Thu, 8 Aug 2024 20:49:43 +0000 (13:49 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 16 Aug 2024 18:04:53 +0000 (11:04 -0700)
commit437ad4534a15ccf538ddb440cb29d3f445251605
tree83b92a4546a46df70e1957c34dfc0b871a2a527e
parenta857add73e61277fb8f688234c9d383130313ea7
drm/i915/guc: Change GEM_WARN_ON to guc_err to prevent taints in CI

This warning was supposed to catch a harmless issue, but changing to
guc_error should prevent kernel taints in CI runs.

Signed-off-by: Jesus Narvaez <jesus.narvaez@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240808204943.911727-1-jesus.narvaez@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c