Re: [PATCH 2/5 V2] drm/amdgpu: Add sysfs interface for sdma reset mask

2024-10-23 Thread Christian König
Am 23.10.24 um 04:43 schrieb jesse.zh...@amd.com: Add the sysfs interface for sdma: sdma_reset_mask The interface is read-only and show the resets supported by the IP. For example, full adapter reset (mode1/mode2/BACO/etc), soft reset, queue reset, and pipe reset. V2: the sysfs node returns

[PATCH 2/5 V2] drm/amdgpu: Add sysfs interface for sdma reset mask

2024-10-22 Thread jesse.zh...@amd.com
Add the sysfs interface for sdma: sdma_reset_mask The interface is read-only and show the resets supported by the IP. For example, full adapter reset (mode1/mode2/BACO/etc), soft reset, queue reset, and pipe reset. V2: the sysfs node returns a text string instead of some flags (Christian) Signed