Re: [PATCH] drm/xe/xe_drm_ras: Enable CONFIG_DRM_RAS
Rodrigo Vivi <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 01:48:34PM +0530, Tauro, Riana wrote:
>
> On 18-08-2026 13:29, Raag Jadav wrote:
> > 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.
>
> Agreed. This should be upto the user. We can add it in CI config but not
> select it from xe.
+1.
And actually, even on internal we should remove this right? There should be
a proper way to enable this on CI itself, without an extra patch.
Please Bala, check that.
Thanks,
Rodrigo.
>
> Thanks
> Riana
>
> >
> > Raag
> >
> > > select MMU_NOTIFIER
> > > select WANT_DEV_COREDUMP
> > > select AUXILIARY_BUS
> > > --
> > > 2.43.0
> > >