Re: [PATCH] drm/amd: Export DMCUB version to sysfs

2025-05-28 Thread Lazar, Lijo
On 5/27/2025 9:29 PM, Mario Limonciello wrote: > For supported ASICs DMCU version is exported, but ASICs that support > DMCUB there is no information exported to sysfs. > > Add an attribute for DMCUB. > > Signed-off-by: Mario Limonciello Reviewed-by: Lijo Lazar Thanks, Lijo > --- > drive

[PATCH] drm/amd: Export DMCUB version to sysfs

2025-05-27 Thread Mario Limonciello
For supported ASICs DMCU version is exported, but ASICs that support DMCUB there is no information exported to sysfs. Add an attribute for DMCUB. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --