On Wed, Feb 18, 2026 at 05:49:05PM +0530, Riana Tauro wrote: > Initialize DRM RAS in hw error init. Map the UAPI error severities > with the hardware error severities and refactor file.
... > +static enum drm_xe_ras_error_severity hw_err_to_severity(enum hardware_error > hw_err) Missing const, but can be done as a follow up. Raag
