RE: [PATCH v2 1/2] drm/amd/pm: add support for checking SDMA reset capability

2025-02-20 Thread Huang, Tim
e) > Subject: [PATCH v2 1/2] drm/amd/pm: add support for checking SDMA reset > capability > > From: "jesse.zh...@amd.com" > > This patch introduces a new function to check if the SMU supports resetting > the SDMA engine. > This capability check ensures that

[PATCH v2 1/2] drm/amd/pm: add support for checking SDMA reset capability

2025-02-20 Thread jesse.zhang
From: "jesse.zh...@amd.com" This patch introduces a new function to check if the SMU supports resetting the SDMA engine. This capability check ensures that the driver does not attempt to reset the SDMA engine on hardware that does not support it. The following changes are included: - New funct