RE: [PATCH V3 1/5] drm/amdgpu: Add sysfs interface for gc reset mask

2024-10-28 Thread Huang, Tim
esse(Jie) > Subject: RE: [PATCH V3 1/5] drm/amdgpu: Add sysfs interface for gc reset > mask > > [Public] > > [Public] > > Hi Jesse, > > > -Original Message- > > From: amd-gfx On Behalf Of > > jesse.zh...@amd.com > > Sent: Thursday, Oct

RE: [PATCH V3 1/5] drm/amdgpu: Add sysfs interface for gc reset mask

2024-10-28 Thread Huang, Tim
> Subject: [PATCH V3 1/5] drm/amdgpu: Add sysfs interface for gc reset mask > > Add two sysfs interfaces for gfx and compute: > gfx_reset_mask > compute_reset_mask > > These interfaces are read-only and show the resets supported by the IP. > For example, full adapter reset (

[PATCH V3 1/5] drm/amdgpu: Add sysfs interface for gc reset mask

2024-10-24 Thread jesse.zh...@amd.com
Add two sysfs interfaces for gfx and compute: gfx_reset_mask compute_reset_mask These interfaces are 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