]> Gentwo Git Trees - linux/.git/commit
drm/xe: Check return value of GGTT workqueue allocation
authorMatthew Brost <matthew.brost@intel.com>
Wed, 22 Oct 2025 00:55:36 +0000 (17:55 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 22 Oct 2025 16:10:05 +0000 (09:10 -0700)
commit1f1314e8e71385bae319e43082b798c11f6648bc
tree438ceb9f6bc4ca60a3f3f6e5cdac12839f33c33f
parent13fb4b39e95d7ed62a598881896803d686fdb01d
drm/xe: Check return value of GGTT workqueue allocation

Workqueue allocation can fail, so check the return value of the GGTT
workqueue allocation and fail driver initialization if the allocation
fails.

Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: stable@vger.kernel.org
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/20251022005538.828980-2-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_ggtt.c