RE: [PATCH] drm/amdgpu: Use str_on_off() helper

2025-06-27 Thread Deucher, Alexander
, Tao ; yanz...@vivo.com; > fang.yum...@zte.com.cn; amd-...@lists.freedesktop.org; dri- > de...@lists.freedesktop.org; linux-ker...@vger.kernel.org; > xu.life...@zte.com.cn; > ouyang.maoc...@zte.com.cn; mou...@zte.com.cn > Subject: [PATCH] drm/amdgpu: Use str_on_off() helper > > From:

[PATCH] drm/amdgpu: Use str_on_off() helper

2025-06-20 Thread long.yunjian
From: Yumeng Fang Remove hard-coded strings by using the str_on_off() helper. Signed-off-by: Yumeng Fang --- drivers/gpu/drm/amd/amdgpu/amdgpu_aca.c | 3 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_mca.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdg