Re: [PATCH] drm/amdgpu/powerplay: rename smu7_upload_mc_firmware

2018-04-11 Thread Zhu, Rex
Deucher, Alexander Subject: [PATCH] drm/amdgpu/powerplay: rename smu7_upload_mc_firmware It doesn't actually upload any firmware is just checks the version. The actual upload happens in the gmc modules. Signed-off-by: Alex Deucher <alexander.deuc...@amd.com> --- drivers/gpu/drm/amd/powerpla

[PATCH] drm/amdgpu/powerplay: rename smu7_upload_mc_firmware

2018-04-11 Thread Alex Deucher
It doesn't actually upload any firmware is just checks the version. The actual upload happens in the gmc modules. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git