Files
linux/drivers/gpu
Michal Wajdeczko 459f6a32e3 drm/xe/pcode: Don't ignore drmm_mutex_init failure
The drm_device-managed mutex_init might fail and return an error.
Add proper error handling. While around, update the function name
to clearly indicate this is an early software-only initialization.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patch.msgid.link/20260529195956.25349-1-michal.wajdeczko@intel.com
2026-06-01 15:45:21 +02:00
..