Re: [PATCH v2 00/12] Generate CPER records for RAS and commit to CPER ring

2025-04-16 Thread Aravind Iddamsetty
Hi, I would appreciate it if you could kindly let me know your thoughts. Thanks, Aravind. On 28-03-2025 17:42, Aravind Iddamsetty wrote: > ++ dri-devel > > On 28-03-2025 15:57, Aravind Iddamsetty wrote: >> Hi, >> >> Based on the discussions around using Netlink for RAS

Re: [PATCH v2 00/12] Generate CPER records for RAS and commit to CPER ring

2025-03-28 Thread Aravind Iddamsetty
++ dri-devel On 28-03-2025 15:57, Aravind Iddamsetty wrote: > Hi, > > Based on the discussions around using Netlink for RAS purposes, as > summarized in this blog post [1] by Dave Airlie. I had proposed a series > regarding RAS infrastructure in DRM [2]. > > I came across you

Re: [PATCH v2 00/12] Generate CPER records for RAS and commit to CPER ring

2025-03-28 Thread Aravind Iddamsetty
Hi, Based on the discussions around using Netlink for RAS purposes, as summarized in this blog post [1] by Dave Airlie. I had proposed a series regarding RAS infrastructure in DRM [2]. I came across your work, which appears to address related areas and I'm particularly interested in understanding

Re: [PATCH v9 1/4] drm: Introduce device wedged event

2024-11-24 Thread Aravind Iddamsetty
On 22/11/24 21:32, Raag Jadav wrote: > On Fri, Nov 22, 2024 at 11:09:32AM +0100, Christian König wrote: >> Am 22.11.24 um 08:07 schrieb Raag Jadav: >>> On Mon, Nov 18, 2024 at 08:26:37PM +0530, Aravind Iddamsetty wrote: >>>> On 15/11/24 10:37, Raag Jadav wrote:

Re: [PATCH v9 4/4] drm/i915: Use device wedged event

2024-11-18 Thread Aravind Iddamsetty
> + else > + drm_dev_wedged_event(>->i915->drm, > + DRM_WEDGE_RECOVERY_REBIND | > DRM_WEDGE_RECOVERY_BUS_RESET); Reviewed-by: Aravind Iddamsetty Thanks, Aravind. > } > > /**

Re: [PATCH v9 3/4] drm/xe: Use device wedged event

2024-11-18 Thread Aravind Iddamsetty
.0/:03:00.0/drm/card0 > SUBSYSTEM=drm > WEDGED=rebind,bus-reset > DEVNAME=/dev/dri/card0 > DEVTYPE=drm_minor > SEQNUM=5208 > MAJOR=226 > MINOR=0 LGTM. Reviewed-by: Aravind Iddamsetty Thanks, Aravind. > > v2: Change authorship to Himal (Aravind) > Add uevent fo

Re: [PATCH v9 1/4] drm: Introduce device wedged event

2024-11-18 Thread Aravind Iddamsetty
On 15/11/24 10:37, Raag Jadav wrote: > Introduce device wedged event, which notifies userspace of 'wedged' > (hanged/unusable) state of the DRM device through a uevent. This is > useful especially in cases where the device is no longer operating as > expected and has become unrecoverable from dri