]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/bo: Redirect faults to dummy page for wedged device
authorRaag Jadav <raag.jadav@intel.com>
Thu, 12 Feb 2026 05:56:22 +0000 (11:26 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Fri, 13 Feb 2026 17:21:22 +0000 (09:21 -0800)
commitc020fff70d757612933711dd3cc3751d7d782d3c
treef7a3e288288e85e0c00a3064bef05212b366631c
parentaafbb42be589d4a3d282b377f50a1ddb42400628
drm/xe/bo: Redirect faults to dummy page for wedged device

As per uapi documentation[1], the prerequisite for wedged device is to
redirected page faults to a dummy page. Follow it.

[1] Documentation/gpu/drm-uapi.rst

v2: Add uapi reference and fixes tag (Matthew Brost)

Fixes: 7bc00751f877 ("drm/xe: Use device wedged event")
Signed-off-by: Raag Jadav <raag.jadav@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260212055622.2054991-1-raag.jadav@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_bo.c