Re: [PATCH] drm/xe/xe_drm_ras: Enable CONFIG_DRM_RAS
Raag Jadav <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 01:24:55PM +0530, Balasubramani Vivekanandan wrote:
> Xe RAS functionality needs DRM RAS support. Enable it.
>
> Fixes: b40db12b542f5 ("drm/xe/xe_drm_ras: Add support for XE DRM RAS")
> Signed-off-by: Balasubramani Vivekanandan <[email protected]>
> ---
> drivers/gpu/drm/xe/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/xe/Kconfig b/drivers/gpu/drm/xe/Kconfig
> index 4d7dcaff2b915..6c584f918edf2 100644
> --- a/drivers/gpu/drm/xe/Kconfig
> +++ b/drivers/gpu/drm/xe/Kconfig
> @@ -42,6 +42,7 @@ config DRM_XE
> select DRM_GPUSVM if !UML
> select DRM_GPUVM
> select DRM_SCHED
> + select DRM_RAS
Nack, this was an internal workaround. It's upto the user to decide.
Raag
> select MMU_NOTIFIER
> select WANT_DEV_COREDUMP
> select AUXILIARY_BUS
> --
> 2.43.0
>