Re: [PATCH v7 2/5] drm: Expose wedge recovery methods

2024-09-30 Thread Raag Jadav
On Mon, Sep 30, 2024 at 04:01:38PM +0300, Andy Shevchenko wrote: > On Mon, Sep 30, 2024 at 01:08:42PM +0530, Raag Jadav wrote: > > Now that we have device wedged event in place, add wedge_recovery sysfs > > attribute which will expose recovery methods supported by the DRM device. > > This is useful

Re: [PATCH v7 2/5] drm: Expose wedge recovery methods

2024-09-30 Thread Andy Shevchenko
On Mon, Sep 30, 2024 at 01:08:42PM +0530, Raag Jadav wrote: > Now that we have device wedged event in place, add wedge_recovery sysfs > attribute which will expose recovery methods supported by the DRM device. > This is useful for userspace consumers in cases where the device supports > multiple re

[PATCH v7 2/5] drm: Expose wedge recovery methods

2024-09-30 Thread Raag Jadav
Now that we have device wedged event in place, add wedge_recovery sysfs attribute which will expose recovery methods supported by the DRM device. This is useful for userspace consumers in cases where the device supports multiple recovery methods which can be used as fallbacks. $ cat /sys/class/d